summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-16 17:06:47 +0000
committerErmal <eri@pfsense.org>2010-09-16 17:06:47 +0000
commit6c4988f7f89a4e3cecf4435178c39c62daafcc1c (patch)
tree874b96084d843a51a63ee6cf57c4a263bc33d3f9 /usr/local/www/system_gateway_groups_edit.php
parent8af8524efc0de9313b497f90bd03706419bb3dba (diff)
downloadpfsense-6c4988f7f89a4e3cecf4435178c39c62daafcc1c.zip
pfsense-6c4988f7f89a4e3cecf4435178c39c62daafcc1c.tar.gz
Whitespace fixes.
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index 268a5da..f0e5619 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -115,9 +115,8 @@ if ($_POST) {
$input_errors[] = sprintf(gettext('A gateway group cannot have the same name with a gateway "%s" please choose another name.'), $_POST['name']);
}
- if(count($pconfig['item']) == 0) {
+ if(count($pconfig['item']) == 0)
$input_errors[] = gettext("No gateway(s) have been selected to be used in this group");
- }
if (!$input_errors) {
$gateway_group = array();
@@ -152,9 +151,9 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="system_gateway_groups_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
- <tr>
- <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit gateway entry"); ?></td>
- </tr>
+ <tr>
+ <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit gateway entry"); ?></td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Group Name"); ?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud