[open-ils-commits] r15596 - trunk/Open-ILS/web/templates/default/conify/global/acq (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Feb 18 23:12:39 EST 2010
Author: erickson
Date: 2010-02-18 23:12:36 -0500 (Thu, 18 Feb 2010)
New Revision: 15596
Modified:
trunk/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2
Log:
push 'xpath' to the end of the columns
Modified: trunk/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2 2010-02-19 04:12:00 UTC (rev 15595)
+++ trunk/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2 2010-02-19 04:12:36 UTC (rev 15596)
@@ -13,7 +13,7 @@
</div>
<table jsId="attrGrid"
dojoType="openils.widget.AutoGrid"
- fieldOrder="['id', 'code', 'description', 'tag', 'subfield', 'ident', 'xpath', 'remove']"
+ fieldOrder="['id', 'code', 'description', 'tag', 'subfield', 'ident', 'remove', 'xpath']"
query="{id: '*'}"
defaultCellWidth='"auto"'
fmClass='acqlimad'
More information about the open-ils-commits
mailing list