Commit 1001ea1b authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) fix for https://github.com/opnsense/core/issues/349 (rename, but...

(legacy) fix for https://github.com/opnsense/core/issues/349 (rename, but leave config parameter intact)
parent d5ffeab6
...@@ -974,7 +974,7 @@ endforeach; ?> ...@@ -974,7 +974,7 @@ endforeach; ?>
<td colspan="2"><b><?=gettext("Advanced Options"); ?></b></td> <td colspan="2"><b><?=gettext("Advanced Options"); ?></b></td>
</tr> </tr>
<tr> <tr>
<td><a id="help_for_rekey_enable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Enable Rekey");?></td> <td><a id="help_for_rekey_enable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Disable Rekey");?></td>
<td> <td>
<input name="rekey_enable" type="checkbox" id="rekey_enable" value="yes" <?=isset($pconfig['rekey_enable']) ? "checked=\"checked\"" : ""; ?> /> <input name="rekey_enable" type="checkbox" id="rekey_enable" value="yes" <?=isset($pconfig['rekey_enable']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" for="help_for_rekey_enable"> <div class="hidden" for="help_for_rekey_enable">
...@@ -983,7 +983,7 @@ endforeach; ?> ...@@ -983,7 +983,7 @@ endforeach; ?>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><a id="help_for_reauth_enable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Enable Reauth");?></td> <td><a id="help_for_reauth_enable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Disable Reauth");?></td>
<td> <td>
<input name="reauth_enable" type="checkbox" id="reauth_enable" value="yes" <?= isset($pconfig['reauth_enable']) ? "checked=\"checked\"" : "";?> /> <input name="reauth_enable" type="checkbox" id="reauth_enable" value="yes" <?= isset($pconfig['reauth_enable']) ? "checked=\"checked\"" : "";?> />
<div class="hidden" for="help_for_reauth_enable"> <div class="hidden" for="help_for_reauth_enable">
......
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