Friday, October 25, 2013

Oct 28-Nov 2, 2013: Peer Review (8) From Under review to wating for approval




Combe back for dealing with how to approve module for committee chair and admin.
How to push to approval status and comments,
1) System admin: under review,add button "Submit button for approval"
after  some limit, the committee chair or admin move under review to  "waiting for approval"
 C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_cesei0_mobile\_templates\pr_admin_modules.tmpl.php
line 112 remove:
 <td><a href="pr_read_review.php?review_id=<?php echo($review['review_id']); ?>&ss=waiting">Read Review</a>
                     <?php
                        if($review['is_complete'] == 1){
                           echo('*');
                        }else{
                            if($review['date_complete'] == 0){
                             echo('<span class="error">***</span>');
                           }else{
                             echo('<span class="error">**</span>');
                           }
                        }
                     ?>
                     </td>.


line 169 change
       if($complete_count >0){ ?>
to
       if($complete_count >-100){ ?>
remove email notification when module is move to "waiting for approval"
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_cesei0_mobile\_lib\peer_review_calls\move_to_approval.php
line 28 change
        submit_module_for_approval($module_id,$revision_cycle,true);
to
        submit_module_for_approval($module_id,$revision_cycle,false);
line 38, change
        header('Location: /admin/edu/pr_manage.php?ss='.$_POST['ss']);
to
           header('Location: /admin/edu/pr_manage.php?ss=waiting');

No comments:

Post a Comment