mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 12:24:06 +00:00
69 lines
2.0 KiB
PHP
Executable File
69 lines
2.0 KiB
PHP
Executable File
<style>
|
|
.chats li{
|
|
margin-top: 0px;
|
|
margin-bottom: 10px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
li.date {
|
|
margin-top: 15px !important;
|
|
}
|
|
li.unread {
|
|
margin-top: 15px !important;
|
|
}
|
|
</style>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="col-md-3 col-sm-12" style="margin-bottom:10px">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="portlet light portlet-fit full-height-content full-height-content-scrollable bordered">
|
|
<div class="portlet-title">
|
|
<div class="caption">
|
|
<span class="caption-subject bold font-purple-plum uppercase"> Order List </span>
|
|
</div>
|
|
</div>
|
|
<div class="portlet-body">
|
|
<div class="full-height-content-body">
|
|
<div id="tree_1" class="tree-demo">
|
|
<ul id='tree_lists'>
|
|
<?php echo getHelpList($room_id); ?>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-9 col-sm-12">
|
|
<div class="portlet light portlet-fit full-height-content full-height-content-scrollable bordered">
|
|
<div class="portlet-title">
|
|
<div class="caption">
|
|
<i class=" icon-layers font-dark"></i>
|
|
<span class="caption-subject font-dark bold uppercase">Help</span>
|
|
</div>
|
|
</div>
|
|
<div class="portlet-body" id="chats">
|
|
<div class="full-height-content-body scroller" style="position: relative">
|
|
<ul class="chats" id="general_content" style="margin-bottom:50px"></ul>
|
|
</div>
|
|
<div style="position: absolute; bottom: 0; width:calc(100% - 70px)" class="chat-form">
|
|
<div id="kasi-kosong"></div>
|
|
<div class="input-cont">
|
|
<input class="form-control" type="text" placeholder="Type a message here..." />
|
|
</div>
|
|
<div class="btn-cont">
|
|
<span class="arrow"> </span>
|
|
<a href="" class="btn blue icn-only">
|
|
<i class="fa fa-check icon-white"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|