HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/PMA_f8wY1nNe3Tcx/templates/table/secondary_tabs.twig
{% if cfg_relation['relwork'] or is_foreign_key_supported %}
    <ul id="topmenu2">
        {{ Util_getHtmlTab({
            'icon': 'b_props',
            'link': 'tbl_structure.php',
            'text': 'Table structure'|trans,
            'id': 'table_strucuture_id'
        }, url_params) }}
        {{ Util_getHtmlTab({
            'icon': 'b_relations',
            'link': 'tbl_relation.php',
            'text': 'Relation view'|trans,
            'id': 'table_relation_id'
        }, url_params) }}
    </ul>
    <div class="clearfloat"></div>
{% endif %}