diff options
| author | eric <eric> | 2004-06-24 00:34:20 +0000 |
|---|---|---|
| committer | eric <eric> | 2004-06-24 00:34:20 +0000 |
| commit | 9c6ec26c3279ca3e1d186196d229449d9501c386 (patch) | |
| tree | 90975acfde91f7af6d56fb4abf3a0b069613e9c0 /web/html/index.php | |
| parent | 252855ad9cbc9667faba0627680333137d70da9f (diff) | |
| download | aurweb-9c6ec26c3279ca3e1d186196d229449d9501c386.tar.gz aurweb-9c6ec26c3279ca3e1d186196d229449d9501c386.zip | |
started working on the pkgsearch
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 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'> <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"; |
