diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 77d42b56..09e87ccc 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'> <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"; |