[open-ils-commits] r270 - servres/trunk/conifer/templates (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Apr 4 15:15:49 EDT 2009


Author: gfawcett
Date: 2009-04-04 15:15:45 -0400 (Sat, 04 Apr 2009)
New Revision: 270

Modified:
   servres/trunk/conifer/templates/item_heading_detail.xhtml
Log:
resequence-items should only show for editors.

Modified: servres/trunk/conifer/templates/item_heading_detail.xhtml
===================================================================
--- servres/trunk/conifer/templates/item_heading_detail.xhtml	2009-04-04 19:11:08 UTC (rev 269)
+++ servres/trunk/conifer/templates/item_heading_detail.xhtml	2009-04-04 19:15:45 UTC (rev 270)
@@ -31,7 +31,7 @@
     <p py:if="not item_tree">
       There are no items in this section.
     </p>
-    ${item_resequence_panel()}
+    <div py:if="is_editor">${item_resequence_panel()}</div>
     ${show_tree(item_tree, edit=is_editor)}
     <div py:if="is_editor">${add_subs(item)}</div>
   </body>



More information about the open-ils-commits mailing list