Initial commit
This commit is contained in:
7
pma/templates/config/form_display/form_top.twig
Normal file
7
pma/templates/config/form_display/form_top.twig
Normal file
@ -0,0 +1,7 @@
|
||||
<form method="{{ method }}" action="{{ action|raw }}" class="config-form disableAjax">
|
||||
<input type="hidden" name="tab_hash" value="">
|
||||
{% if has_check_page_refresh %}
|
||||
<input type="hidden" name="check_page_refresh" id="check_page_refresh" value="">
|
||||
{% endif %}
|
||||
{{ get_hidden_inputs('', '', 0, 'server') }}
|
||||
{{ get_hidden_fields(hidden_fields, '', true) }}
|
Reference in New Issue
Block a user