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
> +&lt;h1&gt;Office Importer&lt;/h1&gt;

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&gt;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
> +&lt;h1&gt;Office Importer&lt;/h1&gt;
> &lt;form action='$xwiki.getURL("Import.Importer","view")'  
> enctype="multipart/form-data" method="post"&gt;
> {table}&lt;p&gt;Document|&lt;input id="filepath" type="file"  
> name="filePath" value="" size="40"/&gt;&lt;/p&gt;
> &lt;p&gt;Target Space|&lt;input name="targetSpace" type="textarea"/ 
> &gt;&lt;/p&gt;

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to