Fix missing icons
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
0146b3e5d0
commit
f20083a9f4
@ -1,13 +1,13 @@
|
||||
{% if cfg_relation['relwork'] or is_foreign_key_supported %}
|
||||
<ul id="topmenu2">
|
||||
{{ Util_getHtmlTab({
|
||||
'icon': 'b_props',
|
||||
'icon': 'b_props.png',
|
||||
'link': 'tbl_structure.php',
|
||||
'text': 'Table structure'|trans,
|
||||
'id': 'table_strucuture_id'
|
||||
}, url_params) }}
|
||||
{{ Util_getHtmlTab({
|
||||
'icon': 'b_relations',
|
||||
'icon': 'b_relations.png',
|
||||
'link': 'tbl_relation.php',
|
||||
'text': 'Relation view'|trans,
|
||||
'id': 'table_relation_id'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user