From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 19:45:49 +0000 (+0200) Subject: Completely hide the request key from the interface. X-Git-Tag: 0.1-RC1~216 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=dff379421c20adabdb59c5a310d2a40513223369 Completely hide the request key from the interface. --- diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index b525fee..f3c4a4a 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -129,6 +129,7 @@ Page.Logout.Title=Logout - Sone View.Head.ProfileLink.Text=Your Profile +View.Sone.Label.LastUpdate=last update: View.Sone.Button.UnblockSone=unblock View.Sone.Button.BlockSone=block diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index bf8dcfb..84b6a94 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -5,9 +5,8 @@
<%foreach knownSones sone>
- -
<% sone.requestUri|substring start=4 length=43|html>…
-
<% sone.time|date format="MMM d, yyyy, HH:mm:ss">
+ +
(<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|date format="MMM d, yyyy, HH:mm:ss">)
<%ifnull ! currentSone> <%if sone.isBlocked>