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/11/15 01:00:13 UTC

svn commit: r595143 - /lenya/trunk/src/modules-core/administration/usecases/siteOverview.jx

Author: andreas
Date: Wed Nov 14 16:00:12 2007
New Revision: 595143

URL: http://svn.apache.org/viewvc?rev=595143&view=rev
Log:
Avoid line break on site overview in admin area

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

Modified: lenya/trunk/src/modules-core/administration/usecases/siteOverview.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/usecases/siteOverview.jx?rev=595143&r1=595142&r2=595143&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/administration/usecases/siteOverview.jx (original)
+++ lenya/trunk/src/modules-core/administration/usecases/siteOverview.jx Wed Nov 14 16:00:12 2007
@@ -84,7 +84,7 @@
         <jx:forEach var="entry" items="${usecase.getParameter('documents')}">
           <tr>
             <jx:forEach var="key" items="${usecase.getParameter('keys')}">
-              <td>
+              <td style="white-space: nowrap">
                 <jx:choose>
                   <jx:when test="${key.equals('keyPath')}">
                     <a href="${entry.getValue('keyUrl')}">



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