Navigation Menu

Skip to content

Commit

Permalink
add reset template icon
Browse files Browse the repository at this point in the history
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
  • Loading branch information
xh3n1 committed Jun 28, 2018
1 parent 165ce87 commit d79249e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions js/dist/phpList_ui_bootlist.js
Expand Up @@ -2236,6 +2236,7 @@ $('body.fixed li.list').each(function(){
$('.add_member a').html('<span aria-hidden="true" class="glyphicon glyphicon-plus"/>');
$('span.viewusers a').html('<span aria-hidden="true" class="glyphicon glyphicon-user"/>');
$('span.delete a, a.del, a[title=Del]').html('<span aria-hidden="true" class="glyphicon glyphicon-trash"/>');
$('span.resettemplate a, a.reset, a[title=reset]').html('<span aria-hidden="true" class="glyphicon glyphicon-repeat"/>');
$('span.view a, a.opendialog span.view').html('<span aria-hidden="true" class="glyphicon glyphicon-eye-open"/>');
$('span.marksent a').html('<span aria-hidden="true" class="glyphicon glyphicon-ok"/>');
$('span.resend a').html('<span aria-hidden="true" class="glyphicon glyphicon-repeat"/>');
Expand Down

0 comments on commit d79249e

Please sign in to comment.