Update label-important to label-danger (bootstrap 3)

1.10.x
Yannick Warnier 10 years ago
parent 8e5365e772
commit 341251580b
  1. 4
      main/inc/lib/display.lib.php

@ -1811,7 +1811,9 @@ class Display
$class = 'label-warning';
break;
case 'important':
$class = 'label-important';
//no break
case 'danger':
$class = 'label-danger';
break;
case 'info':
$class = 'label-info';

Loading…
Cancel
Save