svn commit: r1737781 - in /ofbiz/trunk/applications/securityext: email/default/passwordemail.ftl template/ template/email/ template/email/passwordemail.ftl widget/EmailSecurityScreens.xml

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

svn commit: r1737781 - in /ofbiz/trunk/applications/securityext: email/default/passwordemail.ftl template/ template/email/ template/email/passwordemail.ftl widget/EmailSecurityScreens.xml

Deepak Dixit-5
Author: deepak
Date: Tue Apr  5 06:28:40 2016
New Revision: 1737781

URL: http://svn.apache.org/viewvc?rev=1737781&view=rev
Log:
(OFBIZ-6975) Applied patch from jira issue, moves the *.ftl files from webapp to template subfolders for securityext component.
Thanks  Pierre Smits for the patch.

Added:
    ofbiz/trunk/applications/securityext/template/
    ofbiz/trunk/applications/securityext/template/email/
    ofbiz/trunk/applications/securityext/template/email/passwordemail.ftl
      - copied unchanged from r1737778, ofbiz/trunk/applications/securityext/email/default/passwordemail.ftl
Removed:
    ofbiz/trunk/applications/securityext/email/default/passwordemail.ftl
Modified:
    ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml

Modified: ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml?rev=1737781&r1=1737780&r2=1737781&view=diff
==============================================================================
--- ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml (original)
+++ ofbiz/trunk/applications/securityext/widget/EmailSecurityScreens.xml Tue Apr  5 06:28:40 2016
@@ -29,7 +29,7 @@ under the License.
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://securityext/email/default/passwordemail.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://securityext/template/email/passwordemail.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>