[dev] Shares edit page patch

Jason Rust jrust at rustyparts.com
Mon Jan 5 09:59:17 PST 2004


Attached is a patch that fixes a small bug where no hand appeared (in
mozilla at least) when the mouse pointer was over the close icon
(because there is no href in the url).

-Jason
-------------- next part --------------
Index: templates/shares/edit.inc
===================================================================
RCS file: /repository/horde/templates/shares/edit.inc,v
retrieving revision 1.20
diff -u -r1.20 edit.inc
--- templates/shares/edit.inc	10 Dec 2003 00:54:33 -0000	1.20
+++ templates/shares/edit.inc	5 Jan 2004 17:48:37 -0000
@@ -12,7 +12,7 @@
       <?php echo Horde::img('perms.gif', '', '', $registry->getParam('graphics', 'horde')) ?>&nbsp;<b><?php echo sprintf(_("Edit permissions for %s"), $share->getShareName()) ?></b>
      </td>
      <td align="right" class="header">
-      <a onclick="javascript:window.close();"><?php echo Horde::img('close.gif', _("Close Window"), '', $registry->getParam('graphics', 'horde')) ?></a>
+      <a onclick="javascript:window.close();" style="cursor: pointer;"><?php echo Horde::img('close.gif', _("Close Window"), '', $registry->getParam('graphics', 'horde')) ?></a>
      </td>
     </tr>
    </table>


More information about the dev mailing list