Explorar el Código

[svn r17335] change cursor pointer on print icon

Juan Carlos Raña hace 16 años
padre
commit
5ee4337b46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>';