Fix arping_cmd -> wd_port.
authorNozomi Anzai <anzai@sraoss.co.jp>
Tue, 17 Jul 2012 05:10:32 +0000 (14:10 +0900)
committerNozomi Anzai <anzai@sraoss.co.jp>
Tue, 17 Jul 2012 05:10:32 +0000 (14:10 +0900)
templates/pgconfig.tpl

index 7fd9deb793681323e50f4fdf5fcc0be0f0ec52ee..f03fe294dd4c159e380cdca142b553fe12d7edf4 100644 (file)
@@ -921,7 +921,7 @@ function delOtherWatchdog(num){
     {* --------------------------------------------------------------------- *
      * Parallel Mode                                                        *
      * --------------------------------------------------------------------- *}
-    <h3><a name="parallel_mode" id="parallel_mode">Parallel Mode and Query Cache</a></h3>
+    <h3><a name="parallel_mode" id="parallel_mode">{if hasMemqcache()}Parallel Mode{else}Parallel Mode and Query Cache{/if}</a></h3>
 
     <table>
       <thead>
@@ -1256,7 +1256,7 @@ function delOtherWatchdog(num){
         </tr>
 
         <tr>
-        <th{if isset($error.wd_lif_check_query)} class="error"{/if}>
+        <th{if isset($error.wd_lifecheck_query)} class="error"{/if}>
         <label>{$message.descWd_lifecheck_query|escape}</label>
         <br />wd_lifecheck_query (string)</th>
         <td colspan="2"><input type="text" name="wd_lifecheck_query" value="{$params.wd_lifecheck_query|escape}"/></td>
@@ -1318,7 +1318,7 @@ function delOtherWatchdog(num){
         <tr>
         <th{if isset($error.wd_port)} class="error"{/if}>
         <label>{$message.descWd_port|escape}</label>
-        <br />arping_cmd (integer)</th>
+        <br />wd_port (integer)</th>
         <td colspan="2"><input type="text" name="wd_port" value="{$params.wd_port|escape}"/></td>
         </tr>