svn commit: r1626688 [8/46] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/config/ applications/accounting/data/ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1626688 [8/46] - in /ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23: ./ applications/accounting/config/ applications/accounting/data/ applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz...

jleroux@apache.org
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>