File "column_select_cell.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/database/qbe/column_select_cell.twig
File size: 393 B
MIME-type:
Charset: utf-8

Download   Open   Back

<td class="text-center">
    <select name="criteriaColumn[{{ column_number }}]" size="1">
        <option value="">&nbsp;</option>
        {% for column in column_names %}
            <option value="{{ column }}"
                {%- if column is same as(selected) %} selected="selected"{% endif %}>
                {{- column -}}
            </option>
        {% endfor %}
    </select>
</td>

PHP File Manager