[open-ils-commits] r214 - servres/trunk/conifer/templates (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 23 23:07:30 EDT 2009
Author: gfawcett
Date: 2009-03-23 23:07:28 -0400 (Mon, 23 Mar 2009)
New Revision: 214
Modified:
servres/trunk/conifer/templates/item_add_phys.xhtml
Log:
let users edit display-name of physical items, too.
Modified: servres/trunk/conifer/templates/item_add_phys.xhtml
===================================================================
--- servres/trunk/conifer/templates/item_add_phys.xhtml 2009-03-24 02:38:47 UTC (rev 213)
+++ servres/trunk/conifer/templates/item_add_phys.xhtml 2009-03-24 03:07:28 UTC (rev 214)
@@ -20,10 +20,12 @@
<h3>${title}</h3>
<form action=".?item_type=${item_type}" method="POST">
+ <p>Display name: <input type="text" name="title" value="${item.title}"/></p>
+
${item_metadata_formset(show_more=False)}
<p>
<input py:if="not is_edit" type="submit" value="Add heading"/>
- <input py:if="is_edit" type="submit" value="Update heading"/>
+ <input py:if="is_edit" type="submit" value="Update physical-item request"/>
</p>
</form>
More information about the open-ils-commits
mailing list