JBoss Rich Faces SVN: r8546 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples.
by richfaces-svn-commits@lists.jboss.org
Author: vbaranov
Date: 2008-05-13 05:36:53 -0400 (Tue, 13 May 2008)
New Revision: 8546
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/sidemenu.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-3397
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/sidemenu.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/sidemenu.xhtml 2008-05-13 09:32:46 UTC (rev 8545)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/sidemenu.xhtml 2008-05-13 09:36:53 UTC (rev 8546)
@@ -18,7 +18,8 @@
<h:form>
<h:panelGrid class="vertical-menu-cell" columnClasses="optionList" columns="1" cellspacing="0" cellpadding="0">
- <rich:dropDownMenu style="border:1px solid #{a4jSkin.panelBorderColor}" value="Option1" direction="bottom-right" jointPoint="tr">
+ <rich:dropDownMenu style="border:1px solid #{a4jSkin.panelBorderColor}" value="Option1"
+ submitMode="none" direction="bottom-right" jointPoint="tr">
<rich:menuItem value="Suboption1-1" />
<rich:menuItem value="Suboption1-2">
<f:facet name="icon">
@@ -28,7 +29,8 @@
</rich:menuItem>
<rich:menuItem value="Suboption1-3" />
</rich:dropDownMenu>
- <rich:dropDownMenu style="border:1px solid #{a4jSkin.panelBorderColor}" value="Option2" direction="bottom-right" jointPoint="tr">
+ <rich:dropDownMenu style="border:1px solid #{a4jSkin.panelBorderColor}" value="Option2"
+ submitMode="none" direction="bottom-right" jointPoint="tr">
<rich:menuItem value="Suboption2-1" />
<rich:menuItem value="Suboption2-2" />
<rich:menuGroup value="Group2" direction="#{bean.groupDirection}">
@@ -38,7 +40,8 @@
<rich:menuItem value="Suboption2-3" />
</rich:dropDownMenu>
- <rich:dropDownMenu style="border:1px solid #{a4jSkin.panelBorderColor}" value="Option3" direction="bottom-right" jointPoint="tr">
+ <rich:dropDownMenu style="border:1px solid #{a4jSkin.panelBorderColor}" value="Option3"
+ submitMode="none" direction="bottom-right" jointPoint="tr">
<rich:menuItem value="Suboption3-1" />
<rich:menuItem value="Suboption3-2" />
<rich:menuItem value="Suboption3-3" />
16 years, 8 months
JBoss Rich Faces SVN: r8545 - trunk/ui/assembly.
by richfaces-svn-commits@lists.jboss.org
Author: andrei_exadel
Date: 2008-05-13 05:32:46 -0400 (Tue, 13 May 2008)
New Revision: 8545
Modified:
trunk/ui/assembly/TestCoverage.bat
Log:
delete test classes after report has been generated
Modified: trunk/ui/assembly/TestCoverage.bat
===================================================================
--- trunk/ui/assembly/TestCoverage.bat 2008-05-13 09:15:08 UTC (rev 8544)
+++ trunk/ui/assembly/TestCoverage.bat 2008-05-13 09:32:46 UTC (rev 8545)
@@ -9,4 +9,5 @@
echo Generate coverage database...
call mvn com.atlassian.maven.plugins:maven-clover-plugin:3.7:instrument -P clover -Dclover.license.path=%LICENSE_PATH%
echo Generate report...
-call mvn com.atlassian.maven.plugins:maven-clover-plugin:3.7:clover -P clover -Dclover.license.path=%LICENSE_PATH%
\ No newline at end of file
+call mvn com.atlassian.maven.plugins:maven-clover-plugin:3.7:clover -P clover -Dclover.license.path=%LICENSE_PATH%
+call TestCoverage.jar
16 years, 8 months
JBoss Rich Faces SVN: r8544 - trunk/docs/userguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2008-05-13 05:15:08 -0400 (Tue, 13 May 2008)
New Revision: 8544
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml
Log:
JBDS-318--richfaces doc about IDE is wrong
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml 2008-05-13 09:09:52 UTC (rev 8543)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml 2008-05-13 09:15:08 UTC (rev 8544)
@@ -15,7 +15,7 @@
</chapterinfo>
<title>IDE Support</title>
<para> RichFaces support is implemented in <ulink url="http://www.jboss.org/tools/index.html">Jboss Tools</ulink>
- and in <ulink url="http://www.redhat.com/developers/rhds/index.html">Jboss Developer Studio 1.0.0 GA</uilink>
+ and in <ulink url="http://www.redhat.com/developers/rhds/index.html">Jboss Developer Studio 1.0.0 GA</ulink>
that is a fully packaged <property>IDE</property> that provides full support for Java Server Faces, RichFaces, Facelets, Struts, and other Web technologies.
In addition to this, it seamlessly combines visual and source-oriented development approaches.
One of the special support feature for <property>RichFaces</property> is that it is available as project "capabilities".
16 years, 8 months
JBoss Rich Faces SVN: r8543 - trunk/docs/userguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2008-05-13 05:09:52 -0400 (Tue, 13 May 2008)
New Revision: 8543
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml
Log:
JBDS-318--richfaces doc about IDE is wrong
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml 2008-05-13 09:07:37 UTC (rev 8542)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml 2008-05-13 09:09:52 UTC (rev 8543)
@@ -14,7 +14,12 @@
</keywordset>
</chapterinfo>
<title>IDE Support</title>
- <para><ulink url="http://www.redhat.com/developers/rhds/index.html">JBoss Developer Studio 1.0.0</ulink> is an <property>IDE</property> that provides full support for Java Server Faces, RichFaces, Facelets, Struts, and other Web technologies. In addition to this, it seamlessly combines visual and source-oriented development approaches.
- One of the special support feature for <property>RichFaces</property> is that it is available as project "capabilities". These project capabilities can be added to any existing JSF project to make the project a RichFaces JSF project by automatically adding libraries and modifying configuration files as required.</para>
+ <para> RichFaces support is implemented in <ulink url="http://www.jboss.org/tools/index.html">Jboss Tools</ulink>
+ and in <ulink url="http://www.redhat.com/developers/rhds/index.html">Jboss Developer Studio 1.0.0 GA</uilink>
+ that is a fully packaged <property>IDE</property> that provides full support for Java Server Faces, RichFaces, Facelets, Struts, and other Web technologies.
+ In addition to this, it seamlessly combines visual and source-oriented development approaches.
+ One of the special support feature for <property>RichFaces</property> is that it is available as project "capabilities".
+ These project "capabilities" can be added to any existing JSF project to make the project a RichFaces JSF project by automatically adding libraries
+ and modifying configuration files as required." </para>
</chapter>
16 years, 8 months
JBoss Rich Faces SVN: r8542 - trunk/ui/progressBAR/src/main/java/org/richfaces/renderkit.
by richfaces-svn-commits@lists.jboss.org
Author: andrei_exadel
Date: 2008-05-13 05:07:37 -0400 (Tue, 13 May 2008)
New Revision: 8542
Modified:
trunk/ui/progressBAR/src/main/java/org/richfaces/renderkit/AbstractProgressBarRenderer.java
Log:
RF-3370
Modified: trunk/ui/progressBAR/src/main/java/org/richfaces/renderkit/AbstractProgressBarRenderer.java
===================================================================
--- trunk/ui/progressBAR/src/main/java/org/richfaces/renderkit/AbstractProgressBarRenderer.java 2008-05-13 08:49:27 UTC (rev 8541)
+++ trunk/ui/progressBAR/src/main/java/org/richfaces/renderkit/AbstractProgressBarRenderer.java 2008-05-13 09:07:37 UTC (rev 8542)
@@ -7,6 +7,7 @@
package org.richfaces.renderkit;
import java.io.IOException;
+import java.io.PrintWriter;
import java.math.BigDecimal;
import java.util.Iterator;
import java.util.Map;
@@ -19,6 +20,7 @@
import javax.faces.event.ActionEvent;
import javax.faces.render.RenderKit;
import javax.faces.render.RenderKitFactory;
+import javax.servlet.http.HttpServletResponse;
import org.ajax4jsf.context.AjaxContext;
import org.ajax4jsf.event.AjaxEvent;
@@ -104,6 +106,7 @@
CountingOutputWriter customWriter = new CountingOutputWriter();
try {
if (hasChildren(component)) {
+
ResponseWriter writer = context.getResponseWriter();
String defaultRenderKitId = context.getApplication()
@@ -121,10 +124,16 @@
context.setResponseWriter(responseWriter);
writeScriptBody(context, component, true);
result = customWriter.getContent();
+
if (writer != null) {
context.setResponseWriter(writer);
+ }else {
+ HttpServletResponse response = (HttpServletResponse)context.getExternalContext().getResponse();
+ PrintWriter wr = response.getWriter();
+ if (wr != null) {
+ context.setResponseWriter(renderKit.createResponseWriter(wr, null, "UTF-8"));
+ }
}
-
} else {
writeScriptBody(customWriter, (String) component
.getAttributes().get("label"));
16 years, 8 months
JBoss Rich Faces SVN: r8541 - trunk/test-applications/jsp/src/main/java/sortingAndFiltering.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-05-13 04:49:27 -0400 (Tue, 13 May 2008)
New Revision: 8541
Modified:
trunk/test-applications/jsp/src/main/java/sortingAndFiltering/SortingAndFiltering.java
Log:
change comparator
Modified: trunk/test-applications/jsp/src/main/java/sortingAndFiltering/SortingAndFiltering.java
===================================================================
--- trunk/test-applications/jsp/src/main/java/sortingAndFiltering/SortingAndFiltering.java 2008-05-13 08:46:26 UTC (rev 8540)
+++ trunk/test-applications/jsp/src/main/java/sortingAndFiltering/SortingAndFiltering.java 2008-05-13 08:49:27 UTC (rev 8541)
@@ -22,7 +22,7 @@
private final Comparator<Data> comparator = new Comparator<Data> () {
public int compare(Data o1, Data o2) {
- if ((o1.getStr1() != null) && (o2.getStr1() != null))
+ if ((o1.getStr1() == null) && (o2.getStr1() == null))
return 0;
else if((o1.getStr1() != null) && (o2.getStr1() == null))
return 1;
16 years, 8 months
JBoss Rich Faces SVN: r8540 - trunk/test-applications/jsp/src/main/webapp/TabPanel.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-05-13 04:46:26 -0400 (Tue, 13 May 2008)
New Revision: 8540
Modified:
trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
Log:
RF-3207 test addition.
Modified: trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp 2008-05-13 08:07:49 UTC (rev 8539)
+++ trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp 2008-05-13 08:46:26 UTC (rev 8540)
@@ -4,36 +4,113 @@
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<f:subview id="tabPanelSubviewID">
- <rich:tabPanel id="tabPanelId" headerAlignment="#{tabPanel.headerAlignment}" width="#{tabPanel.width}"
- contentStyle="#{style.contentStyle}" headerClass="#{style.headerClass}" style="#{style.style}" styleClass="#{style.styleClass}" tabClass="#{style.tabClass}"
- height="#{tabPanel.height}" rendered="#{tabPanel.rendered}" title="#{tabPanel.title}" switchType="#{tabPanel.switchType}"
- headerSpacing="#{tabPanel.headerSpacing}" selectedTab="#{tabPanel.selectedTab}" activeTabClass="#{tabPanel.activeTabStyle}"
- disabledTabClass="#{tabPanel.disabledTabStyle}" inactiveTabClass="#{tabPanel.inactiveTabStyle}"
- contentClass="#{tabPanel.contentStyle}" onclick="#{event.onclick}" ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}">
+ <rich:tabPanel id="tabPanelId"
+ headerAlignment="#{tabPanel.headerAlignment}"
+ width="#{tabPanel.width}" contentStyle="#{style.contentStyle}"
+ headerClass="#{style.headerClass}" style="#{style.style}"
+ styleClass="#{style.styleClass}" tabClass="#{style.tabClass}"
+ height="#{tabPanel.height}" rendered="#{tabPanel.rendered}"
+ title="#{tabPanel.title}" switchType="#{tabPanel.switchType}"
+ headerSpacing="#{tabPanel.headerSpacing}"
+ selectedTab="#{tabPanel.selectedTab}"
+ activeTabClass="#{tabPanel.activeTabStyle}"
+ disabledTabClass="#{tabPanel.disabledTabStyle}"
+ inactiveTabClass="#{tabPanel.inactiveTabStyle}"
+ contentClass="#{tabPanel.contentStyle}" onclick="#{event.onclick}"
+ ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}"
+ onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}"
+ onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}"
+ onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
+ onmouseup="#{event.onmouseup}">
- <rich:tab id="tabOne" labelWidth="#{tabPanel.labelWidth}" label="#{tabPanel.label}"
- onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" ontabenter="#{event.ontabenter}" ontableave="#{event.ontableave}">
- <h:outputText value="This is tab panel test example" styleClass="text1"></h:outputText>
- <h:outputLink value="http://www.jboss.com/"><f:verbatim>Link</f:verbatim></h:outputLink>
- </rich:tab>
- <rich:tab id="tabTwo" label="Tab with image" disabled="#{tabPanel.disabledTab}"
- onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" ontabenter="#{event.ontabenter}" ontableave="#{event.ontableave}">
- <f:facet name="header">
- <h:outputText value="client switchType from facet" />
- </f:facet>
- <h:graphicImage value="/pics/masshtaby_01.jpg" width="560" height="383"></h:graphicImage>
- </rich:tab>
- <rich:tab id="tabThree" label="Tab with some text" disabled="#{tabPanel.disabledTab}"
- onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" ontabenter="#{event.ontabenter}" ontableave="#{event.ontableave}">
- <h:outputText
- value=" Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
+ <rich:tab id="tabOne" labelWidth="#{tabPanel.labelWidth}"
+ label="#{tabPanel.label}" onclick="#{event.onclick}"
+ oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}"
+ onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
+ onkeyup="#{event.onkeyup}" onmousemove="#{event.onmousemove}"
+ onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
+ onmouseup="#{event.onmouseup}" ontabenter="#{event.ontabenter}"
+ ontableave="#{event.ontableave}">
+ <h:outputText value="This is tab panel test example"
+ styleClass="text1"></h:outputText>
+ <h:outputLink value="http://www.jboss.com/">
+ <f:verbatim>Link</f:verbatim>
+ </h:outputLink>
+ </rich:tab>
+ <rich:tab id="tabTwo" label="Tab with image"
+ disabled="#{tabPanel.disabledTab}" onclick="#{event.onclick}"
+ oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}"
+ onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
+ onkeyup="#{event.onkeyup}" onmousemove="#{event.onmousemove}"
+ onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
+ onmouseup="#{event.onmouseup}" ontabenter="#{event.ontabenter}"
+ ontableave="#{event.ontableave}">
+ <f:facet name="header">
+ <h:outputText value="client switchType from facet" />
+ </f:facet>
+ <h:graphicImage value="/pics/masshtaby_01.jpg" width="560"
+ height="383"></h:graphicImage>
+ </rich:tab>
+ <rich:tab id="tabThree" label="Tab with some text"
+ disabled="#{tabPanel.disabledTab}" onclick="#{event.onclick}"
+ oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}"
+ onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
+ onkeyup="#{event.onkeyup}" onmousemove="#{event.onmousemove}"
+ onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
+ onmouseup="#{event.onmouseup}" ontabenter="#{event.ontabenter}"
+ ontableave="#{event.ontableave}">
+ <h:outputText
+ value=" Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text..." />
- </rich:tab>
- </rich:tabPanel>
+ </rich:tab>
+ </rich:tabPanel>
- <rich:spacer height="20px"></rich:spacer>
+ <rich:spacer height="20px"></rich:spacer>
+ <rich:tabPanel switchType="ajax" id="test">
+
+
+ <rich:tab label="Prescription">
+ <a4j:outputPanel id="first">
+ <a4j:commandButton value="ajaxTest"
+ oncomplete="Richfaces.showModalPanel('wizardSimplePresc',{})" />
+ </a4j:outputPanel>
+ </rich:tab>
+
+
+
+ <rich:tab label="Recueil">
+
+ <a4j:outputPanel id="second">
+ <a4j:commandButton value="ajaxTest"
+ oncomplete="Richfaces.showModalPanel('wizardSimplePresc',{})" />
+ </a4j:outputPanel>
+
+ </rich:tab>
+
+ </rich:tabPanel>
+
+ <rich:modalPanel id="wizardSimplePresc" minHeight="200" minWidth="50"
+ height="350" width="900" zindex="2000">
+ <f:facet name="header">
+ <h:outputText value="Assistant Prescription" />
+ </f:facet>
+ <f:facet name="controls">
+ <h:graphicImage value="../../image/calendar/close.gif"
+ style="border:0px"
+ onclick="Richfaces.hideModalPanel('wizardSimplePresc')" />
+ </f:facet>
+ <a4j:outputPanel id="wizard" layout="block"
+ style="position:absolute; top:22px; bottom:0px; left:1px; right:1px; overflow:auto;">
+ <a4j:region id="wizardRegion">
+ <a4j:status id="wizardStatus" for="wizardRegion"
+ startText="In progress..." stopText="Complete" />
+ <a4j:commandButton reRender="first,second" value="Executer!"
+ oncomplete="Richfaces.hideModalPanel('wizardSimplePresc')" />
+ </a4j:region>
+ </a4j:outputPanel>
+ </rich:modalPanel>
</f:subview>
16 years, 8 months
JBoss Rich Faces SVN: r8539 - trunk/ui/separator/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2008-05-13 04:07:49 -0400 (Tue, 13 May 2008)
New Revision: 8539
Modified:
trunk/ui/separator/src/main/config/component/separator.xml
Log:
RF-3361--Separator lineType
Modified: trunk/ui/separator/src/main/config/component/separator.xml
===================================================================
--- trunk/ui/separator/src/main/config/component/separator.xml 2008-05-13 08:00:49 UTC (rev 8538)
+++ trunk/ui/separator/src/main/config/component/separator.xml 2008-05-13 08:07:49 UTC (rev 8539)
@@ -50,7 +50,7 @@
<name>lineType</name>
<classname>java.lang.String</classname>
<description>A line type. The possible values are
- "beveled" (default), "dotted", "dashed", "double" and "solid".
+ "beveled" (default), "dotted", "dashed", "double", "solid" and "none".
</description>
<defaultvalue>"beveled"</defaultvalue>
</property>
16 years, 8 months
JBoss Rich Faces SVN: r8537 - in trunk/docs/userguide/en/src/main: resources/images and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2008-05-13 03:25:14 -0400 (Tue, 13 May 2008)
New Revision: 8537
Added:
trunk/docs/userguide/en/src/main/resources/images/separator_init.png
Removed:
trunk/docs/userguide/en/src/main/resources/images/separator.png
trunk/docs/userguide/en/src/main/resources/images/separator1.png
Modified:
trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/separator.xml
Log:
Modified: trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml 2008-05-13 07:02:06 UTC (rev 8536)
+++ trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml 2008-05-13 07:25:14 UTC (rev 8537)
@@ -13,7 +13,7 @@
<title><emphasis role="bold"><property><rich:separator></property></emphasis> component</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/separator.png"/>
+ <imagedata fileref="images/separator_init.png"/>
</imageobject>
</mediaobject>
</figure>
Modified: trunk/docs/userguide/en/src/main/docbook/included/separator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/separator.xml 2008-05-13 07:02:06 UTC (rev 8536)
+++ trunk/docs/userguide/en/src/main/docbook/included/separator.xml 2008-05-13 07:25:14 UTC (rev 8537)
@@ -93,7 +93,7 @@
<title>Different line types of <emphasis role="bold"><property><rich:separator></property></emphasis></title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/separator1.png"/>
+ <imagedata fileref="images/separator2.png"/>
</imageobject>
</mediaobject>
</figure>
Deleted: trunk/docs/userguide/en/src/main/resources/images/separator.png
===================================================================
(Binary files differ)
Deleted: trunk/docs/userguide/en/src/main/resources/images/separator1.png
===================================================================
(Binary files differ)
Copied: trunk/docs/userguide/en/src/main/resources/images/separator_init.png (from rev 8534, trunk/docs/userguide/en/src/main/resources/images/separator.png)
===================================================================
(Binary files differ)
16 years, 8 months