1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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_admin/download.php,v $
| $Revision: 1.8 $
| $Date: 2007-12-22 14:03:23 $
| $Revision: 1.9 $
| $Date: 2008-03-09 20:33:03 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -1405,7 +1405,7 @@ class download {
<input class='tbox' type='text' id='download_category_icon' name='download_category_icon' size='60' value='$download_category_icon' maxlength='100' />
<br />
<input class='button' type ='button' style='cursor:hand' size='30' value='".DOWLAN_42."' onclick='expandit(this)' />
<input class='button' type ='button' style='cursor:pointer' size='30' value='".DOWLAN_42."' onclick='expandit(this)' />
<div id='cat_icn' style='display:none;{head}' >";
while (list($key, $icon) = each($iconlist)) {
@ -1424,7 +1424,7 @@ class download {
<input class='tbox' type='text' id='download_category_icon_empty' name='download_category_icon_empty' size='60' value='$download_category_icon_empty' maxlength='100' />
<br />
<input class='button' type ='button' style='cursor:hand' size='30' value='".DOWLAN_42."' onclick='expandit(this)' />
<input class='button' type ='button' style='cursor:pointer' size='30' value='".DOWLAN_42."' onclick='expandit(this)' />
<div id='cat_icn_empty' style='display:none;{head}' >";
while (list($key, $icon) = each($iconlist)) {
@ -1577,7 +1577,7 @@ class download {
<input class='tbox' type='text' id='mirror_image' name='mirror_image' size='60' value='$mirror_image' maxlength='200' />
<br /><input class='button' type ='button' style='cursor:hand' size='30' value='".DOWLAN_42."' onclick='expandit(this)' />
<br /><input class='button' type ='button' style='cursor:pointer' size='30' value='".DOWLAN_42."' onclick='expandit(this)' />
<div id='imagefile' style='display:none;{head}'>";
$text .= DOWLAN_140."<br /><br />";

View File

@ -12,9 +12,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
| $Revision: 1.13 $
| $Date: 2008-01-16 10:46:59 $
| $Author: e107coders $
| $Revision: 1.14 $
| $Date: 2008-03-09 20:33:03 $
| $Author: e107steved $
+---------------------------------------------------------------+
*/
@ -297,10 +297,10 @@ if (!function_exists('show_admin_menu')) {
$BUTTONS_START = "<div style='text-align:center; width:100%'><table class='fborder' style='width:98%;'>\n";
}
if (!isset($BUTTON)) {
$BUTTON = "<tr><td class='button'><div style='width:100%; text-align:center'><a style='cursor:hand; cursor:pointer; text-decoration:none;' {ONCLICK} >{LINK_TEXT}</a></div></td></tr>\n";
$BUTTON = "<tr><td class='button'><div style='width:100%; text-align:center'><a style='cursor:pointer; text-decoration:none;' {ONCLICK} >{LINK_TEXT}</a></div></td></tr>\n";
}
if (!isset($BUTTON_OVER)) {
$BUTTON_OVER = "<tr><td class='button'><div style='width:100%; text-align:center'><a style='cursor:hand; cursor:pointer; text-decoration:none;' {ONCLICK} ><b>&laquo;&nbsp;{LINK_TEXT}&nbsp;&raquo;</b></a></div></td></tr>\n";
$BUTTON_OVER = "<tr><td class='button'><div style='width:100%; text-align:center'><a style='cursor:pointer; text-decoration:none;' {ONCLICK} ><b>&laquo;&nbsp;{LINK_TEXT}&nbsp;&raquo;</b></a></div></td></tr>\n";
}
if (!isset($BUTTONS_END)) {
$BUTTONS_END = "</table></div>\n";
@ -313,7 +313,7 @@ if (!function_exists('show_admin_menu')) {
}
if (!isset($SUB_BUTTONS_START)) {
$SUB_BUTTONS_START = "<div style='text-align:center; width:100%'><table class='fborder' style='width:98%;'>
<tr><td class='button'><a style='text-align:center; cursor:hand; cursor:pointer; text-decoration:none;'
<tr><td class='button'><a style='text-align:center; cursor:pointer; text-decoration:none;'
onclick=\"expandit('{SUB_HEAD_ID}');\" >{SUB_HEAD}</a></td></tr>
<tr id='{SUB_HEAD_ID}' style='display: none' ><td class='forumheader3' style='text-align:left;'>";
}

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
| $Revision: 1.8 $
| $Date: 2007-10-13 19:08:37 $
| $Revision: 1.9 $
| $Date: 2008-03-09 20:33:04 $
| $Author: e107steved $
|
| links.php?debug shows stored data for each link after name (before constant conversion)
@ -488,7 +488,7 @@ class links
<td style='width:70%' class='forumheader3'>
<input class='tbox' type='text' id='link_button' name='link_button' size='42' value='$link_button' maxlength='100' />
<input class='button' type ='button' style='cursor:hand' size='30' value='".LCLAN_39."' onclick='expandit(this)' />
<input class='button' type ='button' style='cursor:pointer' size='30' value='".LCLAN_39."' onclick='expandit(this)' />
<div id='linkicn' style='display:none;{head}'>";
foreach($iconlist as $icon)

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> ";