Author: nmalin
Date: Sat Jul 29 20:18:16 2017
New Revision: 1803391
URL:
http://svn.apache.org/viewvc?rev=1803391&view=revLog:
Fixed: Set first letter to upper case for xls macro library to keep the coherence with other macro library. This error was introduce by me so I repair :)
Added:
ofbiz/ofbiz-framework/trunk/framework/widget/templates/XlsFormMacroLibrary.ftl
- copied unchanged from r1803390, ofbiz/ofbiz-framework/trunk/framework/widget/templates/xlsFormMacroLibrary.ftl
ofbiz/ofbiz-framework/trunk/framework/widget/templates/XlsScreenMacroLibrary.ftl
- copied unchanged from r1803390, ofbiz/ofbiz-framework/trunk/framework/widget/templates/xlsScreenMacroLibrary.ftl
ofbiz/ofbiz-framework/trunk/framework/widget/templates/XlsTreeMacroLibrary.ftl
- copied unchanged from r1803390, ofbiz/ofbiz-framework/trunk/framework/widget/templates/xlsTreeMacroLibrary.ftl
Removed:
ofbiz/ofbiz-framework/trunk/framework/widget/templates/xlsFormMacroLibrary.ftl
ofbiz/ofbiz-framework/trunk/framework/widget/templates/xlsScreenMacroLibrary.ftl
ofbiz/ofbiz-framework/trunk/framework/widget/templates/xlsTreeMacroLibrary.ftl
Modified:
ofbiz/ofbiz-framework/trunk/framework/widget/config/widget.properties
Modified: ofbiz/ofbiz-framework/trunk/framework/widget/config/widget.properties
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/widget/config/widget.properties?rev=1803391&r1=1803390&r2=1803391&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/widget/config/widget.properties (original)
+++ ofbiz/ofbiz-framework/trunk/framework/widget/config/widget.properties Sat Jul 29 20:18:16 2017
@@ -102,9 +102,9 @@ screenxml.default.contenttype=UTF-8
screenxml.default.encoding=none
# xls output
screenxls.name=xls
-screenxls.screenrenderer=component://widget/templates/xlsScreenMacroLibrary.ftl
-screenxls.formrenderer=component://widget/templates/xlsFormMacroLibrary.ftl
-screenxls.treerenderer=component://widget/templates/xlsTreeMacroLibrary.ftl
+screenxls.screenrenderer=component://widget/templates/XlsScreenMacroLibrary.ftl
+screenxls.formrenderer=component://widget/templates/XlsFormMacroLibrary.ftl
+screenxls.treerenderer=component://widget/templates/XlsTreeMacroLibrary.ftl
screenxls.encoder=html
screenxls.default.contenttype=application/vnd.ms-excel
screenxls.default.encoding=none