system: yes, but, no, but, yes, but...

This commit is contained in:
Franco Fichtner 2017-01-23 18:18:12 +01:00
parent 8d7757f269
commit c3687a0c46

View File

@ -546,7 +546,7 @@ include("head.inc");
<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"' ?> />
<input name="usevirtualterminal" type="checkbox" value="yes" <?= empty($pconfig['usevirtualterminal']) ? '' : 'checked="checked"' ?> />
<strong><?= gettext('Use the virtual terminal driver (vt)') ?></strong>
</td>
</tr>