Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/script/org/ofbiz/content/content/ContentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/script/org/ofbiz/content/content/ContentServices.xml?rev=1626688&r1=1626687&r2=1626688&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/script/org/ofbiz/content/content/ContentServices.xml (original) +++ ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/script/org/ofbiz/content/content/ContentServices.xml Mon Sep 22 08:09:27 2014 @@ -163,6 +163,7 @@ <call-service service-name="getContent" in-map-name="getC"> <result-to-field result-name="view" field="content"/> </call-service> + <clone-value value-field="content" new-value-field="content"/> <if-not-empty field="content.dataResourceId"> <set-service-fields service-name="getElectronicText" map="content" to-map="getEt"/> <call-service service-name="getElectronicText" in-map-name="getEt"> Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/widget/CommonScreens.xml?rev=1626688&r1=1626687&r2=1626688&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/widget/CommonScreens.xml (original) +++ ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/content/widget/CommonScreens.xml Mon Sep 22 08:09:27 2014 @@ -56,7 +56,7 @@ under the License. <decorator-section name="pre-body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <include-menu name="cms" location="component://content/widget/cms/CMSMenus.xml"/> @@ -66,13 +66,13 @@ under the License. <decorator-section name="body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="h3">${uiLabelMap.ContentUpdatePermissionError}</label> + <label style="h3">${uiLabelMap.ContentViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -91,7 +91,7 @@ under the License. <decorator-section name="pre-body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <include-menu name="content" location="component://content/widget/content/ContentMenus.xml"/> @@ -101,7 +101,7 @@ under the License. <decorator-section name="body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <container> @@ -123,7 +123,7 @@ under the License. </container> </widgets> <fail-widgets> - <label style="h3">${uiLabelMap.ContentUpdatePermissionError}</label> + <label style="h3">${uiLabelMap.ContentViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -142,7 +142,7 @@ under the License. <decorator-section name="pre-body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <include-menu name="contentTopMenu" location="component://content/widget/content/ContentMenus.xml"/> @@ -152,7 +152,7 @@ under the License. <decorator-section name="body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <container style="no-clear"> @@ -160,7 +160,7 @@ under the License. </container> </widgets> <fail-widgets> - <label style="h3">${uiLabelMap.ContentUpdatePermissionError}</label> + <label style="h3">${uiLabelMap.ContentViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -181,7 +181,7 @@ under the License. <decorator-section name="pre-body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <include-menu name="dataresourceTopMenu" location="component://content/widget/content/DataResourceMenus.xml"/> @@ -191,7 +191,7 @@ under the License. <decorator-section name="body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <section> @@ -208,7 +208,7 @@ under the License. </container> </widgets> <fail-widgets> - <label style="h3">${uiLabelMap.ContentUpdatePermissionError}</label> + <label style="h3">${uiLabelMap.ContentViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -246,7 +246,7 @@ under the License. <decorator-section name="pre-body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <include-menu name="contentsetup" location="component://content/widget/contentsetup/ContentSetupMenus.xml"/> @@ -256,13 +256,13 @@ under the License. <decorator-section name="body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="h3">${uiLabelMap.ContentUpdatePermissionError}</label> + <label style="h3">${uiLabelMap.ContentViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -281,7 +281,7 @@ under the License. <decorator-section name="pre-body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <include-menu name="dataresourcesetup" location="component://content/widget/datasetup/DataResourceSetupMenus.xml"/> @@ -291,13 +291,13 @@ under the License. <decorator-section name="body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="h3">${uiLabelMap.ContentUpdatePermissionError}</label> + <label style="h3">${uiLabelMap.ContentViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -361,7 +361,7 @@ under the License. <decorator-section name="pre-body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <include-menu name="layout" location="component://content/widget/layout/LayoutMenus.xml"/> @@ -371,13 +371,13 @@ under the License. <decorator-section name="body"> <section> <condition> - <if-has-permission permission="CONTENTMGR" action="_UPDATE"/> + <if-has-permission permission="CONTENTMGR" action="_VIEW"/> </condition> <widgets> <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="h3">${uiLabelMap.ContentUpdatePermissionError}</label> + <label style="h3">${uiLabelMap.ContentViewPermissionError}</label> </fail-widgets> </section> </decorator-section> Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/humanres/config/HumanResEntityLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/humanres/config/HumanResEntityLabels.xml?rev=1626688&r1=1626687&r2=1626688&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/humanres/config/HumanResEntityLabels.xml (original) +++ ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/humanres/config/HumanResEntityLabels.xml Mon Sep 22 08:09:27 2014 @@ -18,7 +18,6 @@ specific language governing permissions and limitations under the License. --> - <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <property key="EmplLeaveReasonType.description.CASUAL"> <value xml:lang="en">Casual</value> @@ -26,6 +25,7 @@ <value xml:lang="ja">ç§äº</value> <value xml:lang="vi">Tình cá»</value> <value xml:lang="zh">临æ¶</value> + <value xml:lang="zh_TW">è¨æ</value> </property> <property key="EmplLeaveReasonType.description.MEDICAL"> <value xml:lang="en">Medical</value> @@ -33,6 +33,7 @@ <value xml:lang="ja">ç¾ç </value> <value xml:lang="vi">Y tế</value> <value xml:lang="zh">ç¾ç </value> + <value xml:lang="zh_TW">ç¾ç </value> </property> <property key="EmplLeaveType.description.INLAND_EARNED"> <value xml:lang="en">Inland earned</value> @@ -40,6 +41,7 @@ <value xml:lang="ja">å½å åå¾</value> <value xml:lang="vi">Thu nháºp quá»c ná»i</value> <value xml:lang="zh">å½å æ¶å ¥</value> + <value xml:lang="zh_TW">åå §æ¶å ¥</value> </property> <property key="EmplLeaveType.description.LOSS_OF_PAY"> <value xml:lang="en">Loss of pay</value> @@ -47,6 +49,7 @@ <value xml:lang="ja">ç¡çµ¦</value> <value xml:lang="vi">Mất thanh toán</value> <value xml:lang="zh">æ èª</value> + <value xml:lang="zh_TW">ç¡èª</value> </property> <property key="EmplLeaveType.description.RESTRICTED_HOLIDAY"> <value xml:lang="en">Restricted holiday</value> @@ -54,6 +57,7 @@ <value xml:lang="ja">å¶éæ¥</value> <value xml:lang="vi">Kỳ nghá» hạn chế</value> <value xml:lang="zh">åéçåæ</value> + <value xml:lang="zh_TW">åéçåæ</value> </property> <property key="EmplLeaveType.description.SPECIAL_DAY_OFF"> <value xml:lang="en">Special day off</value> @@ -61,5 +65,6 @@ <value xml:lang="ja">ç¹å¥ä¼æ</value> <value xml:lang="vi">Ngà y nghá» Äặc biá»t</value> <value xml:lang="zh">ç¹æ®ä¼å</value> + <value xml:lang="zh_TW">ç¹æ®ä¼å</value> </property> -</resource> \ No newline at end of file +</resource> |
Free forum by Nabble | Edit this page |