[open-ils-commits] r12674 - trunk/Open-ILS/web/templates/default/conify/global/acq (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 25 16:39:05 EDT 2009
Author: erickson
Date: 2009-03-25 16:38:59 -0400 (Wed, 25 Mar 2009)
New Revision: 12674
Modified:
trunk/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2
Log:
fixed broken closing bracket, mild code reformatting
Modified: trunk/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2 2009-03-25 20:14:45 UTC (rev 12673)
+++ trunk/Open-ILS/web/templates/default/conify/global/acq/distribution_formula.tt2 2009-03-25 20:38:59 UTC (rev 12674)
@@ -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>
More information about the open-ils-commits
mailing list