Voicemail: Add bulk delete ability for Messages, instant saved indication when playing/downloading, and table row click to play.

Dashboard: Minor code cleanup.
This commit is contained in:
reliberate
2016-03-19 13:54:24 -06:00
parent 907f6cae9c
commit aa44e02b32
5 changed files with 111 additions and 61 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ else {
if (permission_exists('voicemail_add') || permission_exists('voicemail_edit')) {
echo "<a href='voicemail_edit.php' alt='".$text['button-add']."'>".$v_link_label_add."</a>";
}
if (permission_exists('voicemail_delete') && $num_rows > 0) {
if (permission_exists('voicemail_delete')) {
echo "<a href='javascript:void(0);' onclick=\"if (confirm('".$text['confirm-delete']."')) { document.forms.frm.submit(); }\" alt='".$text['button-delete']."'>".$v_link_label_delete."</a>";
}
echo "</td>\n";