003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/templates/table/search
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
templates
/
table
/
search
/
📁
..
📄
column_comparison_operators.twig
(137 B)
📄
fields_table.twig
(834 B)
📄
form_tag.twig
(274 B)
📄
geom_func.twig
(713 B)
📄
input_box.twig
(4.03 KB)
📄
options.twig
(2.1 KB)
📄
options_zoom.twig
(1.4 KB)
📄
replace_preview.twig
(1.42 KB)
📄
rows_normal.twig
(1.5 KB)
📄
rows_zoom.twig
(2.71 KB)
📄
search_and_replace.twig
(757 B)
📄
selection_form.twig
(3.67 KB)
📄
table_header.twig
(326 B)
📄
zoom_result_form.twig
(3.68 KB)
Editing: fields_table.twig
<table class="data"{{ search_type == 'zoom' ? ' id="tableFieldsId"' }}> {% include 'table/search/table_header.twig' with { 'geom_column_flag': geom_column_flag } only %} <tbody> {% if search_type == 'zoom' %} {% include 'table/search/rows_zoom.twig' with { 'self': self, 'column_names': column_names, 'criteria_column_names': criteria_column_names, 'criteria_column_types': criteria_column_types } only %} {% else %} {% include 'table/search/rows_normal.twig' with { 'self': self, 'geom_column_flag': geom_column_flag, 'column_names': column_names, 'column_types': column_types, 'column_collations': column_collations } only %} {% endif %} </tbody> </table>
Upload File
Create Folder