Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

10 řádky
439 B

  1. <form method="post" action="schema_export.php" class="disableAjax" id="id_export_pages">
  2. <fieldset>
  3. {{ Url_getHiddenInputs(db) }}
  4. <label>{% trans 'Select Export Relational Type' %}</label>
  5. {{ Plugins_getChoice('Schema', 'export_type', export_list, 'format') }}
  6. <input type="hidden" name="page_number" value="{{ page }}" />
  7. {{ Plugins_getOptions('Schema', export_list) }}
  8. </fieldset>
  9. </form>