mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
network time: cosmetics
This commit is contained in:
parent
8d0072e775
commit
a536687879
@ -317,12 +317,10 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_statsgraph" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext('NTP graphs') ?></td>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext('NTP graphs') ?></td>
|
||||
<td>
|
||||
<input name="statsgraph" type="checkbox" id="statsgraph" <?=!empty($pconfig['statsgraph']) ? " checked=\"checked\"" : ""; ?> />
|
||||
<div class="hidden" data-for="help_for_statsgraph">
|
||||
<?=gettext("Enable rrd graphs of NTP statistics (default: disabled)."); ?>
|
||||
</div>
|
||||
<?= gettext('Enable RRD graphs of NTP statistics (default: disabled).') ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -365,7 +363,7 @@ include("head.inc");
|
||||
<input type="button" id="showrestrictbox" class="btn btn-default btn-xs" value="<?= html_safe(gettext('Advanced')) ?>" /> - <?=gettext("Show access restriction options");?>
|
||||
</div>
|
||||
<div id="showrestrict" style="display:none">
|
||||
<?=gettext("these options control access to NTP from the WAN."); ?>
|
||||
<?=gettext("These options control access to NTP from the WAN."); ?>
|
||||
<br /><br />
|
||||
<input name="kod" type="checkbox" id="kod"<?=empty($pconfig['kod']) ? " checked=\"checked\"" : ""; ?> />
|
||||
<?=gettext("Enable Kiss-o'-death packets (default: enabled)."); ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user