Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/phpMyAdmin/templates/server/replication/database_multibox.twig

10 lines
333 B
Twig
Raw Normal View History

2023-05-17 21:44:01 +00:00
<select id="db_select" class="width96" name="db_select[]" size="6" multiple>
{% for database in databases %}
<option value="{{ database }}">{{ database }}</option>
{% endfor %}
</select>
<p>
<a href="#" id="db_select_href">{% trans 'Select all' %}</a> /
<a href="#" id="db_reset_href">{% trans 'Unselect all' %}</a>
</p>