HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/pma/templates/
Upload File :
Current File : //usr/local/cwpsrv/var/services/pma/templates/filter.twig
<div class="row">
	<div class="col-12">
		<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="{{ filter_value }}">
		    </div>
		</fieldset>
	</div>
</div>