added ident column editing to order record fields
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Jul 2008 16:34:18 +0000 (16:34 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Jul 2008 16:34:18 +0000 (16:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10163 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_provider.html

index abf7f65..e37092f 100644 (file)
                                 <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>
                         {name: '${_("Description")}', field: "description", width:'auto'}, 
                         {name: '${_("Tag")}', get:getTag},
                         {name: '${_("Subfield")}', get:getSubfield},
+                        {name: '${_("Identifier")}', field:'ident'},
                         {name: '${_("XPath")}', field:'xpath', width:'auto'}
                     ]]
                 }];