You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 line
442 B

  1. <form class="ajax" id="changeUserGroupForm" action="server_privileges.php" method="post">
  2. {{ Url_getHiddenInputs(params) }}
  3. <fieldset id="fieldset_user_group_selection">
  4. <legend>{% trans 'User group' %}</legend>
  5. {% trans 'User group' %}:
  6. {{ Util_getDropdown('userGroup', all_user_groups, user_group, 'userGroup_select') }}
  7. <input type="hidden" name="changeUserGroup" value="1">
  8. </fieldset>
  9. </form>