[jboss-cvs] jboss-seam/examples/wiki/view ...
Christian Bauer
christian at hibernate.org
Thu Apr 26 14:54:25 EDT 2007
User: cbauer
Date: 07/04/26 14:54:25
Modified: examples/wiki/view docEdit.xhtml
Log:
Minor blogging improvements
Revision Changes Path
1.28 +3 -5 jboss-seam/examples/wiki/view/docEdit.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: docEdit.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit.xhtml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- docEdit.xhtml 26 Apr 2007 15:11:51 -0000 1.27
+++ docEdit.xhtml 26 Apr 2007 18:54:25 -0000 1.28
@@ -171,19 +171,17 @@
<s:div styleClass="entry" rendered="#{documentHome.managed}">
<div class="label"> </div>
<div class="input">
- <h:selectBooleanCheckbox value="#{documentHome.minorRevision}" tabindex="3">
- <a:support event="onchange" reRender="feedSwitch"/>
- </h:selectBooleanCheckbox>
+ <h:selectBooleanCheckbox value="#{documentHome.minorRevision}" tabindex="3"/>
Minor change, don't create a new revision
</div>
</s:div>
<s:div id="feedSwitch">
- <s:div styleClass="entry" rendered="#{!documentHome.minorRevision or !documentHome.managed}">
+ <s:div styleClass="entry">
<div class="label"> </div>
<div class="input">
<h:selectBooleanCheckbox value="#{documentHome.pushOnSiteFeed}" tabindex="3"/>
- Push change onto site news syndication feed
+ Push document onto site news syndication feed
</div>
</s:div>
</s:div>
More information about the jboss-cvs-commits
mailing list