1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Remove/change out of date cursor:hand

This commit is contained in:
e107steved
2008-03-09 20:33:18 +00:00
parent 13087c5ac6
commit 447257a9c4
5 changed files with 21 additions and 21 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/admin_config.php,v $
| $Revision: 1.5 $
| $Date: 2007-12-29 20:34:24 $
| $Revision: 1.6 $
| $Date: 2008-03-09 20:33:17 $
| $Author: e107steved $
|
+----------------------------------------------------------------------------+
@@ -438,7 +438,7 @@ if(isset($ec_qs[0]) && $ec_qs[0] == "cat")
<tr>
<td class='forumheader3' style='width:20%'>".EC_LAN_55."</td><td class='forumheader3' >
<input class='tbox' style='width:150px' id='caticon' type='text' name='ne_new_category_icon' value='".$event_cat_icon."' />
<input class='button' type='button' style='width: 45px; cursor:hand;' value='".EC_LAN_90."' onclick='expandit(\"cat_icons\")' />
<input class='button' type='button' style='width: 45px; cursor:pointer;' value='".EC_LAN_90."' onclick='expandit(\"cat_icons\")' />
<div style='display:none' id='cat_icons'>";
$fi = new e_file;
$imagelist = $fi->get_files(e_PLUGIN."calendar_menu/images", "\.\w{3}$");

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/admin_list_config.php,v $
| $Revision: 1.2 $
| $Date: 2007-03-23 20:26:36 $
| $Author: lisa_ $
| $Revision: 1.3 $
| $Date: 2008-03-09 20:33:18 $
| $Author: e107steved $
+---------------------------------------------------------------+
*/
@@ -198,7 +198,7 @@ function parse_global_options($type){
<td class='forumheader3' style='width:10%; white-space:nowrap; vertical-align:top;'>".$titles[$i]."</td>
<td class='forumheader3'>
".$rs -> form_text($sections[$i]."_".$type."_icon", 15, $list_pref[$sections[$i]."_".$type."_icon"], 100)."
<input class='button' type='button' style='cursor:hand' size='30' value='".LIST_ADMIN_12."' onClick=\"expandit('div_".$sections[$i]."_".$type."_icon')\" />
<input class='button' type='button' style='cursor:pointer' size='30' value='".LIST_ADMIN_12."' onClick=\"expandit('div_".$sections[$i]."_".$type."_icon')\" />
<div id='div_".$sections[$i]."_".$type."_icon' style='display:none;'>";
foreach($iconlist as $icon){
$TOPIC_FIELD .= "<a href=\"javascript:insertext('".$icon['fname']."','".$sections[$i]."_".$type."_icon','div_".$sections[$i]."_".$type."_icon')\"><img src='".$icon['path'].$icon['fname']."' style='border:0' alt='' /></a> ";