Changeset 1185
- Timestamp:
- 07/02/07 16:06:17 (1 year ago)
- Files:
-
- devel/mod/generic_comments/generic_comments.js (modified) (1 diff)
- devel/mod/generic_comments/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/generic_comments/generic_comments.js
r1133 r1185 61 61 { 62 62 document.getElementById('ajaxmessages_' + objectid).innerHTML = '<a href="">' + message.textContent + '</a>'; 63 document.getElementById('ajaxmessages_post_' + objectid).innerHTML = ' '; 63 64 } 64 65 else devel/mod/generic_comments/lib.php
r1184 r1185 420 420 </form> 421 421 <div id="ajaxmessages_$object_id"></div> 422 < input type="button" style="cursor:hand; cursor:pointer" onclick="sendcomment('{$CFG->wwwroot}mod/generic_comments/action_redirection.php','comment_$object_id', $object_id)" value="$postcomment" />422 <div id="ajaxmessages_post_$object_id"><input type="button" style="cursor:hand; cursor:pointer" onclick="sendcomment('{$CFG->wwwroot}mod/generic_comments/action_redirection.php','comment_$object_id', $object_id)" value="$postcomment" /></div> 423 423 </div> 424 424 END;
