|
From: <abe...@us...> - 2010-09-05 20:22:13
|
Revision: 4415
http://astlinux.svn.sourceforge.net/astlinux/?rev=4415&view=rev
Author: abelbeck
Date: 2010-09-05 20:22:07 +0000 (Sun, 05 Sep 2010)
Log Message:
-----------
Web interface, very minor layout tweak for OpenVPN Client/Server
Modified Paths:
--------------
branches/0.7/package/webinterface/altweb/admin/openvpn.php
branches/0.7/package/webinterface/altweb/admin/openvpnclient.php
branches/0.7/package/webinterface/altweb/common/version.php
Modified: branches/0.7/package/webinterface/altweb/admin/openvpn.php
===================================================================
--- branches/0.7/package/webinterface/altweb/admin/openvpn.php 2010-09-05 20:20:15 UTC (rev 4414)
+++ branches/0.7/package/webinterface/altweb/admin/openvpn.php 2010-09-05 20:22:07 UTC (rev 4415)
@@ -368,7 +368,7 @@
<input type="checkbox" value="restart" name="confirm_restart" /> Confirm
</td></tr></table>
<table class="stdtable">
- <tr class="dtrow0"><td width="60"> </td><td width="100"> </td><td width="100"> </td><td> </td><td width="100"> </td><td width="60"> </td></tr>
+ <tr class="dtrow0"><td width="80"> </td><td width="100"> </td><td width="100"> </td><td> </td><td width="100"> </td><td width="80"> </td></tr>
<?php
putHtml('<tr class="dtrow0"><td class="dialogText" style="text-align: left;" colspan="6">');
putHtml('<strong>Tunnel Options:</strong>');
Modified: branches/0.7/package/webinterface/altweb/admin/openvpnclient.php
===================================================================
--- branches/0.7/package/webinterface/altweb/admin/openvpnclient.php 2010-09-05 20:20:15 UTC (rev 4414)
+++ branches/0.7/package/webinterface/altweb/admin/openvpnclient.php 2010-09-05 20:22:07 UTC (rev 4415)
@@ -245,7 +245,7 @@
<input type="checkbox" value="restart" name="confirm_restart" /> Confirm
</td></tr></table>
<table class="stdtable">
- <tr class="dtrow0"><td width="60"> </td><td width="100"> </td><td width="100"> </td><td> </td><td width="100"> </td><td width="60"> </td></tr>
+ <tr class="dtrow0"><td width="80"> </td><td width="100"> </td><td width="100"> </td><td> </td><td width="100"> </td><td width="80"> </td></tr>
<?php
putHtml('<tr class="dtrow0"><td class="dialogText" style="text-align: left;" colspan="6">');
putHtml('<strong>Tunnel Options:</strong>');
Modified: branches/0.7/package/webinterface/altweb/common/version.php
===================================================================
--- branches/0.7/package/webinterface/altweb/common/version.php 2010-09-05 20:20:15 UTC (rev 4414)
+++ branches/0.7/package/webinterface/altweb/common/version.php 2010-09-05 20:22:07 UTC (rev 4415)
@@ -1,6 +1,6 @@
<?php
// version.php for AstLinux Alternate Web Interface
-$GUI_VERSION = '1.6.22';
+$GUI_VERSION = '1.6.23';
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|