Return-Path: Delivered-To: apmail-roller-commits-archive@www.apache.org Received: (qmail 45012 invoked from network); 26 Jul 2009 01:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 01:00:36 -0000 Received: (qmail 99154 invoked by uid 500); 26 Jul 2009 01:01:41 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 99125 invoked by uid 500); 26 Jul 2009 01:01:41 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 99116 invoked by uid 99); 26 Jul 2009 01:01:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 01:01:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 01:01:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B9CE3238889B; Sun, 26 Jul 2009 01:01:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r797858 - /roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/MediaFileView.jsp Date: Sun, 26 Jul 2009 01:01:14 -0000 To: commits@roller.apache.org From: snoopdave@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090726010114.B9CE3238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: snoopdave Date: Sun Jul 26 01:01:14 2009 New Revision: 797858 URL: http://svn.apache.org/viewvc?rev=797858&view=rev Log: Layout of the mediafile list is bad if the file name is so long that it wraps around, tried it out Firefox 3.5 and Safari 4.0. This commit adds a tag around the name to limit it's length and prevent the layout problem. Modified: roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/MediaFileView.jsp Modified: roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/MediaFileView.jsp URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/MediaFileView.jsp?rev=797858&r1=797857&r2=797858&view=diff ============================================================================== --- roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/MediaFileView.jsp (original) +++ roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/MediaFileView.jsp Sun Jul 26 01:01:14 2009 @@ -306,7 +306,14 @@
width="120px" height="100px" style="padding:40px 50px;"/>
-
+
+ + +
"/>