Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
[phpmyadmin.git] / templates / filter.phtml
blob682ff6f00fa0f073fe4a773a3f7f685bb19f4562
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                value="<?= htmlspecialchars($filterValue); ?>" />
7     </div>
8 </fieldset>