File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
interface/web/sites/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ <h2><tmpl_var name="list_head_txt"></h2>
4545 < td class ="tbl_col_database_user "> < a href ="# " onClick ="loadContent('sites/database_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="database_user"}</ a > </ td >
4646 < td class ="tbl_col_database_name "> < a href ="# " onClick ="loadContent('sites/database_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="database_name"}</ a > </ td >
4747 < td class ="tbl_col_buttons ">
48- < div class ="buttons icons16 ">
48+ < div class ="buttons icons16 ">
49+ < tmpl _if name ="dblist_phpmyadmin_link "> < a class ="icons16 icoDbAdmin " href ="sites/database_phpmyadmin.php?id={tmpl_var name='id'} " target ="phpmyadmin "> < span > {tmpl_var name='admin_txt'}</ span > </ a > </ tmpl _if>
50+ < a class ="icons16 icoEdit " href ="javascript: loadContent('sites/database_edit.php?id={tmpl_var name='id'}'); "> < span > {tmpl_var name='edit_txt'}</ span > </ a >
4951 < a class ="icons16 icoDelete " href ="javascript: del_record('sites/database_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}'); "> < span > {tmpl_var name='delete_txt'}</ span > </ a >
5052 </ div >
5153 </ td >
You can’t perform that action at this time.
0 commit comments