fixed broken closing bracket, mild code reformatting
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 25 Mar 2009 20:38:59 +0000 (20:38 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 25 Mar 2009 20:38:59 +0000 (20:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12674 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2

index 38acefa..b8b928e 100644 (file)
@@ -6,8 +6,8 @@
 <div id='formula-list-div'>
     <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
         <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
-        <div>Distribution Formulas</div>
-        <div><button dojoType='dijit.form.Button' onClick='fListGrid.showCreateDialog()'>New Formula</button></div>
+            <div>Distribution Formulas</div>
+            <div><button dojoType='dijit.form.Button' onClick='fListGrid.showCreateDialog()'>New Formula</button></div>
         </div>
         <table  jsId="fListGrid"
                 dojoType="openils.widget.AutoGrid"
@@ -17,9 +17,9 @@
                 fmClass='acqdf'
                 editOnEnter='true'>
             <thead>
-                <tr><th field='name' get='getFormulaName'/>
-                   
-                    <th field='item_count'  get='getItemCount'/
+                <tr>
+                    <th field='name' get='getFormulaName'/>
+                    <th field='item_count' get='getItemCount'/>
                 </tr>
             </thead>
         </table>
@@ -46,7 +46,8 @@
                     fmClass='acqdfe'
                     editOnEnter='true'>
                 <thead>
-                    <tr> <th field='formula' get='getFormulaId'/>
+                    <tr> 
+                        <th field='formula' get='getFormulaId'/>
                     </tr>
                 </thead>
             </table>