Commit 49ad2356 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) fix help button in vpn_ipsec_phase1.php

(cherry picked from commit 45594476)
parent 5b3741fc
...@@ -711,10 +711,10 @@ function dpdchkbox_change() { ...@@ -711,10 +711,10 @@ function dpdchkbox_change() {
<?php endif; <?php endif;
?> ?>
<tr> <tr>
<td><a id="help_for_remotegw" 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" id="descr" size="40" value="<?=$pconfig['descr'];?>" /> <input name="descr" type="text" id="descr" size="40" value="<?=$pconfig['descr'];?>" />
<div class="hidden" for="help_for_remotegw"> <div class="hidden" for="help_for_descr">
<?=gettext("You may enter a description here " . <?=gettext("You may enter a description here " .
"for your reference (not parsed)."); ?> "for your reference (not parsed)."); ?>
</div> </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