Author: michiel
Date: 2010-07-15 11:37:14 +0200 (Thu, 15 Jul 2010)
New Revision: 42898

Modified:
   
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relate.tagx
Log:
Ported from 1.9

Modified: 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relate.tagx
===================================================================
--- 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relate.tagx
 2010-07-15 09:34:59 UTC (rev 42897)
+++ 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/relate.tagx
 2010-07-15 09:37:14 UTC (rev 42898)
@@ -126,7 +126,12 @@
         <c:if test="${! empty pagesize}"><span 
class="pagesize">${pagesize}</span></c:if>
         <c:if test="${! empty maxpages}"><span 
class="maxpages">${maxpages}</span></c:if>
         <c:if test="${! empty context}"><span 
class="context">${context}</span></c:if>
-        <c:if test="${! empty current}"><span 
class="currentMaxNumber">${current.maxNumber}</span></c:if>
+        <c:if test="${! empty submit}"><span 
class="submit">${submit}</span></c:if>
+        <span class="repositoryManager">${repository.nodeManager.name}</span>
+        <c:if test="${! empty current}">
+          <span class="currentMaxNumber">${current.maxNumber}</span>
+          <span class="currentManager">${current.nodeManager.name}</span>
+        </c:if>
         <span 
class="sessionName">'${mm:property('org.mmbase.cloud.sessionname')}</span>
       </div>
       <c:if test="${! empty current}">

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to