HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/phpmyadmin (prev)/templates/database/structure/change_prefix_form.twig
<form id="ajax_form" action="{{ url(route) }}" method="post">
  {{ get_hidden_inputs(url_params) }}

  <fieldset class="pma-fieldset input">
    <table>
      <tr>
        <td>{% trans 'From' %}</td>
        <td>
          <input type="text" name="from_prefix" id="initialPrefix">
        </td>
      </tr>
      <tr>
        <td>{% trans 'To' %}</td>
        <td>
          <input type="text" name="to_prefix" id="newPrefix">
        </td>
      </tr>
    </table>
  </fieldset>
</form>