Added managealbums.html page, modified manage.html to include the new managealbumslink, added the album_table th#artistname to style.css, changed webserve to managealbums.exposed

This commit is contained in:
rembo10
2012-06-28 22:34:13 +05:30
parent f883902fa3
commit 186311672a
4 changed files with 156 additions and 3 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
<%def name="headerIncludes()">
<div id="subhead_container">
<div id="subhead_menu">
<a id="menu_link_edit" href="manageAlbums">Manage Albums</a>
<a id="menu_link_edit" href="manageArtists">Manage Artists</a>
%if not headphones.ADD_ARTISTS:
<a id="menu_link_edit" href="manageNew">Manage New Artists</a>
@@ -101,4 +102,4 @@
initThisPage();
});
</script>
</%def>
</%def>