Commit 64a4ac25 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) small fixes in firewall_nat_edit.php

parent 4a817fdf
...@@ -852,9 +852,9 @@ $( document ).ready(function() { ...@@ -852,9 +852,9 @@ $( document ).ready(function() {
<tr> <tr>
<td><a id="help_for_descr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Description"); ?></td> <td><a id="help_for_descr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Description"); ?></td>
<td> <td>
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" /> <input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=$pconfig['descr'];?>" />
<div class="hidden" for="help_for_descr"> <div class="hidden" for="help_for_descr">
<?=gettext("You may enter a description here " ."for your reference (not parsed)."); ?> <?=gettext("You may enter a description here " ."for your reference (not parsed)."); ?>
</div> </div>
</tr> </tr>
<tr> <tr>
......
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