LAYOUT: added an icon for the time information
authorArun Persaud <arun@nubati.net>
Tue, 24 Feb 2009 04:14:12 +0000 (20:14 -0800)
committerArun Persaud <arun@nubati.net>
Tue, 24 Feb 2009 04:16:11 +0000 (20:16 -0800)
gets rid of a bit of text and should leave more time for other buttons

include/functions.php
pics/button/time-info.png [new file with mode: 0644]

index 0fec81ebc563e28513911a59378d846b073063b7..f982029a4947035c7e0346007ef791cbf7b90592 100644 (file)
@@ -881,7 +881,9 @@ function display_table ()
 
       echo "    <br />\n";
       echo "    <span title=\"local time: ".date("Y-m-d H:i:s",$timenow).  " ".
 
       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)."\">time info</span>\n";
+                            "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">".
+                            "<img src=\"pics/button/time-info.png\" class=\"button\" alt-\"time info\" />".
+                            "</span>\n";
       echo "   </div>\n";
 
     }
       echo "   </div>\n";
 
     }
diff --git a/pics/button/time-info.png b/pics/button/time-info.png
new file mode 100644 (file)
index 0000000..0cfc91c
Binary files /dev/null and b/pics/button/time-info.png differ