summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2009-02-23 20:14:12 -0800
committerArun Persaud <arun@nubati.net>2009-02-23 20:16:11 -0800
commitf7e3acc9f015115707b7b6d59d8ebdb2522b9d0d (patch)
treed26001a4195596e1a537d0fd07c3f801258b922f
parent5edd63b115fe7712c6e220fc6a0b78dbace4f3cd (diff)
downloade-DoKo-f7e3acc9f015115707b7b6d59d8ebdb2522b9d0d.tar.gz
e-DoKo-f7e3acc9f015115707b7b6d59d8ebdb2522b9d0d.tar.bz2
e-DoKo-f7e3acc9f015115707b7b6d59d8ebdb2522b9d0d.zip
LAYOUT: added an icon for the time information
gets rid of a bit of text and should leave more time for other buttons
-rw-r--r--include/functions.php4
-rw-r--r--pics/button/time-info.pngbin0 -> 727 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 0fec81e..f982029 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -881,7 +881,9 @@ 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)."\">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";
}
diff --git a/pics/button/time-info.png b/pics/button/time-info.png
new file mode 100644
index 0000000..0cfc91c
--- /dev/null
+++ b/pics/button/time-info.png
Binary files differ