Mailing List Archive

r1707 - trunk/varnish-tools/webmin
Author: cecilihf
Date: 2007-07-16 13:21:45 +0200 (Mon, 16 Jul 2007)
New Revision: 1707

Modified:
trunk/varnish-tools/webmin/module.info
trunk/varnish-tools/webmin/varnish_vcl.cgi
Log:
Moved the plugin from "others" to "servers" in the menu
Minor "stylistic" changes in VCL part of webmin plugin


Modified: trunk/varnish-tools/webmin/module.info
===================================================================
--- trunk/varnish-tools/webmin/module.info 2007-07-16 08:39:50 UTC (rev 1706)
+++ trunk/varnish-tools/webmin/module.info 2007-07-16 11:21:45 UTC (rev 1707)
@@ -1,3 +1,3 @@
name=Varnish Admin
desc=Varnish Admin
-
+category=servers

Modified: trunk/varnish-tools/webmin/varnish_vcl.cgi
===================================================================
--- trunk/varnish-tools/webmin/varnish_vcl.cgi 2007-07-16 08:39:50 UTC (rev 1706)
+++ trunk/varnish-tools/webmin/varnish_vcl.cgi 2007-07-16 11:21:45 UTC (rev 1707)
@@ -17,7 +17,7 @@
}

print "<table border width=100%>";
-print "<tr $tb> <td><b>Available vcl files</b></td> </tr>\n";
+print "<tr $tb> <td><b>Available VCL scripts</b></td> </tr>\n";
print "<tr $cb><td>";
print "<form action=varnish_vcl_use.cgi method=post>";
my $confname = "";
@@ -36,11 +36,11 @@
$set = 0;
}

-print "<input type=submit name=use value='Save change in active vcl file' />\n";
+print "<input type=submit name=use value='Switch to selected' />\n";
print "</form>";

print "</td></tr>";
-print "<tr $tb> <td><b>Upload new vcl file</b></td> </tr>\n";
+print "<tr $tb> <td><b>Upload new VCL file</b></td> </tr>\n";
print "<tr $cb><td><table width=100%>";
print "<form action=varnish_vcl_upload.cgi enctype=multipart/form-data method=post>";
print "<tr><td>";