Initial commit
This commit is contained in:
12
pma/templates/filter.twig
Normal file
12
pma/templates/filter.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user