Commit 8c26ef0d authored by Ad Schellevis's avatar Ad Schellevis

(legacy) remove access break, closes https://github.com/opnsense/core/issues/553

parent b244646a
......@@ -667,7 +667,6 @@ $( document ).ready(function() {
<td><a id="help_for_expires" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Expiration date"); ?></td>
<td>
<input name="expires" type="text" id="expires" size="10" value="<?=$pconfig['expires'];?>" />
<br />
<div class="hidden" for="help_for_expires">
<?=gettext("Leave blank if the account shouldn't expire, otherwise enter the expiration date in the following format: mm/dd/yyyy"); ?>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment