Add title above album creation form.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 12 Jan 2011 19:52:44 +0000 (20:52 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 12 Jan 2011 19:52:44 +0000 (20:52 +0100)
src/main/resources/i18n/sone.en.properties
src/main/resources/templates/include/createAlbum.html

index be31272..2c15817 100644 (file)
@@ -170,6 +170,7 @@ View.Post.Reply.DeleteLink=Delete
 View.Post.LikeLink=Like
 View.Post.UnlikeLink=Unlike
 
+View.CreateAlbum.Title=Create Album
 View.CreateAlbum.Label.Name=Name:
 
 WebInterface.DefaultText.StatusUpdate=What’s on your mind?
index 1404410..6e3623f 100644 (file)
@@ -1,3 +1,5 @@
+<h2><%= View.CreateAlbum.Title|l10n|html></h2>
+
 <form id="create-album" method="post" action="createAlbum.html">
        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
        <input type="hidden" name="parent" value="<%ifnull ! album><% album.id|html><%/if>" />