Style of HELP link.
authorMike Taylor <mike@indexdata.com>
Mon, 4 Dec 2006 09:26:31 +0000 (09:26 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 4 Dec 2006 09:26:31 +0000 (09:26 +0000)
web/htdocs/help/link.mc

index c615fc2..18a7061 100644 (file)
@@ -1,9 +1,13 @@
-%# $Id: link.mc,v 1.1 2006-12-01 16:51:33 mike Exp $
+%# $Id: link.mc,v 1.2 2006-12-04 09:26:31 mike Exp $
 <%args>
 $help
 </%args>
       <a title="Pops up in a new window" href="#"
        onclick="window.open('/help.html?help=<% $help %>', 'help',
                'status=0,height=320,width=320')"
 <%args>
 $help
 </%args>
       <a title="Pops up in a new window" href="#"
        onclick="window.open('/help.html?help=<% $help %>', 'help',
                'status=0,height=320,width=320')"
-       >[help]</a>
+       style="font-weight: bold; text-decoration: none;
+               color: black; background: #00ff00; 
+               padding: 0.2em; margin: 0.2em;
+               border: 1px solid black"
+       >help</a>
 %# It would be nice to make a little icon to use here instead of [help]
 %# It would be nice to make a little icon to use here instead of [help]