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/04/22 20:25:45 UTC

svn commit: r1740577 - in /ofbiz/trunk/specialpurpose/googlebase: template/ template/find/ webapp/googlebase/find/ widget/GoogleBaseScreens.xml

Author: deepak
Date: Fri Apr 22 18:25:44 2016
New Revision: 1740577

URL: http://svn.apache.org/viewvc?rev=1740577&view=rev
Log:
(OFBIZ-6833) relocate .ftl files in the specialpurpose/googlebase component.

Thanks Pierre for your contribution.

Added:
    ofbiz/trunk/specialpurpose/googlebase/template/
    ofbiz/trunk/specialpurpose/googlebase/template/find/
      - copied from r1740441, ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/
Removed:
    ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/
Modified:
    ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml

Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml?rev=1740577&r1=1740576&r2=1740577&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml Fri Apr 22 18:25:44 2016
@@ -36,7 +36,7 @@ under the License.
                 <decorator-screen name="CommonFindDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://googlebase/webapp/googlebase/find/GoogleBaseAdvancedSearch.ftl"/></html>
+                            <html><html-template location="component://googlebase/template/find/GoogleBaseAdvancedSearch.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -59,7 +59,7 @@ under the License.
                             <html><html-template location="component://product/template/find/keywordsearch.ftl"/></html>
                         </platform-specific>
                         <platform-specific>
-                            <html><html-template location="component://googlebase/webapp/googlebase/find/googleExportLink.ftl"/></html>
+                            <html><html-template location="component://googlebase/template/find/googleExportLink.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>