Author: sohil.shah(a)jboss.com
Date: 2008-10-18 16:14:56 -0400 (Sat, 18 Oct 2008)
New Revision: 12087
Modified:
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/classes/Resource.properties
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp
Log:
JBPORTAL-2100 - Export of empty folders: provide a more meaningful, localized error
message
Modified:
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/classes/Resource.properties
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/classes/Resource.properties 2008-10-18
19:45:12 UTC (rev 12086)
+++
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/classes/Resource.properties 2008-10-18
20:14:56 UTC (rev 12087)
@@ -105,6 +105,7 @@
CMS_REQUIRED=Required
CMS_LINK_TO_RESOURCES=Links to resources within this portal should be absolute. For
example: A link to an image located in default/images/back.gif should be typed in exactly
as shown here. Do not prefix a slash (/) to the path of the resource. You can verify the
link is correct by clicking on the preview button in the editor
CMS_ERROR_PROCESSING=ERROR processing export request
+CMS_ERROR_EXPORT=An error occurred during the Export operation. Please make sure the
Folder being exported is not empty
CMS_YOUR_EXPORT_0=Your export of
CMS_YOUR_EXPORT_1=is ready for download
CMS_CLICK_TO_DOWNLOAD=Click to Download
Modified:
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp 2008-10-18
19:45:12 UTC (rev 12086)
+++
branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp 2008-10-18
20:14:56 UTC (rev 12087)
@@ -19,7 +19,7 @@
<td align="left">
<table width="100%">
<tr>
- <td align="center"><font
color="red">${n:i18n("CMS_ERROR_PROCESSING")}!</font></td>
+ <td align="center"><font
color="red">${n:i18n("CMS_ERROR_EXPORT")}!</font></td>
</tr>
<tr>
<td align="center"><input
class="portlet-form-button" type="button"