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 lines
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>