"document.execCommand('insertHtml', false, '");\r
String script_end = new String("');");\r
String todo = new String(\r
- "<input TYPE=\"CHECKBOX\" value=\"false\" onClick=\"value=checked; window.jambi.contentChanged(); \" />");\r
+ "<input TYPE=\"CHECKBOX\" value=\"false\" " +\r
+ "onMouseOver=\"style.cursor=\\'hand\\'\" " +\r
+ "onClick=\"value=checked; window.jambi.contentChanged(); \" />");\r
browser.page().mainFrame().evaluateJavaScript(\r
script_start + todo + script_end);\r
browser.setFocus();\r
todo.setAttribute("unchecked","");\r
todo.setAttribute("value", checked);\r
todo.setAttribute("onClick", "value=checked;window.jambi.contentChanged(); ");\r
+ todo.setAttribute("onMouseOver", "style.cursor='hand'");\r
todo.setTagName("input");\r
logger.log(logger.HIGH, "Leaving NeverNote.modifyTodoTags");\r
}\r