Your IP : 3.142.152.51


Current Path : /usr/share/phpmyadmin/templates/server/variables/
Upload File :
Current File : //usr/share/phpmyadmin/templates/server/variables/variable_filter.phtml

<fieldset id="tableFilter">
    <legend><?= __('Filters'); ?></legend>
    <div class="formelement">
        <label for="filterText"><?= __('Containing the word:'); ?></label>
        <input name="filterText" type="text" id="filterText"
               style="vertical-align: baseline;"
               value="<?= htmlspecialchars($filterValue); ?>" />
    </div>
</fieldset>