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