summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-18 14:37:57 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-18 14:37:57 +0100
commit793e2a41d1a4c6c9136a5981ecfb6585dafa188f (patch)
tree9922c10c0c888de947dca25047a2c8c9ac34e5c2 /usr/local/www/system_gateway_groups.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-793e2a41d1a4c6c9136a5981ecfb6585dafa188f.zip
pfsense-793e2a41d1a4c6c9136a5981ecfb6585dafa188f.tar.gz
Tidy up "system_gateway_groups.php" XHTML
Change P tag to BR tag Add missing closing TD tags Change TR row to a hidden row
Diffstat (limited to 'usr/local/www/system_gateway_groups.php')
-rw-r--r--usr/local/www/system_gateway_groups.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php
index 4946552..567e305 100644
--- a/usr/local/www/system_gateway_groups.php
+++ b/usr/local/www/system_gateway_groups.php
@@ -107,8 +107,8 @@ include("head.inc");
<form action="system_gateway_groups.php" method="post">
<input type="hidden" name="y1" value="1" />
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php if (is_subsystem_dirty('staticroutes')): ?><p>
-<?php print_info_box_np(sprintf(gettext("The gateway configuration has been changed.%sYou must apply the changes in order for them to take effect."), "<br />"));?><br /></p>
+<?php if (is_subsystem_dirty('staticroutes')): ?><br/>
+<?php print_info_box_np(sprintf(gettext("The gateway configuration has been changed.%sYou must apply the changes in order for them to take effect."), "<br />"));?><br /><br />
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="system groups">
<tr>
@@ -183,7 +183,7 @@ include("head.inc");
<td valign="middle" class="list nowrap">
<table border="0" cellspacing="0" cellpadding="1" summary="edit">
<tr>
- <td><a href="system_gateway_groups_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" /></a>
+ <td><a href="system_gateway_groups_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" /></a></td>
<td><a href="system_gateway_groups.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this gateway group?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="delete" /></a></td>
</tr>
<tr>
@@ -191,10 +191,10 @@ include("head.inc");
<td><a href="system_gateway_groups_edit.php?dup=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="duplicate" /></a></td>
</tr>
</table>
-
+ </td>
</tr>
<?php $i++; endforeach; ?>
- <tr><td>&nbsp;</td></tr>
+ <tr style="display:none;"><td></td></tr>
</tbody>
</table>
</div>
OpenPOWER on IntegriCloud