<a href="#" class="delete remove-user action-icon" data-tooltip="Remove this user"><i class="icon-trash"></i><span class="sr">Delete the user, honor</span></a>
<a href="#" class="delete remove-user action-icon" data-tooltip="Remove this user"><i class="icon fa fa-trash-o"></i><span class="sr">Delete the user, honor</span></a>
<a href="#" class="delete remove-user action-icon" data-tooltip="Remove this user"><i class="icon-trash"></i><span class="sr">Delete the user, audit</span></a>
<a href="#" class="delete remove-user action-icon" data-tooltip="Remove this user"><i class="icon fa fa-trash-o"></i><span class="sr">Delete the user, audit</span></a>
<a href="#" class="delete remove-user action-icon" data-tooltip="Remove this user"><i class="icon-trash"></i><span class="sr">Delete the user, staff</span></a>
<a href="#" class="delete remove-user action-icon" data-tooltip="Remove this user"><i class="icon fa fa-trash-o"></i><span class="sr">Delete the user, staff</span></a>
<ahref="#"class="delete remove-user action-icon"data-tooltip="${_("Removethisuser")}"><iclass="icon-trash"></i><spanclass="sr">${_("Delete the user, {username}").format(username=user.username)}</span></a>
<ahref="#"class="delete remove-user action-icon"data-tooltip="${_("Removethisuser")}"><iclass="icon fa fa-trash-o"></i><spanclass="sr">${_("Delete the user, {username}").format(username=user.username)}</span></a>
</li>
</ul>
% elif request.user.id == user.id:
<ulclass="item-actions user-actions">
<liclass="action action-delete">
<ahref="#"class="delete remove-user action-icon"data-tooltip="${_("Removeme")}"><iclass="icon-trash"></i><spanclass="sr">${_("Remove me from this library")}</span></a>
<ahref="#"class="delete remove-user action-icon"data-tooltip="${_("Removeme")}"><iclass="icon fa fa-trash-o"></i><spanclass="sr">${_("Remove me from this library")}</span></a>
</li>
</ul>
% endif
...
...
@@ -139,7 +139,7 @@
<ulclass="list-actions">
<liclass="action-item">
<ahref="#"class="action action-primary button new-button create-user-button"><iclass="icon-plus icon-inline"></i> ${_('Add a New User')}</a>
<ahref="#"class="action action-primary button new-button create-user-button"><iclass="icon fa fa-plus icon-inline"></i> ${_('Add a New User')}</a>