Changeset 1185

Show
Ignore:
Timestamp:
07/02/07 16:06:17 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* Some tweaks to the comments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/generic_comments/generic_comments.js

    r1133 r1185  
    6161                        { 
    6262                                document.getElementById('ajaxmessages_' + objectid).innerHTML = '<a href="">' + message.textContent + '</a>';  
     63                                document.getElementById('ajaxmessages_post_' + objectid).innerHTML = '&nbsp;'; 
    6364                        } 
    6465                        else 
  • devel/mod/generic_comments/lib.php

    r1184 r1185  
    420420                                </form> 
    421421                                <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
    423423                        </div> 
    424424END;