Author: eallen
Date: 2008-10-31 10:18:57 -0400 (Fri, 31 Oct 2008)
New Revision: 2713
Modified:
mgmt/trunk/cumin/python/cumin/stat.strings
Log:
Modifying grid widget legend HTML to accommodate IE
Modified: mgmt/trunk/cumin/python/cumin/stat.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/stat.strings 2008-10-31 14:16:57 UTC (rev 2712)
+++ mgmt/trunk/cumin/python/cumin/stat.strings 2008-10-31 14:18:57 UTC (rev 2713)
@@ -329,14 +329,14 @@
[StatUtilizationGrid.legend_html]
<div class="legend">
- <button class="btn {legend_color}" style="background-image: none;
width:1em; height:1em;"/> {legend_text}
+ <button class="btn {legend_color}" style="background-image: none;
width:1em; height:1em;" ></button> {legend_text}
</div>
[StatUtilizationGrid.cell_html]
<div class="grid_cell" style="width:{cell_width}%;
height:{cell_width}%;"
onmouseover="document.getElementById('note_{cell_id}').style.display='block';"
onmouseout="document.getElementById('note_{cell_id}').style.display='none';">
- <a href="#"><button id="button_{cell_id}" class="btn
{color}" >{contents}</button></a>
+ <a href="{href}"><button id="button_{cell_id}"
class="btn {color}" >{contents}</button></a>
<div id="note_{cell_id}" class="sticky_note position">
<div class="sticky_names">
{sticky_names}
Show replies by date