[seam-commits] Seam SVN: r9294 - trunk/seam-gen/icefaces/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 14 03:33:43 EDT 2008


Author: dan.j.allen
Date: 2008-10-14 03:33:42 -0400 (Tue, 14 Oct 2008)
New Revision: 9294

Modified:
   trunk/seam-gen/icefaces/view/edit.xhtml.ftl
   trunk/seam-gen/icefaces/view/list.xhtml
   trunk/seam-gen/icefaces/view/view.xhtml.ftl
Log:
fix title in table header on detail page
add iceCmdBtn style to s:button


Modified: trunk/seam-gen/icefaces/view/edit.xhtml.ftl
===================================================================
--- trunk/seam-gen/icefaces/view/edit.xhtml.ftl	2008-10-14 06:22:16 UTC (rev 9293)
+++ trunk/seam-gen/icefaces/view/edit.xhtml.ftl	2008-10-14 07:33:42 UTC (rev 9294)
@@ -56,13 +56,13 @@
                       immediate="true"
                        rendered="${'#'}{${homeName}.managed}"/>
                     
-            <s:button id="done${homeName}" 
+            <s:button id="done${homeName}" styleClass="iceCmdBtn"
                    value="Done"
              propagation="end"
                     view="/${pageName}.xhtml"
                 rendered="${'#'}{${homeName}.managed}"/>
                 
-            <s:button id="cancel${homeName}" 
+            <s:button id="cancel${homeName}" styleClass="iceCmdBtn"
                    value="Cancel"
              propagation="end"
                     view="/${'#'}{empty ${componentName}From ? '${masterPageName}' : ${componentName}From}.xhtml"

Modified: trunk/seam-gen/icefaces/view/list.xhtml
===================================================================
--- trunk/seam-gen/icefaces/view/list.xhtml	2008-10-14 06:22:16 UTC (rev 9293)
+++ trunk/seam-gen/icefaces/view/list.xhtml	2008-10-14 07:33:42 UTC (rev 9294)
@@ -46,7 +46,7 @@
       </div>
    </ice:panelGroup>
    <div class="actionButtons">
-        <s:button id="listDoneId" value="Create @componentName@"
+        <s:button id="listCreateId" value="Create @componentName@" styleClass="iceCmdBtn"
             view="/@pageName at .xhtml"/>			  
    </div>
  </ice:form>   

Modified: trunk/seam-gen/icefaces/view/view.xhtml.ftl
===================================================================
--- trunk/seam-gen/icefaces/view/view.xhtml.ftl	2008-10-14 06:22:16 UTC (rev 9293)
+++ trunk/seam-gen/icefaces/view/view.xhtml.ftl	2008-10-14 07:33:42 UTC (rev 9294)
@@ -22,7 +22,7 @@
           <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                   <td class="iceDatTblColHdr2">
-			    <ice:outputText id="viewText${homeName}Id" value="${homeName}"/>
+			    <ice:outputText id="viewText${homeName}Id" value="${entityName}"/>
                   </td>
               </tr>
           </table>
@@ -39,11 +39,11 @@
     <div id="view${editPageName}searchButtons" class="actionButtons">      
 
         <s:button view="/${editPageName}.xhtml" 
-                    id="viewEdit${editPageName}" 
+                    id="viewEdit${editPageName}" styleClass="iceCmdBtn"
                  value="Edit"/>
 
         <s:button view="/${'#'}{empty ${componentName}From ? '${masterPageName}' : ${componentName}From}.xhtml"
-                    id="viewDone${editPageName}"
+                    id="viewDone${editPageName}" styleClass="iceCmdBtn"
                  value="Done"/>
 
     </div>




More information about the seam-commits mailing list