Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/migration
In directory james.mmbase.org:/tmp/cvs-serv10177

Modified Files:
      Tag: b1_6
        migration_1.5_to_1.6.txt 
Log Message:
CMSC-1272 - Dynamic form uses description field, but should have its own intro 
field


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/migration
See also: http://www.mmbase.org/jira/browse/CMSC-1272


Index: migration_1.5_to_1.6.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/migration/migration_1.5_to_1.6.txt,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- migration_1.5_to_1.6.txt    10 Apr 2009 06:10:04 -0000      1.1.2.1
+++ migration_1.5_to_1.6.txt    10 Apr 2009 06:51:56 -0000      1.1.2.2
@@ -25,3 +25,36 @@
 *
 *
 *
+
+Name:  update the templete jsp
+Goal:  change templates jsp to use intro & body field 
+       fixed the styling, CMSC-1272
+Type:  manual action
+Steps:
+1. update the following
+<div class="kolombestel">
+to 
+<div class="responseform">
+
+2. update the following
+               <mm:field name="description">
+                       <mm:isnotempty><p><mm:write 
escape="none"/></p></mm:isnotempty>
+               </mm:field>                             
+to 
+       <mm:field name="intro">
+               <mm:isnotempty><div class="intro"><mm:write 
escape="none"/></div></mm:isnotempty>
+       </mm:field>
+   
+   <mm:field name="body">
+      <mm:isnotempty><div class="body"><mm:write 
escape="none"/></div></mm:isnotempty>
+   </mm:field>
+ 
+3. update the following
+<mm:isnotempty><p class="body"><mm:write 
escape="none"/></p></mm:isnotempty></mm:field>        
+to 
+<mm:isnotempty><div class="confirmation"><mm:write 
escape="none"/></div></mm:isnotempty></mm:field>
+ 
+Exceptions/errors/other problems and what to do:
+*
+*
+*
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to