cvs: peardoc /en/package/html/html-quickform-advmultiselect/appendix examples-basic1.xml
[email protected] ("Christian Weiske")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvscweiske1234305397@cvsserver> |
cweiske Tue Feb 10 22:36:37 2009 UTC
Modified files:
/peardoc/en/package/html/html-quickform-advmultiselect/appendix
examples-basic1.xml
Log:
Make image reference relative to manual.xml
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.3 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.4
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.3 Thu Jan 29 21:20:04 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml Tue Feb 10 22:36:37 2009
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
- <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-basic1">
+ <section
+ xml:id="package.html.html-quickform-advmultiselect.appendix.examples-basic1"
+ xml:base="../../../../"
+ >
<info><title>Basic usage</title></info>
<para>
<figure>
@@ -9,7 +12,7 @@
<mediaobject>
<alt>qfams_basic_1.php script result</alt>
<imageobject>
- <imagedata align="center" format="png" fileref="img/basic1.png"/>
+ <imagedata align="center" format="png" fileref="en/package/html/html-quickform-advmultiselect/images/basic1.png"/>
</imageobject>
</mediaobject>
</screenshot>
@@ -29,7 +32,7 @@
* Basic advMultiSelect HTML_QuickForm element
* without any customization.
*
- * @version $Id: examples-basic1.xml,v 1.3 2009/01/29 21:20:04 farell Exp $
+ * @version $Id: examples-basic1.xml,v 1.4 2009/02/10 22:36:37 cweiske Exp $
* @author Laurent Laville <[email protected]>
* @package HTML_QuickForm_advmultiselect
* @subpackage Examples