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: 7ce690de6340c8741806365259f131ddbe80afdb (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="{{ filterValue }}" />
    </div>
</fieldset>