Author: eallen
Date: 2008-12-04 15:17:36 -0500 (Thu, 04 Dec 2008)
New Revision: 2927
Modified:
mgmt/trunk/cumin/python/cumin/pool.strings
Log:
Removing the >> from the Show All Slots button.
Modified: mgmt/trunk/cumin/python/cumin/pool.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/pool.strings 2008-12-04 19:53:12 UTC (rev 2926)
+++ mgmt/trunk/cumin/python/cumin/pool.strings 2008-12-04 20:17:36 UTC (rev 2927)
@@ -77,9 +77,9 @@
</script>
[ShowAllSlots.html]
- <ul class="actions {class}" style="margin: 1em;">
- <li><a class="nav" href="{href}">Show All
Slots</a></li>
- </ul>
+ <div style="margin:1em;">
+ <a href="{href}"><button class="{class}"
type="button" tabindex="100" >Show All
Slots</button></a>
+ </div>
[MachineVisualization.javascript]
function got_machine_grid(obj, id) {
Show replies by date