1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-03 02:38:06 +02:00

bugfix: cursor pointer not hand

This commit is contained in:
mrpete 2007-01-17 13:41:01 +00:00
parent 9c62f45e30
commit 8d3f36e695

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chatbox_menu.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-16 03:38:17 $
| $Author: mcfly_e107 $
| $Revision: 1.3 $
| $Date: 2007-01-17 13:41:01 $
| $Author: mrpete $
+----------------------------------------------------------------------------+
*/
@ -148,7 +148,7 @@ else
if($pref['cb_emote'] && $pref['smiley_activate']){
$texta .= "
<input class='button' type ='button' style='cursor:hand; cursor:pointer' size='30' value='".CHATBOX_L14."' onclick=\"expandit('emote')\" />
<input class='button' type ='button' style='cursor:pointer' size='30' value='".CHATBOX_L14."' onclick=\"expandit('emote')\" />
<div style='display:none' id='emote'>".r_emote()."
</div>\n";
}