07afbf79 by Gopal

Commenting Disposition count

1 parent 4b30b756
......@@ -340,12 +340,12 @@ use App\Models\CRMCall;
if($disp['dialer_status'])
{
?>
<li class="notify_alert bucketliitem {!!$class!!}">
<!-- <li class="notify_alert bucketliitem {!!$class!!}">
<span><a href=# onclick="dialerLoadData('{!!$disp['dialer_status']!!}','{!!$disp['currentstatus']!!}','{!!$disp['legalstatus']!!}',1,'','');return false;">{!!$disp['dialer_status']!!}</a></span>
<span class="label label-small label-success pull-right" >
{!!$disp['cnt']!!}
</span>
</li>
</li> -->
<?php }
}
......@@ -367,12 +367,12 @@ use App\Models\CRMCall;
if($disp['old_dialer_status'])
{
?>
<li class="notify_alert bucketliitem {!!$class!!}">
<!-- <li class="notify_alert bucketliitem {!!$class!!}">
<span><a href=# onclick="dialerLoadData('{!!$disp['old_dialer_status']!!}','{!!$disp['currentstatus']!!}','{!!$disp['legalstatus']!!}',1,'','');return false;">{!!$disp['old_dialer_status']!!}</a></span>
<span class="label label-small label-success pull-right" >
{!!$disp['cnt']!!}
</span>
</li>
</li> -->
<?php
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!