*** empty log message ***

This commit is contained in:
sebastian 2005-02-24 14:27:48 +00:00
parent 644d80d120
commit bad599993b
2 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@
<td align="center">
<span id="ID{$i.id}">
{if $i.type eq 'Folder'}
<a href="{$UI_BROWSER}?act=fileBrowse&id={$i.id}" >[{$i.title}]</b>
<a href="{$UI_BROWSER}?act=fileBrowse&id={$i.id}" >[{$i.title|truncate:30}]</b>
{else}
{$i.title}
{$i.title|truncate:30}
{/if}
</span>
</td>

View File

@ -26,7 +26,7 @@
)"
>
<td><input type="checkbox" name="{$i.id}"></td>
<td>{$i.title}</a></td>
<td>{$i.title|truncate:10}</a></td>
<td>{$i.duration}</td>
<td>{$i.type} </td>
<th><a href="#" onclick="hpopup('{$UI_HANDLER}?act=SP.removeItem&id={$i.id}', 'SP')">X</th>