Improvements to the phrasing of the documentation.
[phpmyadmin.git] / templates / filter.twig
blob572ec465ba8fb7dd29963058e5f28b126284c343
1 <fieldset id="tableFilter">
2     <legend>{% trans "Filters" %}</legend>
3     <div class="formelement">
4         <label for="filterText">{% trans "Containing the word:" %}</label>
5         <input name="filterText" type="text" id="filterText"
6                value="{{ filter_value }}" />
7     </div>
8 </fieldset>