Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

15 righe
522 B

  1. <input type="hidden" name="dbname" value="{{ database }}"/>
  2. <label for="text_tablename">{% trans 'Add privileges on the following table:' %}</label>
  3. {%- if tables is not empty %}
  4. <select name="pred_tablename" class="autosubmit">
  5. <option value="" selected="selected">{% trans 'Use text field' %}:</option>
  6. {% for table in tables %}
  7. <option value="{{ table }}">{{ table }}</option>
  8. {% endfor %}
  9. </select>
  10. {% endif -%}
  11. <input type="text" id="text_tablename" name="tablename" />