Commit dd644482 authored by Franco Fichtner's avatar Franco Fichtner

vpn: more tweaks on previous

parent 5be07e89
...@@ -490,9 +490,9 @@ if (isset($savemsg)) { ...@@ -490,9 +490,9 @@ if (isset($savemsg)) {
<?=gettext("Use a password to protect the pkcs12 file contents or key in Viscosity bundle.");?> <?=gettext("Use a password to protect the pkcs12 file contents or key in Viscosity bundle.");?>
</div> </div>
<div id="usepass_opts" style="display:none"> <div id="usepass_opts" style="display:none">
<label for="pass"><?=gettext("Password:");?></label> <label for="pass"><?=gettext("Password");?></label>
<input name="pass" id="pass" class="form-control" type="password" value="" /> <input name="pass" id="pass" class="form-control" type="password" value="" />
<label for="conf"><?=gettext("Confirmation:");?></label> <label for="conf"><?=gettext("Confirmation");?></label>
<input name="conf" id="conf" class="form-control" type="password" value="" /> <input name="conf" id="conf" class="form-control" type="password" value="" />
</div> </div>
</td> </td>
...@@ -505,14 +505,14 @@ if (isset($savemsg)) { ...@@ -505,14 +505,14 @@ if (isset($savemsg)) {
<?=gettext("Use a proxy to communicate with the server.");?> <?=gettext("Use a proxy to communicate with the server.");?>
</div> </div>
<div id="useproxy_opts" style="display:none" > <div id="useproxy_opts" style="display:none" >
<label for="useproxytype"><?=gettext("Type:");?></label> <label for="useproxytype"><?=gettext("Type");?></label>
<select name="useproxytype" id="useproxytype" class="formselect"> <select name="useproxytype" id="useproxytype" class="formselect">
<option value="http"><?=gettext("HTTP");?></option> <option value="http"><?=gettext("HTTP");?></option>
<option value="socks"><?=gettext("SOCKS");?></option> <option value="socks"><?=gettext("SOCKS");?></option>
</select> </select>
<label for="proxyaddr"><?=gettext("IP Address");?></label> <label for="proxyaddr"><?=gettext("IP Address");?></label>
<input name="proxyaddr" id="proxyaddr" type="text" class="formfld unknown" size="30" value="" /> <input name="proxyaddr" id="proxyaddr" type="text" class="formfld unknown" size="30" value="" />
<label for="proxyport"><?=gettext("Port:");?></label> <label for="proxyport"><?=gettext("Port");?></label>
<input name="proxyport" id="proxyport" type="text" class="formfld unknown" size="5" value="" /> <input name="proxyport" id="proxyport" type="text" class="formfld unknown" size="5" value="" />
<div> <div>
<label for="useproxypass"><?=gettext("Choose proxy authentication if any.");?></label> <label for="useproxypass"><?=gettext("Choose proxy authentication if any.");?></label>
...@@ -522,11 +522,11 @@ if (isset($savemsg)) { ...@@ -522,11 +522,11 @@ if (isset($savemsg)) {
<option value="ntlm"><?=gettext("ntlm");?></option> <option value="ntlm"><?=gettext("ntlm");?></option>
</select> </select>
<div id="useproxypass_opts" style="display:none"> <div id="useproxypass_opts" style="display:none">
<label for="proxyuser"><?=gettext("Username:");?></label> <label for="proxyuser"><?=gettext("Username");?></label>
<input name="proxyuser" id="proxyuser" type="text" class="formfld unknown" value="" /> <input name="proxyuser" id="proxyuser" type="text" class="formfld unknown" value="" />
<label for="proxypass"><?=gettext("Password:");?></label> <label for="proxypass"><?=gettext("Password");?></label>
<input name="proxypass" id="proxypass" type="password" class="form-control" value="" /> <input name="proxypass" id="proxypass" type="password" class="form-control" value="" />
<label for="proxyconf"><?=gettext("Confirmation:");?></label> <label for="proxyconf"><?=gettext("Confirmation");?></label>
<input name="proxyconf" id="proxyconf" type="password" class="form-control" value="" /> <input name="proxyconf" id="proxyconf" type="password" class="form-control" value="" />
</div> </div>
</div> </div>
...@@ -685,7 +685,6 @@ if (isset($savemsg)) { ...@@ -685,7 +685,6 @@ if (isset($savemsg)) {
</table> </table>
<div class="hidden" for="help_for_clientpkg"> <div class="hidden" for="help_for_clientpkg">
<br/> <br/>
<?= gettext("NOTES:") ?> <br/>
<?= gettext('The "XP" Windows installers work on Windows XP and later versions. The "win6" Windows installers include a new tap-windows6 driver that works only on Windows Vista and later.') ?><br/> <?= gettext('The "XP" Windows installers work on Windows XP and later versions. The "win6" Windows installers include a new tap-windows6 driver that works only on Windows Vista and later.') ?><br/>
<br/><br/> <br/><br/>
<strong><?= gettext("Links to OpenVPN clients for various platforms:") ?></strong><br/> <strong><?= gettext("Links to OpenVPN clients for various platforms:") ?></strong><br/>
...@@ -696,7 +695,6 @@ if (isset($savemsg)) { ...@@ -696,7 +695,6 @@ if (isset($savemsg)) {
<br/><a href="http://www.sparklabs.com/viscosity/"><?= gettext("Viscosity") ?></a> - <?= gettext("Recommended client for Mac OSX") ?> <br/><a href="http://www.sparklabs.com/viscosity/"><?= gettext("Viscosity") ?></a> - <?= gettext("Recommended client for Mac OSX") ?>
<br/><a href="http://code.google.com/p/tunnelblick/"><?= gettext("Tunnelblick") ?></a> - <?= gettext("Free client for OSX") ?> <br/><a href="http://code.google.com/p/tunnelblick/"><?= gettext("Tunnelblick") ?></a> - <?= gettext("Free client for OSX") ?>
<br/><br/> <br/><br/>
<?= gettext("NOTES:") ?><br/>
<?= gettext("If you expect to see a certain client in the list but it is not there, it is usually due to a CA mismatch between the OpenVPN server instance and the client certificates found in the User Manager.") ?><br/> <?= gettext("If you expect to see a certain client in the list but it is not there, it is usually due to a CA mismatch between the OpenVPN server instance and the client certificates found in the User Manager.") ?><br/>
</div> </div>
</td> </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