Skip to content
Snippets Groups Projects
Commit bdd6789d authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #2695 from antriver/feature/assigned-icons


Add missing icons in Assigned To column

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 5b86c75f 4fcda02a
No related branches found
No related tags found
No related merge requests found
...@@ -344,7 +344,7 @@ a.emailSettings { background:url(../images/icons/emails.png) } ...@@ -344,7 +344,7 @@ a.emailSettings { background:url(../images/icons/emails.png) }
a.emailDiagnostic { background:url(../images/icons/email_diagnostic.gif) } a.emailDiagnostic { background:url(../images/icons/email_diagnostic.gif) }
a.banList { background:url(../images/icons/ban_list.gif) } a.banList { background:url(../images/icons/ban_list.gif) }
a.users { background:url(../images/icons/list_users.gif) } a.users { background:url(../images/icons/user.gif) }
a.newuser { background:url(../images/icons/new_user.gif) } a.newuser { background:url(../images/icons/new_user.gif) }
a.groups { background:url(../images/icons/list_groups.gif) } a.groups { background:url(../images/icons/list_groups.gif) }
a.teams { background:url(../images/icons/teams.gif) } a.teams { background:url(../images/icons/teams.gif) }
...@@ -397,12 +397,13 @@ a.Icon:hover { ...@@ -397,12 +397,13 @@ a.Icon:hover {
.Icon.lockedTicket { background:url(../images/icons/locked_ticket.gif) 0 0 no-repeat; } .Icon.lockedTicket { background:url(../images/icons/locked_ticket.gif) 0 0 no-repeat; }
.Icon.editTicket { background-image: url(../images/icons/edit_ticket.png); } .Icon.editTicket { background-image: url(../images/icons/edit_ticket.png); }
.Icon.staffAssigned { background-image: url(../images/icons/user.gif); }
.Icon.teamAssigned { background-image: url(../images/icons/teams.png); }
.Icon.newCategory { background-image: url(../images/icons/new_category.png); } .Icon.newCategory { background-image: url(../images/icons/new_category.png); }
.Icon.editCategory { background-image: url(../images/icons/edit_category.png); } .Icon.editCategory { background-image: url(../images/icons/edit_category.png); }
.Icon.deleteCategory { background-image: url(../images/icons/delete_category.png); } .Icon.deleteCategory { background-image: url(../images/icons/delete_category.png); }
.Icon.newFAQ { background-image: url(../images/icons/new_faq.png); } .Icon.newFAQ { background-image: url(../images/icons/new_faq.png); }
.Icon.newReply { background-image: url(../images/icons/new_reply.png); } .Icon.newReply { background-image: url(../images/icons/new_reply.png); }
.Icon.file { background-image: url(../images/icons/file.gif); } .Icon.file { background-image: url(../images/icons/file.gif); }
.Icon.refresh { background-image: url(../images/icons/refresh.gif); } .Icon.refresh { background-image: url(../images/icons/refresh.gif); }
.Icon.note { .Icon.note {
......
scp/images/icons/user.gif

1.35 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment