projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2bcf23
)
Fix typo.
author
Yoshiyuki Asaba
<y-asaba at pgfoundry.org>
Fri, 28 Dec 2007 02:12:46 +0000
(
02:12
+0000)
committer
Yoshiyuki Asaba
<y-asaba at pgfoundry.org>
Fri, 28 Dec 2007 02:12:46 +0000
(
02:12
+0000)
templates/pgconfig.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/pgconfig.tpl
b/templates/pgconfig.tpl
index 88d0ed0d0cd7a9d0e12819b7d015473376d28d12..507ea24ed70303f3c88afb5baab5821c0e7d7aec 100644
(file)
--- a/
templates/pgconfig.tpl
+++ b/
templates/pgconfig.tpl
@@
-512,10
+512,10
@@
function cancelNode() {
<tbody>
<tr> {if $error.recovery_user != null}
<th class="error"><label>{$message.descRecovery_user|escape}</label>
- <br />
health_check_timeout (integer
)</th>
+ <br />
recovery_user (string
)</th>
{else}
<th><label>{$message.descRecovery_user|escape}</label>
- <br />
health_check_timeout (integer
)</th>
+ <br />
recovery_user (string
)</th>
{/if}
<td><input type="text" name="recovery_user" value="{$params.recovery_user|escape}"/></td>
</tr>