]> err.no Git - varnish/commitdiff
Moved the plugin from "others" to "servers" in the menu
authorcecilihf <cecilihf@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jul 2007 11:21:45 +0000 (11:21 +0000)
committercecilihf <cecilihf@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jul 2007 11:21:45 +0000 (11:21 +0000)
Minor "stylistic" changes in VCL part of webmin plugin

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1707 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-tools/webmin/module.info
varnish-tools/webmin/varnish_vcl.cgi

index 6bb4913567ba60ad98aaa909c41b2a5b43b2207e..f9897ca7771080949c942c73a66e9b59794c8279 100644 (file)
@@ -1,3 +1,3 @@
 name=Varnish Admin
 desc=Varnish Admin
-
+category=servers
index 283ce4a6fc7ee2080830ff665089a9e011f90866..3a9ed3bff41928bea292d74408b21524517be46d 100644 (file)
@@ -17,7 +17,7 @@ if (!($status eq '200')) {
 }
 
 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 @@ foreach my $line (split(/\n/, $res)) {
   $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>";