Fix layout in pgpool.conf editing page
authorTatsuo Ishii <ishii at sraoss.co.jp>
Thu, 25 Sep 2008 05:09:27 +0000 (05:09 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Thu, 25 Sep 2008 05:09:27 +0000 (05:09 +0000)
templates/pgconfig.tpl

index ae13f683146e05799ed60df744356c3b1ad9cc45..4410954b695105e986303b2e9658b7c42ee21470 100644 (file)
@@ -225,7 +225,7 @@ function cancelNode() {
       {else}
       <tfoot>
         <tr>
-          <td colspan="2"><input type="button" name="add" value="{$message.strAdd|escape}" onclick="addNode()" /></td>
+          <td colspan="3"><input type="button" name="add" value="{$message.strAdd|escape}" onclick="addNode()" /></td>
         </tr>
       </tfoot>
       {/if}
@@ -249,7 +249,7 @@ function cancelNode() {
         <br />backend_hostname{$smarty.section.num.index} (string)</th>
         {/if}
         <td><input type="text" name="backend_hostname[]" value="{$params.backend_hostname[num]|escape}" /></td>
-        <td rowspan="3"><input type="button" name="delete" value="{$message.strDelete|escape}" onclick="del({$smarty.section.num.index})" /></td>
+        <td rowspan="4"><input type="button" name="delete" value="{$message.strDelete|escape}" onclick="del({$smarty.section.num.index})" /></td>
       </tr>
       <tr> {if $error.backend_port[num] != null}
         <tr><th class="error"><label>{$message.descBackend_port|escape}</label>