From 73bfd59f4eceefd95dce75c8cda278d6c3d03873 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Nov 2006 17:06:45 +0000 Subject: [PATCH] Added more space for search results since not all available space was used. Show more of the song titles by not truncating on word boundaries. --- .../htmlUI/var/templates/library/results.tpl | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/campcaster/src/modules/htmlUI/var/templates/library/results.tpl b/campcaster/src/modules/htmlUI/var/templates/library/results.tpl index 07c71c30e..96ac10177 100644 --- a/campcaster/src/modules/htmlUI/var/templates/library/results.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/library/results.tpl @@ -7,16 +7,16 @@ {if $_results.cnt > 0}
-
 
-
+
 
+
- +
- - - - + + + + {foreach from=$_results.items item=i} @@ -24,15 +24,15 @@ @@ -40,16 +40,16 @@
##Title####Creator####Duration####Type####Title####Creator####Duration####Type##
{if $PLAYLIST.id == $i.id} - {$i.title|truncate:30} + {$i.title|truncate:30:"...":true} {else} - {$i.title|truncate:30} + {$i.title|truncate:30:"...":true} {/if} {$i.creator} {assign var="_duration" value=$i.duration}{niceTime in=$_duration} - {$i.type|lower|capitalize} + {$i.type|lower|capitalize}
-