adjust pw forms

box-drawing
Ondřej Hruška 7 years ago
parent 9ccf9dd2cf
commit afd8c47a74
  1. 6
      pages/cfg_system.php
  2. 2
      pages/cfg_term.php

@ -32,9 +32,6 @@ $NOFILL = 'readonly onfocus="this.removeAttribute(\'readonly\')" style="cursor:t
<form class="Box str mobcol" action="<?= e(url('system_set')) ?>" method="GET" id="form-2">
<h2 tabindex=0><?= tr('system.security') ?></h2>
<!-- flag to use the security cgi handler -->
<input type="hidden" name="security" value="1">
<div class="Row explain">
<?= tr('system.explain_security') ?>
</div>
@ -73,9 +70,6 @@ $NOFILL = 'readonly onfocus="this.removeAttribute(\'readonly\')" style="cursor:t
<form class="Box str mobcol" action="<?= e(url('system_set')) ?>" method="GET" id="form-3">
<h2 tabindex=0><?= tr('system.change_adminpw') ?></h2>
<!-- flag to use the security cgi handler -->
<input type="hidden" name="security" value="1">
<div class="Row explain">
<?= tr('system.explain_adminpw') ?>
</div>

@ -134,7 +134,7 @@
</div>
</form>
<form class="Box fold str" action="<?= e(url('system_set')) ?>" method="GET" id="form-uart">
<form class="Box fold str" action="<?= e(url('term_set')) ?>" method="GET" id="form-uart">
<h2 tabindex=0><?= tr('system.uart') ?></h2>
<div class="Row explain">

Loading…
Cancel
Save