Skip to content

Commit

Permalink
Merge pull request #44 from phpList/mantis-0018938
Browse files Browse the repository at this point in the history
0018938: Session timeout message styling inconsistent with theme
  • Loading branch information
mariez committed Jan 21, 2018
2 parents e32e62a + 2270199 commit 3091c60
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 @@ -2172,6 +2172,7 @@ $('body.fixed li.list').each(function(){

/* ALERTS */
$('div.note').addClass('alert alert-warning');
$('div.actionresult').addClass('alert alert-danger');
$('div.result, div.error').not('body.fixed div.error').addClass('alert alert-danger');
if ( !$('body.send #sendmessageform #addtoqueue .missing').hasClass('h4') ){
$('body.send #sendmessageform #addtoqueue .missing').prepend('<span class="glyphicon glyphicon-warning-sign"></span>&nbsp; ');
Expand Down

0 comments on commit 3091c60

Please sign in to comment.