Skip to content

Commit

Permalink
filter title
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Feb 4, 2025
1 parent 7268cfe commit f513efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/zpt/ZMS/manage_users.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ function zmiModalInsertUserOpen(context) {
<div class="btn-group maintainance mr-1">
<a class="btn btn-secondary btn-users_acquired" tal:attributes="href python:'?lang=%s&show_acquired:boolean=%s'%(request['lang'],str(not request.get('show_acquired',False))); title python:'show acquired'; class python:'btn '+['btn-secondary','btn-success'][request.get('show_acquired')==True]" tal:condition="python:here.getPortalMaster() is not None"><i class="fas fa-share"></i></a>
<a class="btn btn-secondary btn-users_sitemap" tal:attributes="href python:'manage_users_sitemap?lang=%s'%request['lang']; title python:here.getZMILangStr('TAB_SITEMAP')"><i class="fas fa-sitemap"></i></a>
<a class="btn btn-secondary btn-users_filtered" tal:attributes="href python:'?lang=%s&show_filter:boolean=%s'%(request['lang'],str(not request.get('show_filter',False))); class python:'btn '+['btn-secondary','btn-success'][request.get('show_filter')==True]" title="Filter Undetermined User Profiles"><i class="fas fa-filter"></i></a>
<a class="btn btn-secondary btn-users_filtered" tal:attributes="href python:'?lang=%s&show_filter:boolean=%s'%(request['lang'],str(not request.get('show_filter',False))); class python:'btn '+['btn-secondary','btn-success'][request.get('show_filter')==True]" title="Filter Invalid User Profiles"><i class="fas fa-filter"></i></a>
<a class="btn btn-secondary btn-users_purge alert-danger" tal:condition="python:request['AUTHENTICATED_USER'].has_role('Manager')" tal:attributes="href python:'?lang=%s&btn=Purge'%request['lang']" title="Purge Local Roles (WARNING: Using this function deletes the local roles of users who no longer exist. Click only if you are aware of the consequences.)"><i class="fas fa-eraser"></i></a>
<button type="button" class="btn btn-secondary btn-users_sync" onclick="zmiSynchronizeUsers(this)" tal:attributes="title python:'%s %s'%(here.getZMILangStr('ATTR_USERS'), here.getZMILangStr('BTN_SYNCHRONIZE'))"><i class="fas fa-sync"></i></button>
<button type="button" class="btn btn-secondary btn-users_lastlogin" onclick="$(this).closest('table').toggleClass('show_lastlogin')" title="Last Logins"><i class="far fa-clock"></i></button>
Expand Down

0 comments on commit f513efc

Please sign in to comment.