ImgURL Pro容器部署
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.

16 lines
425 B

2 years ago
<form id="ajax_form" action="{{ url('/database/structure/add-prefix-table') }}" method="post">
{{ get_hidden_inputs(url_params) }}
<fieldset class="pma-fieldset input">
<table>
<tr>
<td>{% trans 'Add prefix' %}</td>
<td>
<input type="text" name="add_prefix" id="txtPrefix" aria-label="{% trans 'Add prefix' %}">
</td>
</tr>
<tr>
</table>
</fieldset>
</form>