diff --git a/templates/2k11/admin/entries.inc.tpl b/templates/2k11/admin/entries.inc.tpl
index 316ef859..4997e3ba 100644
--- a/templates/2k11/admin/entries.inc.tpl
+++ b/templates/2k11/admin/entries.inc.tpl
@@ -142,7 +142,7 @@
- {$entry.timestamp|@formatTime:"{$CONST.DATE_FORMAT_SHORT}"}{if $entry.timestamp <= ($entry.last_modified - 1800)} {$CONST.LAST_UPDATED}{/if}
+ {$entry.timestamp|@formatTime:"{$CONST.DATE_FORMAT_SHORT}"}{if $entry.timestamp <= ($entry.last_modified - 1800)} {$CONST.LAST_UPDATED}{/if}
{$CONST.POSTED_BY} {$entry.author|escape}
diff --git a/templates/2k11/admin/serendipity_editor.js.tpl b/templates/2k11/admin/serendipity_editor.js.tpl
index f288cfe4..c04ce468 100644
--- a/templates/2k11/admin/serendipity_editor.js.tpl
+++ b/templates/2k11/admin/serendipity_editor.js.tpl
@@ -678,12 +678,6 @@ window.log = function f(){ log.history = log.history || []; log.history.push(arg
// Click events
//
- // Show entry timestamp
- $('.status_timestamp > a').click(function(e) {
- alert($(this).attr('title'));
- e.preventDefault();
- });
-
// Make the timestamp readable in browser not supporting datetime-local.
// Has no effect in those supporting it, as the timestamp is invalid in HTML5
if($entryEditor.size() > 0) {
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css
index d771cd46..59e96a1a 100644
--- a/templates/2k11/admin/style.css
+++ b/templates/2k11/admin/style.css
@@ -1527,6 +1527,11 @@ form > .button_link:first-of-type {
min-width: 11em;
}
+.status_timestamp .icon-info-circled {
+ color: #3e5f81;
+ cursor: help;
+}
+
.show_config_option {
text-decoration: none;
}