Welcome to mirror list, hosted at ThFree Co, Russian Federation.

filter.twig « templates - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 572ec465ba8fb7dd29963058e5f28b126284c343 (plain)
1
2
3
4
5
6
7
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>