Changeset 1172

Show
Ignore:
Timestamp:
06/26/07 11:02:28 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* ISSUE 48: Generic comments box now after comments list.

Files:

Legend:

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

    r1171 r1172  
    399399                        <span style="cursor:hand; cursor:pointer" onclick="showhide('oid_$object_id')">$comment_count $comment_form_text</span> 
    400400                        <div id="oid_$object_id" style="display:none"> 
     401                                $commentsbody 
    401402                                <form id="comment_$object_id"> 
    402403                                        $field  
     
    411412                                <div id="ajaxmessages_$object_id"></div> 
    412413                                <span style="cursor:hand; cursor:pointer" onclick="sendcomment('{$CFG->wwwroot}mod/generic_comments/action_redirection.php','comment_$object_id', $object_id)">$postcomment</span> 
    413  
    414                                 $commentsbody 
    415414                        </div> 
    416415END;