Author: deepak
Date: Fri Apr 22 18:39:49 2016
New Revision: 1740580
URL:
http://svn.apache.org/viewvc?rev=1740580&view=revLog:
(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>