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:02:28 UTC

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

Author: andreas
Date: Wed Nov 14 16:02:26 2007
New Revision: 595145

URL: http://svn.apache.org/viewvc?rev=595145&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=595145&r1=595144&r2=595145&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:02:26 2007
@@ -70,7 +70,7 @@
 
         <tr>
           <jx:forEach var="key" items="${usecase.getParameter('keys')}">
-            <th> <i18n:text><jx:out value="${key}"/></i18n:text> 
+            <th style="white-space: nowrap"> <i18n:text><jx:out value="${key}"/></i18n:text> 
               <a href="${request.getRequestURI()}?order=desc&amp;sort=${key}&amp;lenya.usecase=${usecase.getName()}&amp;lenya.continuation=${continuation.id}">
                 <i18n:text><img src="/cforms/forms/img/move_down.gif" class="lenya-no-border"/></i18n:text>
               </a>



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