Author: rgardler
Date: Sun Feb 10 21:46:52 2013
New Revision: 1444618
URL: http://svn.apache.org/r1444618
Log:
Added secondary content to albums page so buttons etc can be added (closes
wookie-397, thanks Steve Lee)
Modified:
wookie/trunk/widgets/templates/assetPlayer/index.html
Modified: wookie/trunk/widgets/templates/assetPlayer/index.html
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/templates/assetPlayer/index.html?rev=1444618&r1=1444617&r2=1444618&view=diff
==============================================================================
--- wookie/trunk/widgets/templates/assetPlayer/index.html (original)
+++ wookie/trunk/widgets/templates/assetPlayer/index.html Sun Feb 10 21:46:52
2013
@@ -34,6 +34,12 @@ ${content.scripts}
</div>
<div data-role="content">
+ <div class="content-secondary" id="content-album-secondary">
+ ${content.albums.secondary}
+ </div>
+ </div>
+
+ <div data-role="content">
<div class="content-primary" id="content-album">
${content.albums}
</div>