mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(legacy) fix label capitalization , closes https://github.com/opnsense/core/issues/556
This commit is contained in:
parent
cfb34330ee
commit
12670e2e01
@ -202,7 +202,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_remote-addr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("gif remote address"); ?></td>
|
||||
<td><a id="help_for_remote-addr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("GIF remote address"); ?></td>
|
||||
<td>
|
||||
<input name="remote-addr" type="text" value="<?=$pconfig['remote-addr'];?>" />
|
||||
<div class="hidden" for="help_for_remote-addr">
|
||||
@ -211,7 +211,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_tunnel-local-addr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("gif tunnel local address"); ?></td>
|
||||
<td><a id="help_for_tunnel-local-addr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("GIF tunnel local address"); ?></td>
|
||||
<td>
|
||||
<input name="tunnel-local-addr" type="text" value="<?=$pconfig['tunnel-local-addr'];?>" />
|
||||
<div class="hidden" for="help_for_tunnel-local-addr">
|
||||
@ -220,7 +220,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_tunnel-remote-addr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("gif tunnel remote address "); ?></td>
|
||||
<td><a id="help_for_tunnel-remote-addr" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("GIF tunnel remote address "); ?></td>
|
||||
<td>
|
||||
<table class="table table-condensed">
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user