forgot to add 'Add new staff user' to admin menu
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 28 Dec 2010 20:39:44 +0000 (20:39 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 28 Dec 2010 20:39:44 +0000 (20:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1136 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/templates/admin/index.xhtml
conifer/templates/admin/staff_add.xhtml

index 261eae8..263d679 100644 (file)
@@ -30,6 +30,9 @@ title = _('Administrative Options')
   <!--   <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>
index 6531e70..3463456 100644 (file)
@@ -47,5 +47,6 @@ title = _('Add new staff user')
       </form>
     </div>
   </div>
+  <p><a href="../../">Go back</a></p>
 </body>
 </html>
\ No newline at end of file