Author: manaRH
Date: 2012-09-11 08:55:16 -0400 (Tue, 11 Sep 2012)
New Revision: 15127

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
Log:
JBSEAM-5032 - set a:log in template.xhtml to popup mode from
default inline mode

Modified: 
branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml  
2012-09-11 12:01:51 UTC (rev 15126)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml  
2012-09-11 12:55:16 UTC (rev 15127)
@@ -29,7 +29,7 @@
       <div class="footer">
          <p>Powered by <a href="http://seamframework.org";>Seam</a> 
#{org.jboss.seam.version} and <a 
href="http://www.jboss.org/richfaces";>RichFaces</a>. Generated by seam-gen.</p>
          <s:fragment rendered="#{init.debug}">
-         <a:log hotkey="D"/>
+         <a:log hotkey="D" mode="popup"/>
          <p style="margin-top: -0.5em;">
             Conversation: id = #{conversation.id}, #{conversation.longRunning 
? 'long running' : 'temporary'}#{conversation.nested ? ', nested, parent id = 
'.concat(conversation.parentId) : ''}
             #{' - '}

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to