summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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