You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/05/21 09:20:35 UTC

svn commit: r1744881 - in /ofbiz/trunk/specialpurpose/hhfacility: template/ template/includes/ widget/hhfacility/

Author: deepak
Date: Sat May 21 09:20:35 2016
New Revision: 1744881

URL: http://svn.apache.org/viewvc?rev=1744881&view=rev
Log:
(OFBIZ-7021) Renamed specialpurpose hhfacility component ftl file name from lower camel case to upper camel case pattern. 

Added:
    ofbiz/trunk/specialpurpose/hhfacility/template/Facilities.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/facilities.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/Login.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/login.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/Main.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/main.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/Menu.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/menu.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/ProductStockTake.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/productstocktake.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/Receipt.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/receipt.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/SetFocusOnField.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/setFocusOnField.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/StockTake.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/stocktake.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/includes/Footer.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/includes/footer.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/includes/Header.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/includes/header.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/includes/Messages.ftl
      - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/hhfacility/template/includes/messages.ftl
Removed:
    ofbiz/trunk/specialpurpose/hhfacility/template/facilities.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/includes/footer.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/includes/header.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/includes/messages.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/login.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/main.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/menu.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/productstocktake.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/receipt.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/setFocusOnField.ftl
    ofbiz/trunk/specialpurpose/hhfacility/template/stocktake.ftl
Modified:
    ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml

Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml?rev=1744881&r1=1744880&r2=1744881&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml Sat May 21 09:20:35 2016
@@ -32,18 +32,18 @@ under the License.
                 <include-screen name="GlobalActions" location="component://common/widget/CommonScreens.xml" />
                 <platform-specific>
                     <html>
-                        <html-template location="component://hhfacility/template/includes/header.ftl" />
+                        <html-template location="component://hhfacility/template/includes/Header.ftl" />
                     </html>
                 </platform-specific>
                 <platform-specific>
                     <html>
-                        <html-template location="component://hhfacility/template/includes/messages.ftl" />
+                        <html-template location="component://hhfacility/template/includes/Messages.ftl" />
                     </html>
                 </platform-specific>
                 <decorator-section-include name="body" />
                 <platform-specific>
                     <html>
-                        <html-template location="component://hhfacility/template/includes/footer.ftl" />
+                        <html-template location="component://hhfacility/template/includes/Footer.ftl" />
                     </html>
                 </platform-specific>
             </widgets>
@@ -98,7 +98,7 @@ under the License.
                 <decorator-screen name="CommonDecorator">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://hhfacility/template/login.ftl"/></html>
+                            <html><html-template location="component://hhfacility/template/Login.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -114,7 +114,7 @@ under the License.
             <widgets>
                 <decorator-screen name="FacilityDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://hhfacility/template/menu.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://hhfacility/template/Menu.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -129,7 +129,7 @@ under the License.
             <widgets>
                 <decorator-screen name="FacilityDecorator">
                     <decorator-section name="body">
-                        <platform-specific><html><html-template location="component://hhfacility/template/receipt.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://hhfacility/template/Receipt.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -175,7 +175,7 @@ under the License.
                 <decorator-screen name="FacilityDecorator">
                     <decorator-section name="body">
                         <include-form name="ProductEnter" location="component://hhfacility/widget/hhfacility/FacilityForms.xml"/>
-                        <platform-specific><html><html-template location="component://hhfacility/template/setFocusOnField.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://hhfacility/template/SetFocusOnField.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -193,7 +193,7 @@ under the License.
                 <decorator-screen name="FacilityDecorator">
                     <decorator-section name="body">
                         <include-form name="ProductQtyEnter" location="component://hhfacility/widget/hhfacility/FacilityForms.xml"/>
-                        <platform-specific><html><html-template location="component://hhfacility/template/setFocusOnField.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://hhfacility/template/SetFocusOnField.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -253,7 +253,7 @@ under the License.
                 <decorator-screen name="FacilityDecorator">
                     <decorator-section name="body">
                         <include-form name="FindProductStock" location="component://hhfacility/widget/hhfacility/FacilityForms.xml"/>
-                        <platform-specific><html><html-template location="component://hhfacility/template/stocktake.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://hhfacility/template/StockTake.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -273,7 +273,7 @@ under the License.
                     <decorator-section name="body">
                         <include-form name="ProductStocktake" location="component://hhfacility/widget/hhfacility/FacilityForms.xml"/>
                         <include-form name="UpdateProductStocktake" location="component://hhfacility/widget/hhfacility/FacilityForms.xml"/>
-                        <platform-specific><html><html-template location="component://hhfacility/template/productstocktake.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://hhfacility/template/ProductStockTake.ftl"/></html></platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -290,7 +290,7 @@ under the License.
                 </entity-condition>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://hhfacility/template/facilities.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://hhfacility/template/Facilities.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>