Add ui_table class to Webalizer form
authorJoe Cooper <joe@virtualmin.com>
Sat, 19 May 2007 05:31:21 +0000 (05:31 +0000)
committerJoe Cooper <joe@virtualmin.com>
Sat, 19 May 2007 05:31:21 +0000 (05:31 +0000)
webalizer/edit_log.cgi

index c8b5af0..114d71d 100755 (executable)
@@ -21,7 +21,7 @@ print "<form action=save_log.cgi>\n";
 print "<input type=hidden name=new value='$in{'new'}'>\n";
 print "<input type=hidden name=oldfile value='$in{'file'}'>\n";
 
-print "<table border width=100%>\n";
+print "<table border width=100% class='ui_table'>\n";
 print "<tr $tb> <td><b>$text{'edit_header'}</b></td> </tr>\n";
 print "<tr $cb> <td><table width=100%>\n";