Asiri,
On Jan 11, 2009, at 9:50 AM, asiri (SVN) wrote:
Author: asiri
Date: 2009-01-11 09:50:50 +0100 (Sun, 11 Jan 2009)
New Revision: 15310
Modified:
platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/Importer.xml
platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/WebHome.xml
Log:
XWIKI-3083: Develop the initial feature set for the Office Importer
module
* Minor improvement to office importer UI.
Modified: platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/Importer.xml
===================================================================
--- platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/Importer.xml 2009-01-11 08:46:30 UTC (rev 15309)
+++ platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/Importer.xml 2009-01-11 08:50:50 UTC (rev 15310)
@@ -56,7 +56,7 @@
</property>
</object>
<content>
-1 Office Importer
+<h1>Office Importer</h1>
I've already changed that from h1 to wiki syntax. Why are you changing
it again?
Thanks
-Vincent
## Check the space
#if(!$request.targetSpace || $request.targetSpace=="")
#error("Missing target space name. Please [go
back>Import.WebHome] and correct it.")
Modified: platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/WebHome.xml
===================================================================
--- platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/WebHome.xml 2009-01-11 08:46:30 UTC (rev 15309)
+++ platform/xwiki-applications/trunk/officeimporter/src/main/
resources/Import/WebHome.xml 2009-01-11 08:50:50 UTC (rev 15310)
@@ -56,7 +56,7 @@
</property>
</object>
<content>
-1 Office Importer
+<h1>Office Importer</h1>
<form action='$xwiki.getURL("Import.Importer","view")'
enctype="multipart/form-data" method="post">
{table}<p>Document|<input id="filepath"
type="file"
name="filePath" value=""
size="40"/></p>
<p>Target Space|<input name="targetSpace"
type="textarea"/
></p>