07afbf79 by Gopal

Commenting Disposition count

1 parent 4b30b756
...@@ -340,12 +340,12 @@ use App\Models\CRMCall; ...@@ -340,12 +340,12 @@ use App\Models\CRMCall;
340 if($disp['dialer_status']) 340 if($disp['dialer_status'])
341 { 341 {
342 ?> 342 ?>
343 <li class="notify_alert bucketliitem {!!$class!!}"> 343 <!-- <li class="notify_alert bucketliitem {!!$class!!}">
344 <span><a href=# onclick="dialerLoadData('{!!$disp['dialer_status']!!}','{!!$disp['currentstatus']!!}','{!!$disp['legalstatus']!!}',1,'','');return false;">{!!$disp['dialer_status']!!}</a></span> 344 <span><a href=# onclick="dialerLoadData('{!!$disp['dialer_status']!!}','{!!$disp['currentstatus']!!}','{!!$disp['legalstatus']!!}',1,'','');return false;">{!!$disp['dialer_status']!!}</a></span>
345 <span class="label label-small label-success pull-right" > 345 <span class="label label-small label-success pull-right" >
346 {!!$disp['cnt']!!} 346 {!!$disp['cnt']!!}
347 </span> 347 </span>
348 </li> 348 </li> -->
349 <?php } 349 <?php }
350 350
351 } 351 }
...@@ -367,12 +367,12 @@ use App\Models\CRMCall; ...@@ -367,12 +367,12 @@ use App\Models\CRMCall;
367 if($disp['old_dialer_status']) 367 if($disp['old_dialer_status'])
368 { 368 {
369 ?> 369 ?>
370 <li class="notify_alert bucketliitem {!!$class!!}"> 370 <!-- <li class="notify_alert bucketliitem {!!$class!!}">
371 <span><a href=# onclick="dialerLoadData('{!!$disp['old_dialer_status']!!}','{!!$disp['currentstatus']!!}','{!!$disp['legalstatus']!!}',1,'','');return false;">{!!$disp['old_dialer_status']!!}</a></span> 371 <span><a href=# onclick="dialerLoadData('{!!$disp['old_dialer_status']!!}','{!!$disp['currentstatus']!!}','{!!$disp['legalstatus']!!}',1,'','');return false;">{!!$disp['old_dialer_status']!!}</a></span>
372 <span class="label label-small label-success pull-right" > 372 <span class="label label-small label-success pull-right" >
373 {!!$disp['cnt']!!} 373 {!!$disp['cnt']!!}
374 </span> 374 </span>
375 </li> 375 </li> -->
376 376
377 <?php 377 <?php
378 } 378 }
...@@ -453,4 +453,4 @@ function dialerLoadData(listname,currentstatus,legalstatus,page,skey,stxt) ...@@ -453,4 +453,4 @@ function dialerLoadData(listname,currentstatus,legalstatus,page,skey,stxt)
453 } 453 }
454 //dialerLoadData('CurrentQueue','','',1,'',''); 454 //dialerLoadData('CurrentQueue','','',1,'','');
455 455
456 </script> 456 </script>
...\ No newline at end of file ...\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!