summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-24 00:34:20 +0000
committereric <eric>2004-06-24 00:34:20 +0000
commit9c6ec26c3279ca3e1d186196d229449d9501c386 (patch)
tree90975acfde91f7af6d56fb4abf3a0b069613e9c0 /web/html/index.php
parent252855ad9cbc9667faba0627680333137d70da9f (diff)
downloadaurweb-9c6ec26c3279ca3e1d186196d229449d9501c386.tar.xz
started working on the pkgsearch
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 77d42b5..09e87cc 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -98,7 +98,8 @@ if (!isset($_COOKIE["AURSID"])) {
print "</tr>\n";
print "<tr>\n";
print "<td colspan='2' align='right'>&nbsp;<br/>";
- print "<input type='submit' value='".__("Login")."'></td>";
+ print "<input type='submit' class='button'";
+ print " value='".__("Login")."'></td>";
print "</tr>\n";
print "</table>\n";
print "</form>\n";