Commenting Disposition count
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment