Author: andre
Date: 2009-12-18 12:56:45 +0100 (Fri, 18 Dec 2009)
New Revision: 40269

Modified:
   openimages/trunk/src/main/webapp/mmbase/components/oip/create_user.jspx
Log:
legaltext not in textarea but div 


Modified: 
openimages/trunk/src/main/webapp/mmbase/components/oip/create_user.jspx
===================================================================
--- openimages/trunk/src/main/webapp/mmbase/components/oip/create_user.jspx     
2009-12-18 11:56:21 UTC (rev 40268)
+++ openimages/trunk/src/main/webapp/mmbase/components/oip/create_user.jspx     
2009-12-18 11:56:45 UTC (rev 40269)
@@ -43,7 +43,7 @@
               </mm:fieldlist>
             </fieldset>
             <fieldset class="confirm-registration">
-              <textarea rows="12" cols="42">${legaltext}</textarea>
+              <div class="legaltext"><mm:write referid="legaltext" 
escape="none" /></div>
               <input type="checkbox" name="confirm" id="confirm" value="yes" 
/> 
               <label for="confirm"><fmt:message key="register.confirm" 
/></label>
               <c:if test="${!empty submit_registration and empty confirm}">

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to