UI support for adding subheadings.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 11 Jan 2009 02:18:31 +0000 (02:18 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 11 Jan 2009 02:18:31 +0000 (02:18 +0000)
commit63cd008a0fe89b394032ba71899a1a14ba2ff8d6
tree0991712d1b11f59f961a065becc32abbe292a189
parent62391d310517e10eabcd6bf44ea9e3527335e722
UI support for adding subheadings.

It's a start. No other types of item can be added yet. Subheadings can
be nested arbitrarily deep. Note, there are no access controls yet!

Also tweaked search-results so that results link to the found items.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@101 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/static/main.css
conifer/syrup/models.py
conifer/syrup/urls.py
conifer/syrup/views.py
conifer/templates/components/item.xhtml
conifer/templates/course_detail.xhtml
conifer/templates/item_add.xhtml [new file with mode: 0644]
conifer/templates/item_heading_detail.xhtml
conifer/templates/item_metadata.xhtml
conifer/templates/search_results.xhtml