I could never figure out how to get those settings right. :) BTW,
haven't forgotten the 5.1.1 bug to get mvn jetty:run working again (I
updated to the latest Jetty without testing it first), still on my list.
Glen
On 11/29/2014 10:16 AM, [email protected] wrote:
Author: snoopdave
Date: Sat Nov 29 15:16:20 2014
New Revision: 1642435
URL: http://svn.apache.org/r1642435
Log:
Restoring media title truncation at 47 characters to avoid having picture title
overflow into adjacent cells of the media grid. Looks good on Firefox, Chome
and Safari.
Modified:
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp
Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp?rev=1642435&r1=1642434&r2=1642435&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileView.jsp Sat
Nov 29 15:16:20 2014
@@ -305,7 +305,7 @@
<input type="hidden" id="mediafileidentity"
value="<s:property value='#mediaFile.id'/>"
/>
- <str:truncateNicely lower="70" upper="18">
+ <str:truncateNicely lower="47" upper="47">
<s:property value="#mediaFile.name" />
</str:truncateNicely>