schema_export.twig 439 B

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