Move album moving buttons to include file
[Sone.git] / src / main / resources / templates / include / browseAlbums.html
index 10de318..61eb665 100644 (file)
                </div>
                <%include include/pagination.html pageParameter=="albumPage">
        <%/last>
-
-       <%if album.sone.local>
-               <form class="edit-album" action="editAlbum.html" method="post">
-                       <input type="hidden" name="formPassword" value="<%formPassword|html>" />
-                       <input type="hidden" name="returnPage" value="<%request.uri|html>" />
-                       <input type="hidden" name="album" value="<%album.id|html>" />
-
-                       <div class="move-buttons">
-                               <button <%if loop.first>class="hidden" <%/if>type="submit" name="moveLeft" value="true"><%= Page.ImageBrowser.Image.Button.MoveLeft|l10n|html></button>
-                               <button <%if loop.last>class="hidden" <%/if>type="submit" name="moveRight" value="true"><%= Page.ImageBrowser.Image.Button.MoveRight|l10n|html></button>
-                       </div>
-
-                       <div class="edit-data hidden">
-                               <div>
-                                       <input type="text" name="title" value="<%album.title|html>" />
-                               </div>
-                               <div>
-                                       <textarea name="description"><%album.description|html></textarea>
-                               </div>
-                               <div>
-                                       <button <%if loop.first>class="hidden" <%/if>type="submit" name="moveLeft" value="true"><%= Page.ImageBrowser.Image.Button.MoveLeft|l10n|html></button>
-                                       <button type="submit" name="submit"><%= Page.ImageBrowser.Album.Button.Save|l10n|html></button>
-                                       <button <%if loop.last>class="hidden" <%/if>type="submit" name="moveRight" value="true"><%= Page.ImageBrowser.Image.Button.MoveRight|l10n|html></button>
-                               </div>
-                       </div>
-               </form>
-       <%/if>
 <%/foreach>