Indefero

Indefero Commit Details


Date:2011-06-15 04:30:11 (13 years 10 months ago)
Author:William MARTIN
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:b03d7a04a03ae1c1f19c617c7ebecb573b5152d7
Parents: ef5b93e3f77fc280ff820a632d3a2c1d8084444b
Message:improve rendering of 0% bar

Changes:

File differences

src/IDF/templates/idf/issues/summary.html
2020
2121
2222
23
23
2424
2525
2626
......
4949
5050
5151
52
52
5353
5454
5555
......
7676
7777
7878
79
79
8080
8181
8282
        <td class="graph">
            <table class='graph'>
            <tbody><tr>
            <td style="width:{$value[1] * 0.8}%" class="graph-color" valign="center">
            <td style="width:{$value[1] * 0.8 + 1}%" class="graph-color" valign="center">
            <div class="colour-bar"></div>
            </td>
            <td>&nbsp;&nbsp;&nbsp;{$value[1]}%</td>
        <td class="graph">
            <table class='graph'>
            <tbody><tr>
            <td style="width:{$value[1] * 0.8}%" class="graph-color" valign="center">
            <td style="width:{$value[1] * 0.8 + 1}%" class="graph-color" valign="center">
            <div class="colour-bar"></div>
            </td>
            <td>&nbsp;&nbsp;&nbsp;{$value[1]}%</td>
        <td class="graph">
            <table class='graph'>
            <tbody><tr>
            <td style="width:{$value[1] * 0.8}%" class="graph-color" valign="center">
            <td style="width:{$value[1] * 0.8 + 1}%" class="graph-color" valign="center">
            <div class="colour-bar"></div>
            </td>
            <td>&nbsp;&nbsp;&nbsp;{$value[1]}%</td>

Archive Download the corresponding diff file

Page rendered in 0.23013s using 13 queries.