Author: diveshdutta
Date: Sat Jun 20 08:50:31 2015
New Revision: 1686534

URL: http://svn.apache.org/r1686534
Log:
[OFBIZ-6500] Adding missing UI label, in 13.07 branch myportal application was 
in framework component and MyPortalUiLabels.xml file is not available in 13.07. 
So adding the missing UI label in CommonUiLabels.xml. Same fix is done in 
revision 1686530 in 14.12 and in revision 1686529 in trunk. 

Modified:
    ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml

Modified: ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml?rev=1686534&r1=1686533&r2=1686534&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml 
(original)
+++ ofbiz/branches/release13.07/framework/common/config/CommonUiLabels.xml Sat 
Jun 20 08:50:31 2015
@@ -14645,6 +14645,9 @@
         <value xml:lang="zh">你不拥有页面'${portalPage.portalPageName}' 
[${portalPage.portalPageId}],所以你不能修改它!</value>
         <value xml:lang="zh-TW">你不擁有é 
é¢'${portalPage.portalPageName}' [${portalPage.portalPageId}],所以你
不能修改它!</value>
     </property>
+    <property key="PortalPageViewPermissionError">
+        <value xml:lang="en">Security Error : To view this page you must have 
PORTALPAGE permission.</value>
+    </property>
     <property key="Project">
         <value xml:lang="ar">مشروع</value>
         <value xml:lang="cs">Projekt</value>


Reply via email to