tdraier 2005/08/19 17:11:51 CEST
Modified files:
core/src/webapp/jsp/jahia/engines/importexport export.jsp
Log:
multilanguage import/export
Revision Changes Path
1.6 +2 -2
jahia/core/src/webapp/jsp/jahia/engines/importexport/export.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/engines/importexport/export.jsp.diff?r1=1.5&r2=1.6&f=h
Index: export.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/importexport/export.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- export.jsp 11 Aug 2005 16:16:05 -0000 1.5
+++ export.jsp 19 Aug 2005 15:11:51 -0000 1.6
@@ -49,7 +49,7 @@
<td> </td>
<td colspan="3" class="text" align="left" valign="top"
nowrap>
<fieldset>
-<legend><input class="input" type="radio" name="operation" value="export"
checked> <b>Export</b></legend>
+<legend><input class="input" type="radio" name="operation" value="export"
onclick="document.mainForm.enctype='';document.mainForm.encoding=''"
checked> <b>Export</b></legend>
Export type <select name="exporttype" class="input"><option
value="complete">Complete live content</option><option value="staging">Complete
staging content</option><option value="diff">Differential</option></select>
Export format <select name="exportformat" class="input"><option
value="xml">XML Content (current language only)</option><option
value="zipnofiles">Zip with XML Content</option><option value="zipfiles">Zip
with XML Content and files</option></select>
</fieldset>
@@ -59,7 +59,7 @@
<td> </td>
<td colspan="3" class="text" align="left" valign="top"
nowrap>
<fieldset>
-<legend><input class="input" type="radio" name="operation" value="import"
onactivate="document.mainForm.enctype='multipart/form-data'"
ondeactivate="document.mainForm.enctype=''"> <b>Import</b></legend>
+<legend><input class="input" type="radio" name="operation" value="import"
onclick="document.mainForm.enctype='multipart/form-data';document.mainForm.encoding='multipart/form-data'"> <b>Import</b></legend>
Differential file : <input class="input" type="file" name="data"/>
</fieldset>
</td>