Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

12
pma/templates/filter.twig Normal file
View 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>