[open-ils-commits] r11202 - in trunk/Open-ILS/web/templates/default/acq: financial picklist po
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Nov 14 16:57:40 EST 2008
Author: erickson
Date: 2008-11-14 16:57:35 -0500 (Fri, 14 Nov 2008)
New Revision: 11202
Modified:
trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2
trunk/Open-ILS/web/templates/default/acq/financial/list_funding_sources.tt2
trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
trunk/Open-ILS/web/templates/default/acq/financial/list_providers.tt2
trunk/Open-ILS/web/templates/default/acq/picklist/bib_search.tt2
trunk/Open-ILS/web/templates/default/acq/picklist/list.tt2
trunk/Open-ILS/web/templates/default/acq/po/li_search.tt2
Log:
cleaning up some invalid html. most of the acq interfaces still won't pass strict checking because of some embedded JS. problem for another day
Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2 2008-11-14 21:19:48 UTC (rev 11201)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2 2008-11-14 21:57:35 UTC (rev 11202)
@@ -25,11 +25,11 @@
<table class='dijitTooltipTable'>
<tr>
<td><label for="label">Label: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="label"></td>
+ <td><input dojoType="dijit.form.TextBox" name="label"/></td>
</tr>
<tr>
<td><label for="name">Code: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="code"></td>
+ <td><input dojoType="dijit.form.TextBox" name="code"/></td>
</tr>
<tr>
<td colspan='2' align='center'>
Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_funding_sources.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_funding_sources.tt2 2008-11-14 21:19:48 UTC (rev 11201)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_funding_sources.tt2 2008-11-14 21:57:35 UTC (rev 11202)
@@ -38,11 +38,11 @@
<table class='dijitTooltipTable'>
<tr>
<td><label for="name">Name: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="name"></td>
+ <td><input dojoType="dijit.form.TextBox" name="name"/></td>
</tr>
<tr>
<td><label for="name">Code: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="code"></td>
+ <td><input dojoType="dijit.form.TextBox" name="code"/></td>
</tr>
<tr>
<td><label for="currency_type">Currency Type:</label></td>
Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2008-11-14 21:19:48 UTC (rev 11201)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2008-11-14 21:57:35 UTC (rev 11202)
@@ -39,15 +39,15 @@
<table class='dijitTooltipTable'>
<tr>
<td><label for="name">Name: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="name"></td>
+ <td><input dojoType="dijit.form.TextBox" name="name"/></td>
</tr>
<tr>
<td><label for="name">Code: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="code"></td>
+ <td><input dojoType="dijit.form.TextBox" name="code"/></td>
</tr>
<tr>
<td><label for="year">Year: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="year"></td>
+ <td><input dojoType="dijit.form.TextBox" name="year"/></td>
</tr>
<tr>
<td><label for="currency_type">Currency Type: </label></td>
Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_providers.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_providers.tt2 2008-11-14 21:19:48 UTC (rev 11201)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_providers.tt2 2008-11-14 21:57:35 UTC (rev 11202)
@@ -18,11 +18,11 @@
<table class='dijitTooltipTable'>
<tr>
<td><label for="name">Name: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="name"></td>
+ <td><input dojoType="dijit.form.TextBox" name="name"/></td>
</tr>
<tr>
<td><label for="code">Code: </label></td>
- <td><input dojoType="dijit.form.TextBox" name="code"></td>
+ <td><input dojoType="dijit.form.TextBox" name="code"/></td>
</tr>
<tr>
<td><label for="currency_type">Currency Type:</label></td>
Modified: trunk/Open-ILS/web/templates/default/acq/picklist/bib_search.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/picklist/bib_search.tt2 2008-11-14 21:19:48 UTC (rev 11201)
+++ trunk/Open-ILS/web/templates/default/acq/picklist/bib_search.tt2 2008-11-14 21:57:35 UTC (rev 11202)
@@ -49,8 +49,8 @@
<div dojoType='dijit.form.Button' type='submit'>Submit</div>
</div>
</div>
- </div>
-</form>
+ </form>
+</div>
<div id='oils-acq-pl-search-results' style='height:100%'>
<script>
dojo.require('dijit.form.FilteringSelect');
@@ -85,7 +85,7 @@
</tr>
<tr>
<td colspan='2' align='center'>
- <button dojoType=dijit.form.Button type="submit">Save</button>
+ <button dojoType='dijit.form.Button' type="submit">Save</button>
</td>
</tr>
</table>
Modified: trunk/Open-ILS/web/templates/default/acq/picklist/list.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/picklist/list.tt2 2008-11-14 21:19:48 UTC (rev 11201)
+++ trunk/Open-ILS/web/templates/default/acq/picklist/list.tt2 2008-11-14 21:57:35 UTC (rev 11202)
@@ -28,11 +28,11 @@
<table class='dijitTooltipTable'>
<tr>
<td><label for="name">Name:</label></td>
- <td><input dojoType="dijit.form.TextBox" name="name"></td>
+ <td><input dojoType="dijit.form.TextBox" name="name"/></td>
</tr>
<tr>
<td colspan='2' align='center'>
- <button dojoType=dijit.form.Button type="submit">Create</button>
+ <button dojoType='dijit.form.Button' type="submit">Create</button>
</td>
</tr>
</table>
Modified: trunk/Open-ILS/web/templates/default/acq/po/li_search.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/po/li_search.tt2 2008-11-14 21:19:48 UTC (rev 11201)
+++ trunk/Open-ILS/web/templates/default/acq/po/li_search.tt2 2008-11-14 21:57:35 UTC (rev 11202)
@@ -68,7 +68,7 @@
<td><label for="name">Provider: </label></td>
<td>
<input jsId='newPOProviderSelector' name="provider"
- dojoType="dijit.form.FilteringSelect" searchAttr='code' labelAttr='code'>
+ dojoType="dijit.form.FilteringSelect" searchAttr='code' labelAttr='code'/>
</td>
</tr>
<tr>
@@ -92,7 +92,7 @@
</tr>
<tr>
<td colspan='2' align='center'>
- <button dojoType=dijit.form.Button type="submit">Create</button>
+ <button dojoType='dijit.form.Button' type="submit">Create</button>
</td>
</tr>
</table>
More information about the open-ils-commits
mailing list