Skip to content

Commit

Permalink
https://mantis.phplist.org/view.php?id=18483
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Jan 13, 2017
1 parent d9f8ed7 commit 5c544e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions js/dist/phpList_ui_bootstrap.js
Expand Up @@ -2330,6 +2330,7 @@ if(!$('#dropdown-tabs').hasClass('btn-group')){
$('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"/>');
$('span.stats a').html('<span aria-hidden="true" class="glyphicon glyphicon-stats"/>');
$('span.suspend a').html('<span aria-hidden="true" class="glyphicon glyphicon-pause"/>');
$('a.hide').html('x');$('a.hide').addClass('close');$('a.hide.close').removeClass('hide');
$('a.helpdialog').html('<span class="glyphicon glyphicon-question-sign text-warning" />');
Expand Down

0 comments on commit 5c544e6

Please sign in to comment.