Author: jleroux
Date: Wed Feb 5 23:17:26 2014
New Revision: 1564992
URL: http://svn.apache.org/r1564992
Log:
Fixes a nasty bug (an unnoticed last time typo)
Modified:
ofbiz/branches/release12.04/framework/common/webcommon/includes/htmlTemplate.ftl
Modified:
ofbiz/branches/release12.04/framework/common/webcommon/includes/htmlTemplate.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/webcommon/includes/htmlTemplate.ftl?rev=1564992&r1=1564991&r2=1564992&view=diff
==============================================================================
---
ofbiz/branches/release12.04/framework/common/webcommon/includes/htmlTemplate.ftl
(original)
+++
ofbiz/branches/release12.04/framework/common/webcommon/includes/htmlTemplate.ftl
Wed Feb 5 23:17:26 2014
@@ -48,7 +48,7 @@ under the License.
</#if>
<#if userPreferences.VISUAL_THEME == "BIZZNESS_TIME">
<#local position = "center" />
- </#if
+ </#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/>
</#macro>
@@ -78,4 +78,4 @@ under the License.
</#if>
</#if>
<@renderNextPrev paginateStyle paginateFirstStyle viewIndex highIndex
listSize viewSize ajaxEnabled javaScriptEnabled ajaxFirstUrl firstUrl
uiLabelMap.CommonFirst paginatePreviousStyle ajaxPreviousUrl previousUrl
uiLabelMap.CommonPrevious uiLabelMap.CommonPage ajaxSelectUrl selectUrl
ajaxSelectSizeUrl selectSizeUrl commonDisplaying paginateNextStyle ajaxNextUrl
nextUrl uiLabelMap.CommonNext paginateLastStyle ajaxLastUrl lastUrl
uiLabelMap.CommonLast uiLabelMap.CommonItemsPerPage/>
-</#macro>
\ No newline at end of file
+</#macro>