init web ems all
This commit is contained in:
8
phpMyAdmin/templates/filter.twig
Executable file
8
phpMyAdmin/templates/filter.twig
Executable file
@@ -0,0 +1,8 @@
|
||||
<fieldset id="tableFilter">
|
||||
<legend>{% trans "Filters" %}</legend>
|
||||
<div class="formelement">
|
||||
<label for="filterText">{% trans "Containing the word:" %}</label>
|
||||
<input name="filterText" type="text" id="filterText"
|
||||
value="{{ filter_value }}" />
|
||||
</div>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user