Author: buscob
Date: Sat Jan 16 08:11:12 2010
New Revision: 899898
URL:
http://svn.apache.org/viewvc?rev=899898&view=revLog:
Added a specific class for the "Displaying..." text in the renderNextPrev macro.
Modified:
ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl?rev=899898&r1=899897&r2=899898&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl Sat Jan 16 08:11:12 2010
@@ -450,7 +450,7 @@
<option <#if viewSize == ps>selected="selected" </#if> value="${ps}">${ps}</option>
</#list>
</select> ${paginateViewSizeLabel}</li></#if>
-<li>${commonDisplaying}</li>
+<li class="nav-displaying">${commonDisplaying}</li>
</ul></div><br/>
</#if>
</#macro>