From: Arun Persaud Date: Tue, 24 Feb 2009 04:14:12 +0000 (-0800) Subject: LAYOUT: added an icon for the time information X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=f7e3acc9f015115707b7b6d59d8ebdb2522b9d0d LAYOUT: added an icon for the time information gets rid of a bit of text and should leave more time for other buttons --- 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 "
\n"; echo " time info\n"; + "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">". + "". + "\n"; echo " \n"; } diff --git a/pics/button/time-info.png b/pics/button/time-info.png new file mode 100644 index 0000000..0cfc91c Binary files /dev/null and b/pics/button/time-info.png differ