svn commit: r899898 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r899898 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

buscob
Author: buscob
Date: Sat Jan 16 08:11:12 2010
New Revision: 899898

URL: http://svn.apache.org/viewvc?rev=899898&view=rev
Log:
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>