[open-ils-commits] r1136 - servres/trunk/conifer/templates/admin (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 28 15:39:49 EST 2010
Author: gfawcett
Date: 2010-12-28 15:39:44 -0500 (Tue, 28 Dec 2010)
New Revision: 1136
Modified:
servres/trunk/conifer/templates/admin/index.xhtml
servres/trunk/conifer/templates/admin/staff_add.xhtml
Log:
forgot to add 'Add new staff user' to admin menu
Modified: servres/trunk/conifer/templates/admin/index.xhtml
===================================================================
--- servres/trunk/conifer/templates/admin/index.xhtml 2010-12-28 20:36:09 UTC (rev 1135)
+++ servres/trunk/conifer/templates/admin/index.xhtml 2010-12-28 20:39:44 UTC (rev 1136)
@@ -30,6 +30,9 @@
<!-- <li><a href="../zsearch/">Search Z39.50 Targets</a></li> -->
<!-- </ul> -->
<ul>
+ <li><a href="staff/add/">Add new staff user</a></li>
+ </ul>
+ <ul>
<li py:if="gethook('department_course_catalogue')">
<a href="update_depts_courses">Automatically update departments and courses</a>
</li>
Modified: servres/trunk/conifer/templates/admin/staff_add.xhtml
===================================================================
--- servres/trunk/conifer/templates/admin/staff_add.xhtml 2010-12-28 20:36:09 UTC (rev 1135)
+++ servres/trunk/conifer/templates/admin/staff_add.xhtml 2010-12-28 20:39:44 UTC (rev 1136)
@@ -47,5 +47,6 @@
</form>
</div>
</div>
+ <p><a href="../../">Go back</a></p>
</body>
</html>
\ No newline at end of file
More information about the open-ils-commits
mailing list