[open-ils-commits] r19916 - branches/rel_2_1/Open-ILS/web/templates/default/actor/user (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 30 13:10:38 EDT 2011


Author: miker
Date: 2011-03-30 13:10:35 -0400 (Wed, 30 Mar 2011)
New Revision: 19916

Modified:
   branches/rel_2_1/Open-ILS/web/templates/default/actor/user/register_table.tt2
Log:
Patch from Thomas Berezansky; see https://bugs.launchpad.net/bugs/745123

Modified: branches/rel_2_1/Open-ILS/web/templates/default/actor/user/register_table.tt2
===================================================================
--- branches/rel_2_1/Open-ILS/web/templates/default/actor/user/register_table.tt2	2011-03-30 17:03:11 UTC (rev 19915)
+++ branches/rel_2_1/Open-ILS/web/templates/default/actor/user/register_table.tt2	2011-03-30 17:10:35 UTC (rev 19916)
@@ -105,10 +105,10 @@
 
     <!-- stat cats -->
     <tr class='divider' id='stat-cat-divider' required='suggested'><td colspan='0'>Statistical Categories</td></tr>
-    <tr id='stat-cat-row-template'><td class='uedit-help' required='suggested'/><td name='name'/><td name='widget'/></tr>
+    <tr id='stat-cat-row-template' required='suggested'><td class='uedit-help'/><td name='name'/><td name='widget'/></tr>
 
     <!-- surveys -->
     <tr id='survey-row-template' class='divider' required='suggested'><td colspan='0' name='name'/></tr>
-    <tr id='survey-question-row-template'><td class='uedit-help' required='suggested'/><td name='question'/><td name='answers'/></tr>
+    <tr id='survey-question-row-template' required='suggested'><td class='uedit-help'/><td name='question'/><td name='answers'/></tr>
 </tbody>
 



More information about the open-ils-commits mailing list