From bad599993b6b690f2312d028ce14ef7b1245b183 Mon Sep 17 00:00:00 2001 From: sebastian Date: Thu, 24 Feb 2005 14:27:48 +0000 Subject: [PATCH] *** empty log message *** --- .../modules/htmlUI/var/templates/fileBrowse/objects.tpl | 4 ++-- livesupport/modules/htmlUI/var/templates/scratchPad.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/modules/htmlUI/var/templates/fileBrowse/objects.tpl b/livesupport/modules/htmlUI/var/templates/fileBrowse/objects.tpl index b76d674c8..69dc413e1 100755 --- a/livesupport/modules/htmlUI/var/templates/fileBrowse/objects.tpl +++ b/livesupport/modules/htmlUI/var/templates/fileBrowse/objects.tpl @@ -22,9 +22,9 @@ {if $i.type eq 'Folder'} - [{$i.title}] + [{$i.title|truncate:30}] {else} - {$i.title} + {$i.title|truncate:30} {/if} diff --git a/livesupport/modules/htmlUI/var/templates/scratchPad.tpl b/livesupport/modules/htmlUI/var/templates/scratchPad.tpl index 1bc4336f9..b520d0a22 100755 --- a/livesupport/modules/htmlUI/var/templates/scratchPad.tpl +++ b/livesupport/modules/htmlUI/var/templates/scratchPad.tpl @@ -26,7 +26,7 @@ )" > - {$i.title} + {$i.title|truncate:10} {$i.duration} {$i.type} X