summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
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";