[jboss-cvs] jboss-seam/examples/wiki/view/plugins/flash ...
Christian Bauer
christian at hibernate.org
Fri Aug 31 09:38:11 EDT 2007
User: cbauer
Date: 07/08/31 09:38:11
Modified: examples/wiki/view/plugins/flash plugin.xhtml
Log:
More preferences for blogs
Revision Changes Path
1.2 +3 -2 jboss-seam/examples/wiki/view/plugins/flash/plugin.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: plugin.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/flash/plugin.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- plugin.xhtml 20 Apr 2007 13:56:14 -0000 1.1
+++ plugin.xhtml 31 Aug 2007 13:38:11 -0000 1.2
@@ -6,14 +6,15 @@
xmlns:wiki="http://jboss.com/products/seam/wiki"
xmlns:s="http://jboss.com/products/seam/taglib">
-<s:div styleClass="#{showPluginPreferences and !empty flashPreferencesEditor ? 'pluginPreferencesBox' : null}">
+<s:div id="flashPluginDiv" styleClass="#{showPluginPreferences and !empty flashPreferencesEditor ? 'pluginPreferencesBox' : ''}">
<s:div id="flashPreferences"
rendered="#{showPluginPreferences and !empty flashPreferencesEditor}">
<div align="center">
- <h:message for="flashPreferences" styleClass="attentionMessage"/>
+ <h:message for="flashPreferences" styleClass="pluginPreferencesMessage"/>
<ui:include src="../../includes/pluginPreferencesForm.xhtml">
+ <ui:param name="pluginDiv" value="flashPluginDiv"/>
<ui:param name="pluginPreferencesEditor" value="#{flashPreferencesEditor}"/>
</ui:include>
</div>
More information about the jboss-cvs-commits
mailing list