Add manager capcode.
This commit is contained in:
parent
45f8caf2d2
commit
b06d3d77ec
@ -99,6 +99,10 @@ Build =
|
|||||||
capcodeClass = ' capcodeDeveloper'
|
capcodeClass = ' capcodeDeveloper'
|
||||||
capcodeStart = <%= html(' <strong class="capcode hand id_developer" title="Highlight posts by Developers">## Developer</strong>') %>
|
capcodeStart = <%= html(' <strong class="capcode hand id_developer" title="Highlight posts by Developers">## Developer</strong>') %>
|
||||||
capcodeIcon = <%= html(' <img src="${staticPath}developericon${gifIcon}" alt="Developer Icon" title="This user is a 4chan Developer." class="identityIcon retina">') %>
|
capcodeIcon = <%= html(' <img src="${staticPath}developericon${gifIcon}" alt="Developer Icon" title="This user is a 4chan Developer." class="identityIcon retina">') %>
|
||||||
|
when 'manager'
|
||||||
|
capcodeClass = ' capcodeManager'
|
||||||
|
capcodeStart = <%= html(' <strong class="capcode hand id_manager" title="Highlight posts by Managers">## Manager</strong>') %>
|
||||||
|
capcodeIcon = <%= html(' <img src="${staticPath}managericon${gifIcon}" alt="Manager Icon" title="This user is a 4chan Manager." class="identityIcon retina">') %>
|
||||||
else
|
else
|
||||||
capcodeClass = ''
|
capcodeClass = ''
|
||||||
capcodeStart = <%= html('') %>
|
capcodeStart = <%= html('') %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user