delete_user_fieldset.twig 867 B

1234567891011121314151617
  1. <fieldset id="fieldset_delete_user">
  2. <legend>
  3. {{ Util_getIcon('b_usrdrop') }}{% trans 'Remove selected user accounts' %}
  4. </legend>
  5. <input type="hidden" name="mode" value="2" />
  6. <p>({% trans 'Revoke all active privileges from the users and delete them afterwards.' %})</p>
  7. <input type="checkbox" title="{% trans 'Drop the databases that have the same names as the users.' %}"
  8. name="drop_users_db" id="checkbox_drop_users_db" />
  9. <label for="checkbox_drop_users_db"
  10. title="{% trans 'Drop the databases that have the same names as the users.' %}">
  11. {% trans 'Drop the databases that have the same names as the users.' %}
  12. </label>
  13. </fieldset>
  14. <fieldset id="fieldset_delete_user_footer" class="tblFooters">
  15. <input type="submit" name="delete" value="{% trans 'Go' %}" id="buttonGo" class="ajax" />
  16. </fieldset>