From 9fdc55aac4b0a848d224867aaf61479d771525e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 19 Oct 2010 09:22:52 +0200 Subject: [PATCH] Add tooltips for status icons. --- src/main/resources/i18n/sone.en.properties | 5 +++++ src/main/resources/templates/include/viewSone.html | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 06ad735..94bb74d 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -137,6 +137,11 @@ View.Sone.Button.UnfollowSone=unfollow View.Sone.Button.FollowSone=follow View.Sone.Button.UnblockSone=unblock View.Sone.Button.BlockSone=block +View.Sone.Status.Modified=This Sone was modified and waits to be inserted. +View.Sone.Status.Unknown=This Sone has not yet been retrieved. +View.Sone.Status.Idle=This Sone is idle, i.e. not being inserted or downloaded. +View.Sone.Status.Downloading=This Sone is currently being downloaded. +View.Sone.Status.Inserting=This Sone is currently being inserted. View.Post.DeleteLink=Delete View.Post.SendReply=Post Reply! diff --git a/src/main/resources/templates/include/viewSone.html b/src/main/resources/templates/include/viewSone.html index 615510a..5f001ba 100644 --- a/src/main/resources/templates/include/viewSone.html +++ b/src/main/resources/templates/include/viewSone.html @@ -1,11 +1,11 @@
(<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|date format="MMM d, yyyy, HH:mm:ss">)
-
?
-
!
-
⬊
-
⬈
-
+
?
+
!
+
⬊
+
⬈
+
<%ifnull ! currentSone> <%if ! sone.current> <%if sone.friend> -- 2.7.4