003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/templates/database/structure
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
templates
/
database
/
structure
/
📁
..
📄
body_for_table_summary.twig
(3.42 KB)
📄
browse_table.twig
(77 B)
📄
browse_table_label.twig
(96 B)
📄
check_all_tables.twig
(2.62 KB)
📄
empty_table.twig
(189 B)
📄
favorite_anchor.twig
(371 B)
📄
print_view_data_dictionary_link.twig
(279 B)
📄
search_table.twig
(74 B)
📄
show_create.twig
(957 B)
📄
show_create_row.twig
(565 B)
📄
structure_table_row.twig
(7.63 KB)
📄
table_header.twig
(3.39 KB)
📄
tracking_icon.twig
(276 B)
Editing: show_create_row.twig
<fieldset> <legend>{{ title }}</legend> <table class="show_create"> <thead> <tr> <th>{{ raw_title }}</th> <th>{{ 'Create %s'|trans|format(raw_title) }}</th> </tr> </thead> <tbody> {% for object in db_objects %} <tr> <td><strong>{{ Core_mimeDefaultFunction(object) }}</strong></td> <td>{{ Core_mimeDefaultFunction(dbi.getTable(db, object).showCreate()) }}</td> </tr> {% endfor %} </tbody> </table> </fieldset>
Upload File
Create Folder