[open-ils-commits] r12201 - trunk/Open-ILS/web/templates/default/actor/user (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 17 09:20:08 EST 2009
Author: erickson
Date: 2009-02-17 09:20:07 -0500 (Tue, 17 Feb 2009)
New Revision: 12201
Modified:
trunk/Open-ILS/web/templates/default/actor/user/register.tt2
Log:
use colspan 0 to span the table length
Modified: trunk/Open-ILS/web/templates/default/actor/user/register.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/actor/user/register.tt2 2009-02-17 14:03:35 UTC (rev 12200)
+++ trunk/Open-ILS/web/templates/default/actor/user/register.tt2 2009-02-17 14:20:07 UTC (rev 12201)
@@ -68,7 +68,7 @@
<tr fmclass='au' fmfield='master_account'/>
<tr fmclass='au' fmfield='claims_returned_count'/>
<tr fmclass='au' fmfield='alert_message' wclass='dijit.form.Textarea' wstyle='height:5em'/>
- <tr class='divider'><td colspan='10'>Address</td></tr>
+ <tr class='divider'><td colspan='0'>Address</td></tr>
<tr fmclass='aua' fmfield='address_type'/>
<tr fmclass='aua' fmfield='post_code'/>
<tr fmclass='aua' fmfield='street1'/>
@@ -87,10 +87,10 @@
<td><div dojoType='dijit.form.CheckBox' name='billing-addr-widget'></div></td>
</tr>
- <tr class='divider' id='stat-cat-divider'><td colspan='10'>Statistical Categories</td></tr>
+ <tr class='divider' id='stat-cat-divider'><td colspan='0'>Statistical Categories</td></tr>
<tr id='stat-cat-row-template'><td class='uedit-help'/><td name='name'/><td name='widget'/></tr>
- <tr id='survey-row-template' class='divider'><td colspan='10' name='name'/></tr>
+ <tr id='survey-row-template' class='divider'><td colspan='0' name='name'/></tr>
<tr id='survey-question-row-template'><td class='uedit-help'/><td name='question'/><td name='answers'/></tr>
</tbody>
</table>
More information about the open-ils-commits
mailing list