Browse Source

[svn r17335] change cursor pointer on print icon

Juan Carlos Raña 16 years ago
parent
commit
5ee4337b46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/wiki/index.php

+ 1 - 1
main/wiki/index.php

@@ -2591,7 +2591,7 @@ function display_wiki_entry()
         }
         </script>
 		<?php				
-		echo '<span style="float:right;">';
+		echo '<span style="float:right; cursor:pointer;">';
 		echo '<img src="../img/wiki/wprint.gif" title="'.get_lang('Print').'" alt="'.get_lang('Print').'" onclick="goprint()">';
 		echo '</span>';