Indefero

Indefero Commit Details


Date:2011-12-23 20:09:46 (13 years 4 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:17c6ba97d67ed5ad2a55906e84104251c99a7160
Parents: 65aa830c87bd2e450d93d6f23694f4c76ba2407d
Message:Render the project activity value in the activity bar's title tag.

Changes:

File differences

src/IDF/templates/idf/listProjects.html
2323
2424
2525
26
26
27
2728
2829
2930
        </div>
        {/if}
        {if $p.current_activity_value}
        <div class="activity" title="{trans 'Project activity'}"><div class="bar" style="width: {$p.current_activity_value * 100}%"></div></div>
        {assign $activity = $p.current_activity_value * 100}
        <div class="activity" title="{blocktrans}Project activity: {$activity}%{/blocktrans}"><div class="bar" style="width: {$activity}%"></div></div>
        {/if}
    </div>
    <p>

Archive Download the corresponding diff file

Page rendered in 0.15533s using 13 queries.