diff options
author | thompsa <andy@fud.org.nz> | 2010-02-10 11:17:25 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-02-10 11:17:25 +1300 |
commit | 3fbe9036f49c5e219324858aaf446de9437ca642 (patch) | |
tree | 470976b9ee95f0dc68bae829b3636ae647d75ff0 /config/haproxy-dev/haproxy_pools.php | |
parent | b86d87cd032411165f9a197b00c6f5c8baef8f75 (diff) | |
download | pfsense-packages-3fbe9036f49c5e219324858aaf446de9437ca642.tar.gz pfsense-packages-3fbe9036f49c5e219324858aaf446de9437ca642.tar.bz2 pfsense-packages-3fbe9036f49c5e219324858aaf446de9437ca642.zip |
Add plus icon next to current entries on all the pages (listener/server
pool pages, as well as the entries in ACL's and adding servers) which is
a "add a new rule based on this one".
Diffstat (limited to 'config/haproxy-dev/haproxy_pools.php')
-rwxr-xr-x | config/haproxy-dev/haproxy_pools.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/haproxy-dev/haproxy_pools.php b/config/haproxy-dev/haproxy_pools.php index 61e85273..78a1fdff 100755 --- a/config/haproxy-dev/haproxy_pools.php +++ b/config/haproxy-dev/haproxy_pools.php @@ -141,13 +141,14 @@ include("head.inc"); <tr> <td valign="middle"><a href="haproxy_pool_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a></td> <td valign="middle"><a href="haproxy_pools.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this entry?')"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td> + <td valign="middle"><a href="haproxy_pool_edit.php?dup=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td> </tr> </table> </td> </tr> <?php $i++; endforeach; ?> <tr> - <td class="list" colspan="6"></td> + <td class="list" colspan="3"></td> <td class="list"> <table border="0" cellspacing="0" cellpadding="1"> <tr> |