diff options
author | Arun Persaud <arun@nubati.net> | 2009-03-29 10:51:33 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-03-29 10:51:33 -0700 |
commit | 6421e4b1197e105e5dabc14c09679b6321f23acd (patch) | |
tree | 49407259de53fc611d4e3e55d741cee9675423c5 /include/functions.php | |
parent | 6206ef89ad9a9a1a541ecb67971815d11f12199b (diff) | |
download | e-DoKo-6421e4b1197e105e5dabc14c09679b6321f23acd.tar.gz e-DoKo-6421e4b1197e105e5dabc14c09679b6321f23acd.tar.bz2 e-DoKo-6421e4b1197e105e5dabc14c09679b6321f23acd.zip |
LAYOUT: fixed a typo and made clock icon smaller
The validator should be happy again ;) and the clocks should look a bit better.
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 981cabc..d99f9c8 100644 --- a/include/functions.php +++ b/include/functions.php @@ -922,7 +922,7 @@ function display_table () echo " <br />\n"; echo " <span title=\"local time: ".date("Y-m-d H:i:s",$timenow). " ". "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">". - "<img src=\"pics/button/time-info.png\" class=\"button\" alt-\"time info\" />". + "<img src=\"pics/button/time-info.png\" class=\"tinybutton\" alt=\"time info\" />". "</span>\n"; echo " </div>\n"; |