svn commit: r1743793 - in /ofbiz/trunk: applications/party/template/party/ applications/party/template/party/profileblocks/ applications/party/template/visit/ applications/party/widget/partymgr/ specialpurpose/projectmgr/widget/

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

svn commit: r1743793 - in /ofbiz/trunk: applications/party/template/party/ applications/party/template/party/profileblocks/ applications/party/template/visit/ applications/party/widget/partymgr/ specialpurpose/projectmgr/widget/

Deepak Dixit-5
Author: deepak
Date: Sat May 14 08:04:44 2016
New Revision: 1743793

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

Added:
    ofbiz/trunk/applications/party/template/party/AddressMatchMap.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/addressMatchMap.ftl
    ofbiz/trunk/applications/party/template/party/EditCreditCard.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/editcreditcard.ftl
    ofbiz/trunk/applications/party/template/party/EditEftAccount.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/editeftaccount.ftl
    ofbiz/trunk/applications/party/template/party/EditGeoLocation.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/editGeoLocation.ftl
    ofbiz/trunk/applications/party/template/party/EditGiftCard.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/editgiftcard.ftl
    ofbiz/trunk/applications/party/template/party/EditShoppingList.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/editShoppingList.ftl
    ofbiz/trunk/applications/party/template/party/EditcontaCtmech.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/editcontactmech.ftl
    ofbiz/trunk/applications/party/template/party/FindMatches.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/findMatches.ftl
    ofbiz/trunk/applications/party/template/party/profileblocks/MyTasks.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/party/profileblocks/mytasks.ftl
    ofbiz/trunk/applications/party/template/visit/ShowVisits.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/visit/showvisits.ftl
    ofbiz/trunk/applications/party/template/visit/VisitDetail.ftl
      - copied unchanged from r1743788, ofbiz/trunk/applications/party/template/visit/visitdetail.ftl
Removed:
    ofbiz/trunk/applications/party/template/party/addressMatchMap.ftl
    ofbiz/trunk/applications/party/template/party/editGeoLocation.ftl
    ofbiz/trunk/applications/party/template/party/editShoppingList.ftl
    ofbiz/trunk/applications/party/template/party/editcontactmech.ftl
    ofbiz/trunk/applications/party/template/party/editcreditcard.ftl
    ofbiz/trunk/applications/party/template/party/editeftaccount.ftl
    ofbiz/trunk/applications/party/template/party/editgiftcard.ftl
    ofbiz/trunk/applications/party/template/party/findMatches.ftl
    ofbiz/trunk/applications/party/template/party/profileblocks/mytasks.ftl
    ofbiz/trunk/applications/party/template/visit/showvisits.ftl
    ofbiz/trunk/applications/party/template/visit/visitdetail.ftl
Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml
    ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml?rev=1743793&r1=1743792&r2=1743793&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Sat May 14 08:04:44 2016
@@ -406,7 +406,7 @@ under the License.
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://party/template/party/editShoppingList.ftl"/></html>
+                            <html><html-template location="component://party/template/party/EditShoppingList.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -453,7 +453,7 @@ under the License.
                                 <platform-specific>
                                     <html>
                                         <html-template location="component://common/template/includes/setDependentDropdownValuesJs.ftl"/>
-                                        <html-template location="component://party/template/party/editcontactmech.ftl"/>
+                                        <html-template location="component://party/template/party/EditContactMech.ftl"/>
                                     </html>
                                 </platform-specific>
                             </widgets>
@@ -813,7 +813,7 @@ under the License.
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://party/template/party/addressMatchMap.ftl"/></html>
+                            <html><html-template location="component://party/template/party/AddressMatchMap.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -832,7 +832,7 @@ under the License.
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://party/template/party/findMatches.ftl"/></html>
+                            <html><html-template location="component://party/template/party/FindMatches.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -1184,7 +1184,7 @@ under the License.
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://party/template/party/editGeoLocation.ftl"/></html>
+                            <html><html-template location="component://party/template/party/EditGeoLocation.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>

Modified: ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml?rev=1743793&r1=1743792&r2=1743793&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PaymentMethodScreens.xml Sat May 14 08:04:44 2016
@@ -69,7 +69,7 @@ under the License.
                 <decorator-screen name="PaymentMethodDecorator">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://party/template/party/editcreditcard.ftl"/></html>
+                            <html><html-template location="component://party/template/party/EditCreditCard.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -89,7 +89,7 @@ under the License.
                 <decorator-screen name="PaymentMethodDecorator">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://party/template/party/editgiftcard.ftl"/></html>
+                            <html><html-template location="component://party/template/party/EditGiftCard.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -109,7 +109,7 @@ under the License.
                 <decorator-screen name="PaymentMethodDecorator">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://party/template/party/editeftaccount.ftl"/></html>
+                            <html><html-template location="component://party/template/party/EditEftAccount.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>

Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?rev=1743793&r1=1743792&r2=1743793&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Sat May 14 08:04:44 2016
@@ -590,7 +590,7 @@
                 <service service-name="getWorkEffortAssignedTasks"/>
             </actions>
             <widgets><!-- can always view your own tasks -->
-                <platform-specific><html><html-template location="component://party/template/party/profileblocks/mytasks.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://party/template/party/profileblocks/MyTasks.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml?rev=1743793&r1=1743792&r2=1743793&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml Sat May 14 08:04:44 2016
@@ -107,7 +107,7 @@ under the License.
                             </condition>
                             <widgets>
                                 <platform-specific>
-                                    <html><html-template location="component://party/template/visit/visitdetail.ftl"/></html>
+                                    <html><html-template location="component://party/template/visit/VisitDetail.ftl"/></html>
                                 </platform-specific>
                             </widgets>
                             <fail-widgets>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml?rev=1743793&r1=1743792&r2=1743793&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Sat May 14 08:04:44 2016
@@ -710,7 +710,7 @@ under the License.
                             </condition>
                             <widgets>
                                 <platform-specific>
-                                    <html><html-template location="component://party/template/party/editcontactmech.ftl"/></html>
+                                    <html><html-template location="component://party/template/party/EditContactMech.ftl"/></html>
                                 </platform-specific>
                             </widgets>
                             <fail-widgets>
@@ -839,7 +839,7 @@ under the License.
                             </condition>
                             <widgets>
                                 <platform-specific>
-                                    <html><html-template location="component://party/template/visit/showvisits.ftl"/></html>
+                                    <html><html-template location="component://party/template/visit/ShowVisits.ftl"/></html>
                                 </platform-specific>
                             </widgets>
                             <fail-widgets>
@@ -870,7 +870,7 @@ under the License.
                             </condition>
                             <widgets>
                                 <platform-specific>
-                                    <html><html-template location="component://party/template/visit/visitdetail.ftl"/></html>
+                                    <html><html-template location="component://party/template/visit/VisitDetail.ftl"/></html>
                                 </platform-specific>
                             </widgets>
                             <fail-widgets>