mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
New feature: Allow operators to search the sample (visible fields only) and assign cases to themselves
This commit is contained in:
@@ -338,6 +338,15 @@ $availability = is_using_availability($case_id);
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (TAB_SEARCHSAMPLE) { ?>
|
||||
<div class="tabbertab <?php if ((DEFAULT_TAB == 'sample' && !$appointment) || (DEFAULT_TAB_APPOINTMENT == 'sample' && $appointment))
|
||||
print "tabbertabdefault"; ?>">
|
||||
<h2><?php echo T_("Search sample"); ?></h2>
|
||||
<div id="div-sample" class="tabberdiv"><?php xhtml_object("searchsample.php","main-sample","col-sm-12");?></div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user