mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
bugfix: cursor pointer not hand
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chatbox_menu.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/chatbox_menu.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2006-12-16 03:38:17 $
|
| $Date: 2007-01-17 13:41:01 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: mrpete $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ else
|
|||||||
|
|
||||||
if($pref['cb_emote'] && $pref['smiley_activate']){
|
if($pref['cb_emote'] && $pref['smiley_activate']){
|
||||||
$texta .= "
|
$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 style='display:none' id='emote'>".r_emote()."
|
||||||
</div>\n";
|
</div>\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user