Add title to album links.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 Sep 2011 05:49:23 +0000 (07:49 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 Sep 2011 05:49:23 +0000 (07:49 +0200)
src/main/resources/templates/imageBrowser.html

index 3b36e03..019da9f 100644 (file)
@@ -69,7 +69,7 @@
 
                        <%foreach album.albums album>
                                <div class="album image">
-                                       <a href="imageBrowser.html?album=<% album.id|html>">
+                                       <a href="imageBrowser.html?album=<% album.id|html>" title="<% album.title|html>">
                                                <%ifnull album.albumImage>
                                                        <img src="images/unknown-image-0.png" width="200" height="150" alt="<% album.title|html>" title="<% album.title|html>" />
                                                <%else><!-- TODO -->
 
                        <%foreach sone.albums album>
                                <div class="album image">
-                                       <a href="imageBrowser.html?album=<% album.id|html>">
+                                       <a href="imageBrowser.html?album=<% album.id|html>" title="<% album.title|html>">
                                                <%ifnull album.albumImage>
                                                        <img src="images/unknown-image-0.png" width="200" height="150" alt="<% album.title|html>" title="<% album.title|html>" />
                                                <%else><!-- TODO -->