Make edit pages look consistent

Pointed out by: sullrich@
This commit is contained in:
Bill Marquette 2008-09-02 03:19:12 +00:00
parent d1475c67b1
commit 47fa7acf71
5 changed files with 15 additions and 0 deletions

View File

@ -225,6 +225,9 @@ function updateType(t){
<form action="load_balancer_monitor_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 Load Balancer - Monitor entry</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Name</td>
<td width="78%" class="vtable" colspan="2">

View File

@ -157,6 +157,9 @@ function clearcombo(){
<form action="load_balancer_pool_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 Load Balancer - Pool entry</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Name</td>
<td width="78%" class="vtable" colspan="2">

View File

@ -404,6 +404,9 @@ document.observe("dom:loaded", function() {
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="load_balancer_relay_action_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 Load Balancer - Relay Action entry</td>
</tr>
<tr align="left" id="name">
<td width="22%" valign="top" class="vncellreq">Name</td>
<td width="78%" class="vtable" colspan="2">

View File

@ -187,6 +187,9 @@ document.observe('dom:loaded', function(){
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="load_balancer_relay_protocol_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 Load Balancer - Relay Protocol entry</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Name</td>
<td width="78%" class="vtable" colspan="2">

View File

@ -167,6 +167,9 @@ document.observe("dom:loaded", function() {
<form action="load_balancer_virtual_server_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 Load Balancer - Virtual Server entry</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Name</td>
<td width="78%" class="vtable" colspan="2">