diff options
Diffstat (limited to 'templates/admin_notifications.tpl')
| -rwxr-xr-x | templates/admin_notifications.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_notifications.tpl b/templates/admin_notifications.tpl index 7af674c..bc13f03 100755 --- a/templates/admin_notifications.tpl +++ b/templates/admin_notifications.tpl @@ -55,7 +55,7 @@ <td>{$channels[user].event}</td> <td>{$channels[user].object}</td> <td>{$channels[user].email}</td> - <td class="actionicon">{smartlink ititle="remove" biticon="edit-delete" offset=$offset removeevent=$channels[user].event object=$channels[user].object email=$channels[user].email}</td> + <td class="actionicon">{smartlink ititle="remove" biticon="user-trash" offset=$offset removeevent=$channels[user].event object=$channels[user].object email=$channels[user].email}</td> </tr> {sectionelse} <tr class="norecords"><td colspan="4">{tr}No records found{/tr}</td></tr> |
