Author: nmalin
Date: Thu Aug 31 14:06:39 2017
New Revision: 1806795
URL:
http://svn.apache.org/viewvc?rev=1806795&view=revLog:
Fixed: Remove hard coded "Bizzness Time" visualTheme specific that have no reason to keep it after its suppression (OFBIZ-8293 Remove redundant backend themes)
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/template/includes/HtmlTemplate.ftl
Modified: ofbiz/ofbiz-framework/trunk/themes/common/template/includes/HtmlTemplate.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/template/includes/HtmlTemplate.ftl?rev=1806795&r1=1806794&r2=1806795&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/common/template/includes/HtmlTemplate.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/themes/common/template/includes/HtmlTemplate.ftl Thu Aug 31 14:06:39 2017
@@ -32,9 +32,6 @@ under the License.
<#else>
<#local readonly = false />
</#if>
- <#if userPreferences.VISUAL_THEME == "BIZZNESS_TIME">
- <#local position = "center" />
- </#if>
<@renderLookupField name formName fieldFormName className alert value size maxlength id event action readonly autocomplete descriptionFieldName targetParameterIter imgSrc ajaxUrl ajaxEnabled presentation width height position fadeBackground clearText showDescription initiallyCollapsed tabindex/>
</#macro>