[open-ils-commits] r10163 - branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 28 12:34:29 EDT 2008


Author: erickson
Date: 2008-07-28 12:34:18 -0400 (Mon, 28 Jul 2008)
New Revision: 10163

Modified:
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_provider.html
Log:
added ident column editing to order record fields

Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_provider.html
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_provider.html	2008-07-28 14:57:45 UTC (rev 10162)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_provider.html	2008-07-28 16:34:18 UTC (rev 10163)
@@ -71,11 +71,20 @@
                                 <td><input dojoType="dijit.form.TextBox" name="tag"></input></td>
                             </tr>
                             <tr>
-                                <td><label for="amount">${_('Subfifle:')} </label></td>
+                                <td><label for="amount">${_('Subfield:')} </label></td>
                                 <td><input dojoType="dijit.form.TextBox" name="subfield"></input></td>
                             </tr>
                             <tr>
-                                <td><label for="amount">${_('XPath:')} </label></td>
+                                <td><label for="ident">${_('Identifer Field?:')} </label></td>
+                                <td>
+                                    <select dojoType="dijit.form.FilteringSelect" name="ident">
+                                        <option value='f' selected='selected'>${_('False')}</option>
+                                        <option value='t'>${_('True')}</option>
+                                    </select>
+                                </td>
+                            </tr>
+                            <tr>
+                                <td><label for="amount">${_('XPath (advanced):')} </label></td>
                                 <td><input dojoType="dijit.form.TextBox" name="xpath"></input></td>
                             </tr>
                             <tr>
@@ -104,6 +113,7 @@
                         {name: '${_("Description")}', field: "description", width:'auto'}, 
                         {name: '${_("Tag")}', get:getTag},
                         {name: '${_("Subfield")}', get:getSubfield},
+                        {name: '${_("Identifier")}', field:'ident'},
                         {name: '${_("XPath")}', field:'xpath', width:'auto'}
                     ]]
                 }];



More information about the open-ils-commits mailing list