[richfaces-svn-commits] JBoss Rich Faces SVN: r3026 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Sep 20 12:34:26 EDT 2007


Author: vkorluzhenko
Date: 2007-09-20 12:34:26 -0400 (Thu, 20 Sep 2007)
New Revision: 3026

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - corrected descriptions for classe, tables names and headers.

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml	2007-09-20 16:34:06 UTC (rev 3025)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml	2007-09-20 16:34:26 UTC (rev 3026)
@@ -112,10 +112,12 @@
  
     </section>
 		 <section>
-		 <title>Definition custom style classes</title>
+		   <title>Definition of Custom Style Classes</title>
 		   
+		   <para>On the screenshot there are classes names that define styles for component elements.</para>
+		   
 		   <figure>
-		     <title>DataOrderedList style classes</title>
+		     <title>Style classes</title>
 		     <mediaobject> 
 		       <imageobject>
 		         <imagedata fileref="images/dataorderedlist2.gif"/>
@@ -123,25 +125,23 @@
 		     </mediaobject>
 		   </figure>
 		   
-		 <para>On the screenshot there are classes names defining specified elements.</para>
-		 
 		   <table>
-		     <title>Component skin class</title>
+		     <title>Classes names that define a list appearance</title>
 		     <tgroup cols="2">
 		       <thead>
 		         <row>
 		           <entry>Class name</entry>
-		           <entry>Class description</entry>
+		           <entry>Description</entry>
 		         </row>
 		       </thead>
 		       <tbody>
 		         <row>
 		           <entry>rich-datalist</entry>
-		           <entry>Wrapping class for the component</entry>
+		           <entry>Defines styles for a wrapping element of the component</entry>
 		         </row>
 		         <row>
 		           <entry>rich-list-item</entry>
-		           <entry>Customization class for string list</entry>
+		           <entry>Defines styles for a list string</entry>
 		         </row>
 		       </tbody>
 		     </tgroup>




More information about the richfaces-svn-commits mailing list