mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(legacy) vpn_openvpn_client/server.php full help / pointer
This commit is contained in:
parent
be9b4a37d9
commit
c908020e46
@ -477,11 +477,15 @@ endif; ?>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<td colspan="2"><?=gettext("General information"); ?></td>
|
||||
<td width="22%"><?=gettext("General information"); ?></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_opnvpn_server" type="button"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="22%"><a id="help_for_disable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a><?=gettext("Disabled"); ?></td>
|
||||
<td width="78%">
|
||||
<td><a id="help_for_disable" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a><?=gettext("Disabled"); ?></td>
|
||||
<td>
|
||||
<input name="disable" type="checkbox" value="yes" <?= !empty($pconfig['disable']) ? "checked=\"checked\"" : "";?> />
|
||||
<div class="hidden" for="help_for_disable">
|
||||
<small><?=gettext("Set this option to disable this client without removing it from the list"); ?>.</small>
|
||||
|
||||
@ -739,7 +739,7 @@ function tuntap_change() {
|
||||
<td width="22%"><?=gettext("General information"); ?></td>
|
||||
<td width="78%" align="right">
|
||||
<small><?=gettext("full help"); ?> </small>
|
||||
<i class="fa fa-toggle-off text-danger" id="show_all_help_opnvpn_server" type="button"></i></a>
|
||||
<i class="fa fa-toggle-off text-danger" style="cursor: pointer;" id="show_all_help_opnvpn_server" type="button"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user