Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
customcrm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
07afbf79
authored
2018-11-06 09:29:41 +0000
by
Gopal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commenting Disposition count
1 parent
4b30b756
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
application/resources/views/layout/module/dashboard/dialer.blade.php
application/resources/views/layout/module/dashboard/dialer.blade.php
View file @
07afbf7
...
...
@@ -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
}
...
...
@@ -453,4 +453,4 @@ function dialerLoadData(listname,currentstatus,legalstatus,page,skey,stxt)
}
//dialerLoadData('CurrentQueue','','',1,'','');
</script>
</script>
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment