mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
translation fix #599
This commit is contained in:
parent
9637b57adc
commit
fa9130fa61
@ -277,10 +277,10 @@ include("head.inc");
|
||||
echo "<input name=\"server{$i}\" class=\"formfld unknown\" id=\"server{$i}\" size=\"30\" value=\"{$timeserverVal}\" type=\"text\" /> ";
|
||||
echo "\n<input name=\"servprefer{$i}\" class=\"formcheckbox\" id=\"servprefer{$i}\" onclick=\"CheckOffOther('servprefer{$i}', 'servselect{$i}')\" type=\"checkbox\"";
|
||||
if (!empty($config['ntpd']['prefer']) && !empty($timeserverVal) && substr_count($config['ntpd']['prefer'], $timeserverVal)) echo " checked=\"checked\"";
|
||||
echo " /> " . gettext('prefer') . " ";
|
||||
echo " /> " . gettext('prefer this server') . " ";
|
||||
echo "\n<input name=\"servselect{$i}\" class=\"formcheckbox\" id=\"servselect{$i}\" onclick=\"CheckOffOther('servselect{$i}', 'servprefer{$i}')\" type=\"checkbox\"";
|
||||
if (!empty($config['ntpd']['noselect']) && !empty($timeserverVal) && substr_count($config['ntpd']['noselect'], $timeserverVal)) echo " checked=\"checked\"";
|
||||
echo " /> " . gettext('noselect') . "\n<br />\n</div>\n";
|
||||
echo " /> " . gettext('do not use this server') . "\n<br />\n</div>\n";
|
||||
}
|
||||
?>
|
||||
<div id="addserver">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user