[open-ils-commits] r11294 - trunk/Open-ILS/web/templates/default/conify/global/config

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 20 17:27:10 EST 2008


Author: erickson
Date: 2008-11-20 17:27:05 -0500 (Thu, 20 Nov 2008)
New Revision: 11294

Modified:
   trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2
Log:
repaired label attr

Modified: trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2	2008-11-20 22:26:43 UTC (rev 11293)
+++ trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2	2008-11-20 22:27:05 UTC (rev 11294)
@@ -15,14 +15,14 @@
                 <td><input dojoType="dijit.form.TextBox" name="name"/></td>
             </tr>
             <tr>
-                <td><label for="name">Owning Location: </label></td>
+                <td><label for="owner">Owning Location: </label></td>
                 <td>
                     <input dojoType="openils.widget.OrgUnitFilteringSelect" name="owner" 
                         jsId='btOwningOrg' searchAttr='shortname' labelAttr='shortname'/>
                 </td>
             </tr>
             <tr>
-                <td><label for="name">Default Price: </label></td>
+                <td><label for="default_price">Default Price: </label></td>
                 <td><input dojoType="dijit.form.CurrencyTextBox" name="default_price" required='false'/></td>
             </tr>
             <tr>



More information about the open-ils-commits mailing list