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

Make tab appear when chat message is sent from supervisor

This commit is contained in:
Adam Zammit
2013-07-17 09:56:49 +10:00
parent 0554fd4b25
commit 5c1dfd0444
3 changed files with 18 additions and 3 deletions

View File

@@ -274,7 +274,7 @@ xhtml_object($data,"main-content");
<?php if ($chat) { ?>
<div class="tabbertab <?php if ((DEFAULT_TAB == 'chat' && !$appointment) || (DEFAULT_TAB_APPOINTMENT == 'chat' && $appointment))
print "tabbertabdefault"; ?>">
print "tabbertabdefault"; ?>" id="tab-chat">
<h2><?php echo T_("Supervisor chat"); ?></h2>
<div id="div-supervisorchat" class="tabberdiv"><?php xhtml_object("supervisorchat.php","main-supervisorchat");?></div>
</div>