CHANGE_DOCUMENT_PREVIEW_APPROVE_CANCEL_NOT_SHARED_DATA_VIEW_RESTRICT : AADHAVAN
This commit is contained in:
parent
b463bb22d8
commit
f94330d565
@ -70,9 +70,9 @@
|
||||
<a data-id="<?php echo $docData->doc_id; ?>" data-isactive="<?php echo $docData->is_active; ?>" title="Share" onclick="statusChange(this)" class="btn btn-info waves-effect waves-light"> Share </a>
|
||||
<?php } } ?>
|
||||
|
||||
<?php if($docData->is_active == 1 && $docData->is_approved == 1){ ?>
|
||||
|
||||
|
||||
<?php if($docData->is_approved != 1){ ?>
|
||||
<?php } else if($docData->is_active == 1){ ?>
|
||||
<a href="#" class="btn btn-danger waves-effect waves-light" data-toggle="modal" data-target="#reject-modal"> Reject </a>
|
||||
<a href="#" data-toggle="modal" data-target="#approve-modal" class="btn btn-primary waves-effect waves-light"> Approve </a>
|
||||
<?php } ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user