You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/06/13 16:20:19 UTC

svn commit: r546886 - /lenya/trunk/src/modules-core/administration/usecases/ipRanges.jx

Author: andreas
Date: Wed Jun 13 07:20:19 2007
New Revision: 546886

URL: http://svn.apache.org/viewvc?view=rev&rev=546886
Log:
[minor change] layout fix for IP range list

Modified:
    lenya/trunk/src/modules-core/administration/usecases/ipRanges.jx

Modified: lenya/trunk/src/modules-core/administration/usecases/ipRanges.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/ipRanges.jx?view=diff&rev=546886&r1=546885&r2=546886
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/ipRanges.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/ipRanges.jx Wed Jun 13 07:20:19 2007
@@ -60,7 +60,7 @@
             <td style="vertical-align: middle">
               <jx:out value="${ipRange.getName()}"/>
             </td>
-            <td>
+            <td style="vertical-align: middle">
               <jx:if test="${ipRange.getGroups().size() == 0}"><span style="color: #999999">--</span></jx:if>
               <jx:forEach var="group" items="${ipRange.getGroups()}">
                 <a href="${request.pathInfo}?lenya.usecase=admin.groupProfile&amp;groupId=${group.getId()}"><jx:out value="${group.getId()}"/></a>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org