2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

New feature: Allow operators to see upcoming appointments and assign to themselves if necessary

This commit is contained in:
Adam Zammit
2016-07-08 16:20:50 +10:00
parent 1134ee3609
commit b9d37f651e
4 changed files with 136 additions and 0 deletions

View File

@@ -292,6 +292,15 @@ xhtml_object($data,"main-content");
</div>
<?php }?>
<?php if (TAB_MYAPPOINTMENTLIST) { ?>
<div class="tabbertab <?php if ((DEFAULT_TAB == 'myappointmentlist' && !$appointment) || (DEFAULT_TAB_APPOINTMENT == 'myappointmentlist' && $appointment))
print "tabbertabdefault"; ?>">
<h2><?php echo T_("My appointments"); ?></h2>
<div id="div-myappointmentlist" class="tabberdiv"><?php xhtml_object("myappointments.php","main-myappointmentlist");?></div>
</div>
<?php }?>
<?php if (TAB_PROJECTINFO) { ?>
<div class="tabbertab <?php if ((DEFAULT_TAB == 'projectinfo' && !$appointment) || (DEFAULT_TAB_APPOINTMENT == 'projectinfo' && $appointment))
print "tabbertabdefault"; ?>">