diff options
-rwxr-xr-x | config/haproxy-dev/haproxy_listeners_edit.php | 2 | ||||
-rwxr-xr-x | config/haproxy-stable/haproxy_listeners_edit.php | 2 | ||||
-rwxr-xr-x | config/haproxy/haproxy_frontends_edit.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/haproxy-dev/haproxy_listeners_edit.php b/config/haproxy-dev/haproxy_listeners_edit.php index 21258c9d..22be121b 100755 --- a/config/haproxy-dev/haproxy_listeners_edit.php +++ b/config/haproxy-dev/haproxy_listeners_edit.php @@ -446,8 +446,8 @@ include("head.inc"); <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if($one_two): ?> <p class="pgtitle"><?=$pgtitle?></p> -<form action="haproxy_listeners_edit.php" method="post" name="iform" id="iform"> <?php endif; ?> +<form action="haproxy_listeners_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">Edit haproxy listener</td> diff --git a/config/haproxy-stable/haproxy_listeners_edit.php b/config/haproxy-stable/haproxy_listeners_edit.php index 21258c9d..22be121b 100755 --- a/config/haproxy-stable/haproxy_listeners_edit.php +++ b/config/haproxy-stable/haproxy_listeners_edit.php @@ -446,8 +446,8 @@ include("head.inc"); <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if($one_two): ?> <p class="pgtitle"><?=$pgtitle?></p> -<form action="haproxy_listeners_edit.php" method="post" name="iform" id="iform"> <?php endif; ?> +<form action="haproxy_listeners_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">Edit haproxy listener</td> diff --git a/config/haproxy/haproxy_frontends_edit.php b/config/haproxy/haproxy_frontends_edit.php index 7f6562ad..f7302a2a 100755 --- a/config/haproxy/haproxy_frontends_edit.php +++ b/config/haproxy/haproxy_frontends_edit.php @@ -369,8 +369,8 @@ include("head.inc"); <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if($one_two): ?> <p class="pgtitle"><?=$pgtitle?></p> -<form action="haproxy_frontends_edit.php" method="post" name="iform" id="iform"> <?php endif; ?> +<form action="haproxy_frontends_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">Edit haproxy backend</td> |