Warn users that nosync option won't prevent it to be overwritten on carp slave members

This commit is contained in:
Renato Botelho 2013-02-13 17:19:38 -02:00
parent a1fb7d61c4
commit 7271198050
3 changed files with 3 additions and 3 deletions

View File

@ -782,7 +782,7 @@ include("fbegin.inc"); ?>
<td width="22%" valign="top" class="vncell"><?=gettext("No XMLRPC Sync"); ?></td>
<td width="78%" class="vtable">
<input type="checkbox" value="yes" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
<?=gettext("HINT: This prevents the rule from automatically syncing to other CARP members"); ?>.
<?=gettext("Hint: This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?>
</td>
</tr>
<tr>

View File

@ -640,7 +640,7 @@ any)");?></td>
<td width="22%" valign="top" class="vncell"><?=gettext("No XMLRPC Sync");?></td>
<td width="78%" class="vtable">
<input value="yes" name="nosync" type="checkbox" class="formfld" id="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
<?=gettext("HINT: This prevents the rule from automatically syncing to other CARP members.");?>
<?=gettext("Hint: This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?>
</td>
</tr>
<tr>

View File

@ -1278,7 +1278,7 @@ $i--): ?>
</div>
<div id="shownoxmlrpcadv" <?php if (empty($pconfig['nosync'])) echo "style='display:none'"; ?>>
<input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
<?=gettext("Hint: This prevents the rule from automatically syncing to other CARP members.");?>
<?=gettext("Hint: This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?>
</div>
</td>
</tr>