Translated using Weblate (Esperanto)
[phpmyadmin.git] / templates / filter.phtml
blob1f897e1011c9361c35ea02581dbc12cde92f928c
1 <fieldset id="tableFilter">
2     <legend><?= __('Filters'); ?></legend>
3     <div class="formelement">
4         <label for="filterText"><?= __('Containing the word:'); ?></label>
5         <input name="filterText" type="text" id="filterText"
6                style="vertical-align: baseline;"
7                value="<?= htmlspecialchars($filterValue); ?>" />
8     </div>
9 </fieldset>