Browse Source

Update user page for standard users

Kristan Kenney 6 years ago
parent
commit
cd3c9b30d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      web/templates/user/list_user.html

+ 2 - 0
web/templates/user/list_user.html

@@ -36,6 +36,8 @@
                       <option value="rebuild db"><?=__('rebuild db')?></option>
                       <option value="rebuild cron"><?=__('rebuild cron')?></option>
                       <option value="update counters"><?=__('update counters')?></option>
+                      <option value="suspend"><?= __('suspend')?></option>
+                      <option value="unsuspend"><?=__('unsuspend')?></option>
                       <option value="delete"><?=__('delete')?></option>
                     </select>
                   </div>