Commit 5a21a07a authored by Franco Fichtner's avatar Franco Fichtner

interfaces: fix missing help toggle in settings

Reported by: Simon Brunet
parent d569a8e1
...@@ -105,7 +105,11 @@ include("head.inc"); ...@@ -105,7 +105,11 @@ include("head.inc");
<form method="post" name="iform" id="iform"> <form method="post" name="iform" id="iform">
<table class="table table-striped opnsense_standard_table_form"> <table class="table table-striped opnsense_standard_table_form">
<tr> <tr>
<th colspan="2" valign="top" class="listtopic"><?=gettext("Network Interfaces"); ?></th> <td width="22%"><strong><?= gettext('Network Interfaces') ?></strong></td>
<td width="78%" align="right">
<small><?=gettext("full help"); ?> </small>
<i class="fa fa-toggle-off text-danger" style="cursor: pointer;" id="show_all_help_page" type="button"></i>
</td>
</tr> </tr>
<tr> <tr>
<td><a id="help_for_disablechecksumoffloading" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Hardware CRC"); ?></td> <td><a id="help_for_disablechecksumoffloading" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Hardware CRC"); ?></td>
......
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