Changeset 359
- Timestamp:
- 06/30/08 11:29:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/dashboardreportsplugin/dashboardreports/templates/ticketstatusquery.html
r356 r359 26 26 <div class="dueDate"></div> 27 27 <li class="legendClosed">Closed:</li> 28 <li><a href="${value.closed_href}">${ round(value.percentClosed)}%</a></li>28 <li><a href="${value.closed_href}">${int(round(value.percentClosed))}%</a></li> 29 29 <li class="legendOpen">Open:</li> 30 <li><a href="${value.active_href}">${ round(value.percentActive)}%</a></li>30 <li><a href="${value.active_href}">${int(round(value.percentActive))}%</a></li> 31 31 </py:if> 32 32
Note: See TracChangeset
for help on using the changeset viewer.
