[open-ils-commits] r1154 - in servres/trunk/conifer: . templates (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 30 11:37:17 EST 2010
Author: gfawcett
Date: 2010-12-30 11:37:15 -0500 (Thu, 30 Dec 2010)
New Revision: 1154
Modified:
servres/trunk/conifer/TODO
servres/trunk/conifer/templates/my_sites.xhtml
Log:
display tweak
Modified: servres/trunk/conifer/TODO
===================================================================
--- servres/trunk/conifer/TODO 2010-12-30 16:28:04 UTC (rev 1153)
+++ servres/trunk/conifer/TODO 2010-12-30 16:37:15 UTC (rev 1154)
@@ -4,8 +4,6 @@
* write up some documentation
-* review CLEW integration. KISS.
-
* why are .focus() calls not working properly?
* add/remove individuals in course sites
@@ -84,3 +82,7 @@
* add Joan's new text
+* hide 'Create a new Reserves Site' from 'My Reserves'
+
+* review CLEW integration. KISS.
+
Modified: servres/trunk/conifer/templates/my_sites.xhtml
===================================================================
--- servres/trunk/conifer/templates/my_sites.xhtml 2010-12-30 16:28:04 UTC (rev 1153)
+++ servres/trunk/conifer/templates/my_sites.xhtml 2010-12-30 16:37:15 UTC (rev 1154)
@@ -21,9 +21,8 @@
<a href="${site.id}/">${site}</a>
</p>
<div class="gap"/>
- <div class="itemadd">
- <p py:if="user.can_create_sites()"><a href="new/">Create a new course-reserves site</a></p>
- <!-- !<p><a href="invitation/">Join a reserves list using an Invitation Code</a></p> -->
- </div>
+ <!-- ! <div class="itemadd">
+ <p><a href="invitation/">Join a reserves list using an Invitation Code</a></p>
+ </div>-->
</body>
</html>
More information about the open-ils-commits
mailing list