Skip to content

Commit ade7c59

Browse files
committed
wider section for pma
1 parent 2bb8166 commit ade7c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/templates/admin/list_db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<table width="830px">
6060
<tr>
6161
<td></td>
62-
<td class="data-controls" width="126px"><a href="<?php echo $db_admin_link; ?>" target="_blank"><img src="/images/new_window.png" width="8px" height="8px"> open <?php echo $db_admin ?> </a></td>
62+
<td class="data-controls" width="128px"><a href="<?php echo $db_admin_link; ?>" target="_blank"><img src="/images/new_window.png" width="8px" height="8px"> open <?php echo $db_admin ?> </a></td>
6363
<td class="data-controls" width="50px"><a href="/edit/db/?database=<?php echo $key ?>"><img src="/images/edit.png" width="8px" height="8px"> edit</a></td>
6464
<td class="data-controls do_<?php echo $spnd_action ?>" width="80px">
6565
<img src="/images/suspend.png" width="7px" height="8px" class="do_<?php echo $spnd_action ?>">

web/templates/user/list_db.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<table width="830px">
5858
<tr>
5959
<td></td>
60-
<td class="data-controls" width="126px"><a href="<?php echo $db_admin_link; ?>" target="_blank"><img src="/images/new_window.png" width="8px" height="8px"> open <?php echo $db_admin ?> </a></td>
60+
<td class="data-controls" width="128px"><a href="<?php echo $db_admin_link; ?>" target="_blank"><img src="/images/new_window.png" width="8px" height="8px"> open <?php echo $db_admin ?> </a></td>
6161
<td class="data-controls" width="50px"><a href="/edit/db/?database=<?php echo $key ?>"><img src="/images/edit.png" width="8px" height="8px"> edit</a></td>
6262
<td class="data-controls do_delete" width="70px">
6363
<img src="/images/delete.png" width="7px" height="7px" class="do_delete">

0 commit comments

Comments
 (0)