From: David ‘Bombe’ Roden Date: Fri, 1 Jul 2011 05:08:13 +0000 (+0200) Subject: Add “follow all Sones” and “unfollow all Sones” buttons. X-Git-Tag: 0.6.6^2~39 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=01bd1f772ad9a859e5978ed4b05eac359a3e8627 Add “follow all Sones” and “unfollow all Sones” buttons. --- diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 4bcd975..2277936 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -83,6 +83,8 @@ Page.Index.PostList.Text.NoPostYet=Nobody has written any posts yet. You should Page.KnownSones.Title=Known Sones - Sone Page.KnownSones.Page.Title=Known Sones Page.KnownSones.Text.NoKnownSones=There are currently no known Sones. +Page.KnownSones.Button.FollowAllSones=Follow all Sones +Page.KnownSones.Button.UnfollowAllSones=Unfollow all Sones Page.EditProfile.Title=Edit Profile - Sone Page.EditProfile.Page.Title=Edit Profile diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index d3f4846..260a321 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -52,6 +52,24 @@ +
+
+ + + + +
+
+ +
+
+ + + + +
+
+
<%= page|store key=pageParameter> <%include include/pagination.html>