rename 'course' files to 'site'
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 15 Jul 2010 00:53:57 +0000 (00:53 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 15 Jul 2010 00:53:57 +0000 (00:53 +0000)
commit98f3cad2b08d7d4736dfe442eab6268cb62eba11
treeb4069950fdf1813e68f5fde86894f95e35d08628
parentdacbe80f95cb58578d450bae19442d964b95e91c
rename 'course' files to 'site'

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@908 6d9bc8c9-1ec2-4278-b937-99fde70a366f
29 files changed:
conifer/integration/hooks.py
conifer/static/edit_course.js [deleted file]
conifer/static/edit_course_permissions.js [deleted file]
conifer/static/edit_site.js [new file with mode: 0644]
conifer/static/edit_site_permissions.js [new file with mode: 0644]
conifer/syrup/views/courses.py [deleted file]
conifer/syrup/views/sites.py [new file with mode: 0644]
conifer/templates/components/course.xhtml [deleted file]
conifer/templates/components/site.xhtml [new file with mode: 0644]
conifer/templates/course_detail.xhtml [deleted file]
conifer/templates/course_invitation.xhtml [deleted file]
conifer/templates/course_join.xhtml [deleted file]
conifer/templates/courses.xhtml [deleted file]
conifer/templates/edit_course.xhtml [deleted file]
conifer/templates/edit_course_permissions.xhtml [deleted file]
conifer/templates/edit_site.xhtml [new file with mode: 0644]
conifer/templates/edit_site_permissions.xhtml [new file with mode: 0644]
conifer/templates/feeds/course_atom.xml [deleted file]
conifer/templates/feeds/course_feed_index.xhtml [deleted file]
conifer/templates/feeds/site_atom.xml [new file with mode: 0644]
conifer/templates/feeds/site_feed_index.xhtml [new file with mode: 0644]
conifer/templates/my_courses.xhtml [deleted file]
conifer/templates/my_sites.xhtml [new file with mode: 0644]
conifer/templates/open_courses.xhtml [deleted file]
conifer/templates/open_sites.xhtml [new file with mode: 0644]
conifer/templates/site_detail.xhtml [new file with mode: 0644]
conifer/templates/site_invitation.xhtml [new file with mode: 0644]
conifer/templates/site_join.xhtml [new file with mode: 0644]
conifer/templates/sites.xhtml [new file with mode: 0644]