Ignore:
Timestamp:
05/15/08 22:56:26 (4 years ago)
Author:
hverton
Message:

Added the percentage of total downloads to the download bar title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/templates/templates/_header.tpl

    r1410 r1411  
    213213                {section name=index loop=$downloadbars} 
    214214                    <td width='40'> 
    215                         <img src='/themes/PLiThemeCentered/images/bar-{$smarty.section.index.rownum}.gif' style='width:16px;height:{$downloadbars[index].value}px;' alt='{$downloadbars[index].download_count}' title='{$downloadbars[index].download_count} {$locale.087}'/> 
     215                        <img src='/themes/PLiThemeCentered/images/bar-{$smarty.section.index.rownum}.gif' style='width:16px;height:{$downloadbars[index].value}px;' alt='{$downloadbars[index].download_count}' title='{$downloadbars[index].percentage}%: {$downloadbars[index].download_count} {$locale.087}'/> 
    216216                    </td> 
    217217                {/section} 
Note: See TracChangeset for help on using the changeset viewer.