From 3af8efacabbe84b4e8754db18395afe4ef8dc8f1 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Sat, 4 Apr 2009 19:15:45 +0000 Subject: [PATCH] resequence-items should only show for editors. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@270 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/item_heading_detail.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conifer/templates/item_heading_detail.xhtml b/conifer/templates/item_heading_detail.xhtml index d008916..e98bbbd 100644 --- a/conifer/templates/item_heading_detail.xhtml +++ b/conifer/templates/item_heading_detail.xhtml @@ -31,7 +31,7 @@ item_tree = course.item_tree(subtree=item)

There are no items in this section.

- ${item_resequence_panel()} +
${item_resequence_panel()}
${show_tree(item_tree, edit=is_editor)}
${add_subs(item)}
-- 2.11.0