[jboss-cvs] jboss-seam/examples/wiki/view ...
Christian Bauer
christian at hibernate.org
Mon Jan 14 04:51:42 EST 2008
User: cbauer
Date: 08/01/14 04:51:42
Modified: examples/wiki/view docDisplay_d.xhtml
Log:
Layout fix for revision display
Revision Changes Path
1.13 +2 -3 jboss-seam/examples/wiki/view/docDisplay_d.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: docDisplay_d.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docDisplay_d.xhtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- docDisplay_d.xhtml 14 Jan 2008 05:10:46 -0000 1.12
+++ docDisplay_d.xhtml 14 Jan 2008 09:51:42 -0000 1.13
@@ -174,9 +174,8 @@
<h:outputText value=" #{preferences.get('Wiki').timeZone} (#{hfile.lastModifiedByUsername})"/>
</s:fragment>
<s:fragment rendered="#{empty hfile.lastModifiedOn}">
- <h:outputText value="(Initial Revision)"/>
+ <h:outputText value="(#{messages['lacewiki.label.docDisplay.InitialRevision']})"/>
</s:fragment>
-
 
<s:link view="/docHistory_#{skin}.xhtml" action="#{documentHistory.diff}">
<h:outputText value="#{messages['lacewiki.label.docDisplay.Diff']}"/>
@@ -185,7 +184,7 @@
</s:link>
<h:outputText rendered="#{documentHome.historicalFiles.indexOf(hfile) < documentHome.historicalFiles.size()-1}"
- value=" | "/>
+ value=" -  "/>
</ui:repeat>
</s:div>
More information about the jboss-cvs-commits
mailing list