[open-ils-commits] r1199 - servres/trunk/conifer/templates (artunit)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jan 16 00:33:25 EST 2011


Author: artunit
Date: 2011-01-16 00:33:22 -0500 (Sun, 16 Jan 2011)
New Revision: 1199

Modified:
   servres/trunk/conifer/templates/tabbar.xhtml
   servres/trunk/conifer/templates/tabbar_anonymous.xhtml
Log:
change wording for adding materials, as per request

Modified: servres/trunk/conifer/templates/tabbar.xhtml
===================================================================
--- servres/trunk/conifer/templates/tabbar.xhtml	2011-01-16 05:17:30 UTC (rev 1198)
+++ servres/trunk/conifer/templates/tabbar.xhtml	2011-01-16 05:33:22 UTC (rev 1199)
@@ -17,8 +17,8 @@
        py:if="request.user.is_staff">
     <li><a href="${ROOT}/admin/">Admin Options</a></li>
   </div>
-  <li><a href="http://cronus.uwindsor.ca/units/leddy/leddy.nsf/PlacingMaterialInTheCourseReservesCollection?OpenForm">
-	Placing Materials on Reserve</a>
+  <li class="faculty_note"><a href="http://cronus.uwindsor.ca/units/leddy/leddy.nsf/PlacingMaterialInTheCourseReservesCollection?OpenForm">
+	Faculty, How to place materials on Course Reserve</a>
   </li>
 </ul>
 </html>

Modified: servres/trunk/conifer/templates/tabbar_anonymous.xhtml
===================================================================
--- servres/trunk/conifer/templates/tabbar_anonymous.xhtml	2011-01-16 05:17:30 UTC (rev 1198)
+++ servres/trunk/conifer/templates/tabbar_anonymous.xhtml	2011-01-16 05:33:22 UTC (rev 1199)
@@ -9,8 +9,8 @@
 <ul id="tabbar">
   <!-- !<li><a href="${ROOT}/">Home</a></li> -->
   <li><a href="${ROOT}/browse/">Browse</a></li>
-  <li><a href="http://cronus.uwindsor.ca/units/leddy/leddy.nsf/PlacingMaterialInTheCourseReservesCollection?OpenForm">
-        Placing Materials on Reserve</a>
-  </li> 
+  <li class="faculty_note"><a href="http://cronus.uwindsor.ca/units/leddy/leddy.nsf/PlacingMaterialInTheCourseReservesCollection?OpenForm">
+        Faculty, How to place materials on Course Reserve</a>
+  </li>
 </ul>
 </html>



More information about the open-ils-commits mailing list