User Dashboard: Add blocks with additional customizable information (voicemail count, missed calls, recent calls, system counts, domain limits, and system status).

CDR: Adjust icon status and missed call filter to be more accurate, simplify User's view of CDR, add additional call result filter.
This commit is contained in:
reliberate
2016-03-10 16:29:47 -07:00
parent 56c3bde940
commit a9237ef3fa
29 changed files with 3235 additions and 1658 deletions
+56 -3
View File
@@ -439,12 +439,65 @@ table tr:last-child td:last-child {
DIV.login_message {
border: 1px solid #bae0ba;
background-color: #eeffee;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px;
margin-bottom: 15px;
}
/* dashboard hud styles begin */
td.hud_box {
height: auto;
vertical-align: top;
padding: 15px;
background-color: #f5f7fa;
border: 1px solid #c6d4e8;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: center;
}
b.hud_title {
color: #a4aebf;
}
span.hud_voicemail_total {
cursor: pointer;
color: #004083;
font-size: 60px;
line-hight: 20px;
font-weight: bold;
}
span.hud_voicemail_total:hover {
opacity: 0.7;
}
sup.hud_voicemail_new {
font-weight: normal;
color: #03920a;
font-size: 30px;
line-hight: 10px;
}
th.hud_heading {
font-size: 11px;
font-weight: bold;
color: black;
text-align: left;
}
td.hud_text {
font-size: 11px;
color: black;
text-align: left;
}
/* dashboard hud styles end */
</style>
<script language="javascript" type="text/javascript" src="<?php echo PROJECT_PATH?>/resources/jquery/jquery-1.8.3.js"></script>

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 298 B

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 281 B

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 212 B

+58 -5
View File
@@ -1009,6 +1009,7 @@ legend {
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px;
margin-bottom: 15px;
}
/* operator panel styles begin */
@@ -1201,11 +1202,63 @@ legend {
/* operator panel styles end */
SPAN.playback_progress_bar {
background-color: #c43e42;
height: 1px;
display: inline-block;
}
SPAN.playback_progress_bar {
background-color: #c43e42;
height: 1px;
display: inline-block;
}
/* dashboard hud styles begin */
td.hud_box {
height: auto;
vertical-align: top;
padding: 15px;
background-color: #f5f7fa;
border: 1px solid #c6d4e8;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: center;
}
b.hud_title {
color: #a4aebf;
}
span.hud_voicemail_total {
cursor: pointer;
color: #004083;
font-size: 60px;
line-hight: 20px;
font-weight: bold;
}
span.hud_voicemail_total:hover {
opacity: 0.7;
}
sup.hud_voicemail_new {
font-weight: normal;
color: #03920a;
font-size: 30px;
line-hight: 10px;
}
th.hud_heading {
font-size: 11px;
font-weight: bold;
color: black;
text-align: left;
}
td.hud_text {
font-size: 11px;
color: black;
text-align: left;
}
/* dashboard hud styles end */
</style>

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

+64 -5
View File
@@ -1012,6 +1012,7 @@ legend {
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px;
margin-bottom: 15px;
}
/* operator panel styles begin */
@@ -1204,11 +1205,69 @@ legend {
/* operator panel styles end */
SPAN.playback_progress_bar {
background-color: #c43e42;
height: 1px;
display: inline-block;
}
SPAN.playback_progress_bar {
background-color: #c43e42;
height: 1px;
display: inline-block;
}
/* dashboard hud styles begin */
td.hud_box {
height: auto;
vertical-align: top;
padding: 15px;
border: 1px solid #c6d4e8;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: center;
background-color: #f5f7fa;
background-image: -ms-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
background-image: -moz-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
background-image: -o-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
background-image: -webkit-gradient(linear, left, right, color-stop(0, #edf1f7), color-stop(0.30, #f9fbfe), color-stop(0.70, #f9fbfe), color-stop(1, #edf1f7));
background-image: -webkit-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
background-image: linear-gradient(to right, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
}
b.hud_title {
color: #a4aebf;
}
span.hud_voicemail_total {
cursor: pointer;
color: #004083;
font-size: 60px;
line-hight: 20px;
font-weight: bold;
}
span.hud_voicemail_total:hover {
opacity: 0.7;
}
sup.hud_voicemail_new {
font-weight: normal;
color: #03920a;
font-size: 30px;
line-hight: 10px;
}
th.hud_heading {
font-size: 11px;
font-weight: bold;
color: black;
text-align: left;
}
td.hud_text {
font-size: 11px;
color: black;
text-align: left;
}
/* dashboard hud styles end */
</style>