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:39:49 UTC

svn commit: r1740580 - in /ofbiz/trunk/specialpurpose/lucene: template/ template/AdminSearch.ftl webapp/content/AdminSearch.ftl widget/LuceneScreens.xml

Author: deepak
Date: Fri Apr 22 18:39:49 2016
New Revision: 1740580

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

Thanks Pierre for your contribution.

Added:
    ofbiz/trunk/specialpurpose/lucene/template/
    ofbiz/trunk/specialpurpose/lucene/template/AdminSearch.ftl
      - copied unchanged from r1740441, ofbiz/trunk/specialpurpose/lucene/webapp/content/AdminSearch.ftl
Removed:
    ofbiz/trunk/specialpurpose/lucene/webapp/content/AdminSearch.ftl
Modified:
    ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml

Modified: ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml?rev=1740580&r1=1740579&r2=1740580&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml Fri Apr 22 18:39:49 2016
@@ -71,7 +71,7 @@ under the License.
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.ContentCMSSearchPage}">
                             <platform-specific>
-                                <html><html-template location="component://lucene/webapp/content/AdminSearch.ftl"/></html>
+                                <html><html-template location="component://lucene/template/AdminSearch.ftl"/></html>
                             </platform-specific>
                             <include-form name="searchList" location="component://lucene/widget/LuceneForms.xml"/>
                         </screenlet>