[open-ils-commits] r13278 - in trunk/Open-ILS/web/templates/default: acq/financial conify/global/acq (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 1 15:54:04 EDT 2009
Author: erickson
Date: 2009-06-01 15:54:00 -0400 (Mon, 01 Jun 2009)
New Revision: 13278
Modified:
trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2
Log:
fixed some column labels
Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2009-06-01 19:47:40 UTC (rev 13277)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2009-06-01 19:54:00 UTC (rev 13278)
@@ -54,7 +54,7 @@
editOnEnter='true'>
<thead>
<tr>
- <th field='combined_balance' get='getBalanceInfo'></th>
+ <th field='combined_balance' name="Combined Balance" get='getBalanceInfo'></th>
</tr>
</thead>
</table>
Modified: trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2 2009-06-01 19:47:40 UTC (rev 13277)
+++ trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2 2009-06-01 19:54:00 UTC (rev 13278)
@@ -43,9 +43,6 @@
}
}
-
-
-
</script>
@@ -90,7 +87,7 @@
</div>
<div id='provider-summary-pane'></div>
-<div id='provider-details-div'>
+<div id='provider-details-div' style='height:600px'>
<div dojoType="dijit.layout.TabContainer" style='height:100%' jsId='providerTabs'>
<div dojoType="dijit.layout.ContentPane" title='Provider Address' select='true' id='provider-address'>
@@ -171,9 +168,9 @@
<thead>
<tr>
<th field="xpath" width='auto'/>
- <th field="tag" get='getParsedTag'/>
- <th field="subfield" get='getParsedSubf'/>
- </tr>
+ <th field="tag" name="Tag" get='getParsedTag'/>
+ <th field="subfield" name="Subfield" get='getParsedSubf'/>
+ <tr>
</thead>
</table>
</div>
@@ -187,14 +184,13 @@
<button dojoType='dijit.form.Button' onClick='phsListGrid.deleteSelected()'>Delete Selected</button>
</div>
</div>
- <div dojoType="dijit.layout.ContentPane" layoutAlign="client" style='height:200px'>
+ <div dojoType="dijit.layout.ContentPane" layoutAlign="client" style='height:400px'>
<table jsId="phsListGrid"
dojoType="openils.widget.AutoGrid"
fieldOrder="['id', 'provider', 'name', 'subfield']"
query="{id: '*'}"
fmClass='acqphsm'
editOnEnter='true'>
-
</table>
</div>
</div>
More information about the open-ils-commits
mailing list