<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"
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>
fmClass='acqdfe'
editOnEnter='true'>
<thead>
- <tr> <th field='formula' get='getFormulaId'/>
+ <tr>
+ <th field='formula' get='getFormulaId'/>
</tr>
</thead>
</table>