Ticket #26711

PATCH add mouse cursor to default zoom button (hidden function)

Open Date: 2011-11-09 21:58 Last Update: 2012-03-15 08:22

Reporter:
(Anonymous)
Owner:
(None)
Type:
Status:
Closed
Component:
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

Index: gantt.html
===================================================================
--- gantt.html	(revision 808)
+++ gantt.html	(working copy)
@@ -263,7 +263,7 @@
             <input py:when="zoom &gt; 1" type="image" ACCESSKEY="I" onclick="form.zoom.value = ${zoom-1};" src="${href.chrome('tc/img/zoom_in.png')}" alt="${_('Zoom In')}"/>
             <input py:otherwise="" type="image" disabled="disabled" src="${href.chrome('tc/img/zoom_in_g.png')}"/>
           </py:choose>
-            <label ACCESSKEY="N" onclick="form.zoom.value = ${normal}; form.submit();">${zoom}</label>
+            <label style="cursor: pointer;" ACCESSKEY="N" onclick="form.zoom.value = ${normal}; form.submit();">${zoom}</label>
           <py:choose>
             <input py:when="zoom &lt; 6" type="image" ACCESSKEY="K" onclick="form.zoom.value = ${zoom+1};" src="${href.chrome('tc/img/zoom_out.png')}" alt="${_('Zoom Out')}"/>
             <input py:otherwise="" type="image" disabled="disabled" src="${href.chrome('tc/img/zoom_out_g.png')}"/>


Ticket History (2/2 Histories)

2011-11-09 21:58 Updated by: None
  • New Ticket "PATCH add mouse cursor to default zoom button (hidden function)" created
2012-03-15 08:22 Updated by: okamototk
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2012-03-15 08:22
Comment

Applied by jun66j5.

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login