Revision faa91642
Added by Jim Pingle about 10 years ago
usr/local/www/interfaces_ppps_edit.php | ||
---|---|---|
623 | 623 |
<?php else: ?> |
624 | 624 |
<p style="margin: 2px; padding: 4px; width: 94%; display: none;" id="pppoecustomwrap"> |
625 | 625 |
<?php endif; ?> |
626 |
<input type="text" name="pppoe_resethour" class="fd_incremental_inp_range_0_23 fd_increment_1 fd_classname_dec_buttonDec fd_classname_inc_buttonInc" maxlength="2" id="pppoe_resethour" value="<?= $pconfig['pppoe_resethour']; ?>" size="3" />
|
|
626 |
<input type="text" name="pppoe_resethour" class="fd_incremental_inp_range_0_23 fd_increment_1 fd_classname_dec_buttonDec fd_classname_inc_buttonInc" maxlength="2" id="pppoe_resethour" value="<?= htmlspecialchars($pconfig['pppoe_resethour']); ?>" size="3" />
|
|
627 | 627 |
<?= gettext("hour (0-23)"); ?><br /> |
628 |
<input type="text" name="pppoe_resetminute" class="fd_incremental_inp_range_0_59 fd_increment_1 fd_classname_dec_buttonDec fd_classname_inc_buttonInc" maxlength="2" id="pppoe_resetminute" value="<?= $pconfig['pppoe_resetminute']; ?>" size="3" />
|
|
628 |
<input type="text" name="pppoe_resetminute" class="fd_incremental_inp_range_0_59 fd_increment_1 fd_classname_dec_buttonDec fd_classname_inc_buttonInc" maxlength="2" id="pppoe_resetminute" value="<?= htmlspecialchars($pconfig['pppoe_resetminute']); ?>" size="3" />
|
|
629 | 629 |
<?= gettext("minute (0-59)"); ?><br /> |
630 | 630 |
<input name="pppoe_resetdate" type="text" class="w8em format-m-d-y highlight-days-67" id="pppoe_resetdate" maxlength="10" size="10" value="<?=htmlspecialchars($pconfig['pppoe_resetdate']);?>" /> |
631 | 631 |
<?= gettext("reset at a specific date (mm/dd/yyyy)"); ?> |
Also available in: Unified diff
Encoding in interfaces_ppps_edit.php