chat update

This commit is contained in:
Hazirah Nabilah
2017-10-02 14:59:20 +08:00
parent 9275e19950
commit e7d6d83363
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -442,7 +442,7 @@
<div class="actions">
<a class="btn btn-circle btn-default" style="margin-left: 15px;" data-toggle="modal" href="#chat">
<i class="fa fa-plus"></i> Add Group </a>
<a href="javascript:window.open('trackorder2.html', 'Track Order', 'width=1000,height=600');" class="btn btn-circle btn-default tooltips" data-placement="bottom" data-original-title="Track Order">
<a href="javascript:window.open('trackorder.html', 'Track Order', 'width=1000,height=600');" class="btn btn-circle btn-default tooltips" data-placement="bottom" data-original-title="Track Order">
<i class="fa fa-map-marker" aria-hidden="true"></i> Track Order
</a>
<a class="btn btn-circle btn-icon-only btn-default fullscreen" href="javascript:;" data-original-title="" title=""> </a>
+1 -1
View File
@@ -386,7 +386,7 @@
<div class="actions">
<a class="btn btn-circle btn-default" style="margin-left: 15px;" data-toggle="modal" href="#chat">
<i class="fa fa-plus"></i> Add Group </a>
<a href="javascript:window.open('trackorder2.html', 'Track Order', 'width=1000,height=600');" class="btn btn-circle btn-default tooltips" data-placement="bottom" data-original-title="Track Order">
<a href="javascript:window.open('trackorder.html', 'Track Order', 'width=1000,height=600');" class="btn btn-circle btn-default tooltips" data-placement="bottom" data-original-title="Track Order">
<i class="fa fa-map-marker" aria-hidden="true"></i> Track Order
</a>
<a class="btn btn-circle btn-icon-only btn-default fullscreen" href="javascript:;" data-original-title="" title=""> </a>
+2 -2
View File
@@ -455,7 +455,7 @@ License: You must have a valid license purchased only from themeforest(the above
<th>CMB</th>
<th>Weight</th>
<th>Photo</th>
<th>Remark</th>
<th contenteditable="true">Remark</th>
</thead>
<tbody>
@@ -1324,7 +1324,7 @@ License: You must have a valid license purchased only from themeforest(the above
function addNewColumn() {
$('#table1 thead').find('tr').each(function() {
$(this).find('th').eq(7).after('<th>Remark</th>');
$(this).find('th').eq(7).after('<th contenteditable="true">Remark</th>');
});
$('#table1 tbody').find('tr').each(function() {
$(this).find('td').eq(7).after('<td><textarea style="width: 34px;"></textarea></td>');