[seam-commits] Seam SVN: r15149 - in branches/community/Seam_2_3/jboss-seam-gen/dist/view: resources and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Sep 17 10:27:25 EDT 2012


Author: manaRH
Date: 2012-09-17 10:27:25 -0400 (Mon, 17 Sep 2012)
New Revision: 15149

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl
   branches/community/Seam_2_3/jboss-seam-gen/dist/view/list.xhtml.ftl
   branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.css
   branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.ecss
Log:
JBSEAM-5039 replaced RF class style names with correct ones and RF colapsible panel change

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl	2012-09-17 14:27:15 UTC (rev 15148)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl	2012-09-17 14:27:25 UTC (rev 15149)
@@ -82,9 +82,9 @@
 <#assign parentName = parentPojo.shortName?uncap_first>
 
 <#if property.optional>
-    <rich:tab label="${label(property.name)}">
+    <rich:tab header="${label(property.name)}">
 <#else>
-    <rich:tab label="${label(property.name)} *" labelClass="required">
+    <rich:tab header="${label(property.name)} *" labelClass="required">
 </#if>
     <div class="association" id="${property.name}Parent">
 
@@ -145,7 +145,7 @@
 </#if>
 <#if c2h.isOneToManyCollection(property)>
 
-    <rich:tab label="${label(property.name)}">
+    <rich:tab header="${label(property.name)}">
         <h:form styleClass="association" id="${property.name}Children">
 
 <#assign childPojo = c2j.getPOJOClass(property.value.element.associatedClass)>

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/list.xhtml.ftl
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/list.xhtml.ftl	2012-09-17 14:27:15 UTC (rev 15148)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/list.xhtml.ftl	2012-09-17 14:27:25 UTC (rev 15149)
@@ -19,7 +19,7 @@
 
     <h:form id="${componentName}Search" styleClass="edit">
 
-        <rich:collapsiblePanel label="${entityName} Search Filter" switchType="ajax">
+        <rich:collapsiblePanel header="${entityName} Search Filter" switchType="ajax">
 
 <#assign searchParamNames = []/>
 <#foreach property in pojo.allPropertiesIterator>

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.css
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.css	2012-09-17 14:27:15 UTC (rev 15148)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.css	2012-09-17 14:27:25 UTC (rev 15149)
@@ -49,7 +49,7 @@
 	margin-bottom: 10px;
 }
 
-.rich-table {
+.rf-tbl {
 	width: 100%;
 }
 
@@ -124,19 +124,19 @@
 	padding-left: 2px;
 }
 
-.rich-stglpanel-body {
+.rf-cp {
 	overflow: auto;
 } 
 
 /* the specificity here is necessary to override the defaults */
 /*
-.rich-panel .rich-panel-header,
-.rich-stglpanel .rich-stglpanel-header {
+.rf-p .rf-p-hdr,
+.rf-cp .rf-cp-hdr {
 	padding: 2px 3px;
 }*/
 
-.rich-panel input[type=submit], .rich-panel input[type=button],
-.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
+.rf-p input[type=submit], .rf-p input[type=button],
+.rf-tbp input[type=submit], .rf-tbp input[type=button] {
 	margin-bottom: 0;
 }
 
@@ -160,25 +160,25 @@
 	vertical-align: bottom;
 }
 
-.rich-toolbar-item a {
+.rf-tb-itm a {
 	text-decoration: none;
 }
 
-.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
+.rf-tb-itm a:hover, .rf-ddmenu-label-select {
 	text-decoration: underline;
 }
 
-.rich-toolbar-item .rich-menu-item a:hover {
+.rf-tb-itm .rf-menu-itm a:hover {
 	text-decoration: none;
 }
 
-.rich-datalist {
+.rf-dl {
 	list-style: square;
 	margin: 6px 0 1px 0;
 	padding-left: 18px;
 }
 
-.rich-list-item {
+.rf-lst-itm {
 	padding-bottom: 4px;
 }
 

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.ecss
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.ecss	2012-09-17 14:27:15 UTC (rev 15148)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/resources/theme.ecss	2012-09-17 14:27:25 UTC (rev 15149)
@@ -49,19 +49,19 @@
 	border:0;
 	font-size:11px;
 }
-.rich-table-subheadercell{
+.rf-tbl-subheadercell{
 	background-image:"url(#{resource['org.richfaces.renderkit.images.TabGradientB']})";
 }
-.rich-toolbar a:link, .rich-toolbar a:visited, .rich-toolbar a:active, .rich-toolbar a:hover{
+.rf-tb a:link, .rf-tb a:visited, .rf-tb a:active, .rf-tb a:hover{
 	color:'#{richSkin.headerTextColor}';
 }
-.rich-toolbar a:hover{
+.rf-tb a:hover{
 	color:'#{richSkin.generalTextColor}';
 }
-.rich-toolbar .rich-menu-item, .rich-toolbar .rich-menu-item a, .rich-toolbar .rich-menu-item a:hover, .rich-toolbar .rich-menu-item a:visited{
+.rf-tb .rf-ddm-itm, .rf-tb .rf-ddm-itm a, .rf-tb .rf-ddm-itm a:hover, .rf-tb .rf-ddm-itm a:visited{
 	color:'#{richSkin.generalTextColor}';
 }
-.rich-table-subheadercell a:hover{
+.rf-tbl-subheadercell a:hover{
 	color:'#{richSkin.calendarHolidaysTextColor}';
 }
 input[type=text][class*=rich-combobox-button-icon]{



More information about the seam-commits mailing list