mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
12 lines
327 B
Text
12 lines
327 B
Text
![]() |
<%
|
||
|
var groupClass = ""
|
||
|
if (groupPosition !== undefined) {
|
||
|
groupClass = "grouped-" + groupPosition;
|
||
|
}
|
||
|
%>
|
||
|
<li class="acl-write" id="<%= button.id %>" data-key="<%= button.key %>">
|
||
|
<a class="<%= groupClass %>" title="<%= button.title %>">
|
||
|
<span class="buttonicon <%= button.cssClass %>"></span>
|
||
|
</a>
|
||
|
</li>
|