mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: move up and flip button default
This commit is contained in:
parent
15c1e7148a
commit
8d7757f269
@ -543,6 +543,13 @@ include("head.inc");
|
||||
<tr>
|
||||
<th colspan="2"><?=gettext("Console Options"); ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i></a> <?= gettext('Console driver') ?></td>
|
||||
<td width="78%">
|
||||
<input name="usevirtualterminal" type="checkbox" value="yes" <?= !empty($pconfig['usevirtualterminal']) ? '' : 'checked="checked"' ?> />
|
||||
<strong><?= gettext('Use the virtual terminal driver (vt)') ?></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_primaryconsole" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Primary Console")?></td>
|
||||
<td width="78%">
|
||||
@ -595,13 +602,6 @@ include("head.inc");
|
||||
<strong><?=gettext("Password protect the console menu"); ?></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i></a> <?= gettext('Console driver') ?></td>
|
||||
<td width="78%">
|
||||
<input name="usevirtualterminal" type="checkbox" value="yes" <?= empty($pconfig['usevirtualterminal']) ? '' : 'checked="checked"' ?> />
|
||||
<strong><?= gettext('Use the virtual terminal driver (vt)') ?></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_disableintegratedauth" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Integrated authentication") ?></td>
|
||||
<td width="78%">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user