Skip to content

Commit

Permalink
design for finish tab with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Sep 14, 2017
1 parent 630d368 commit 4336df5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
7 changes: 5 additions & 2 deletions js/dist/phpList_ui_bootlist.js
Expand Up @@ -2166,8 +2166,11 @@ if(!$('#dropdown-tabs').hasClass('btn-group')){

/* ALERTS */
$('div.note').addClass('alert alert-warning');
$('div.result').addClass('alert alert-danger');

$('div.result, 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; ');
}
$('body.send #sendmessageform #addtoqueue .missing').addClass('h4');
/* typography */
$('.pagetitle').addClass('page-header');
$('.inactivelist').addClass('small text-danger');
Expand Down

0 comments on commit 4336df5

Please sign in to comment.