Replace labels with tags according to BS4 implementation
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<li class="dropdown messages-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-envelope-o"></i>
|
||||
<span class="label label-success">4</span>
|
||||
<span class="tag tag-success">4</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="header">You have 4 messages</li>
|
||||
@@ -68,7 +68,7 @@
|
||||
<li class="dropdown notifications-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-bell-o"></i>
|
||||
<span class="label label-warning">10</span>
|
||||
<span class="tag tag-warning">10</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="header">You have 10 notifications</li>
|
||||
@@ -89,7 +89,7 @@
|
||||
<li class="dropdown tasks-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-flag-o"></i>
|
||||
<span class="label label-danger">9</span>
|
||||
<span class="tag tag-danger">9</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="header">You have 9 tasks</li>
|
||||
@@ -174,7 +174,7 @@
|
||||
<li class="dropdown messages-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-envelope-o"></i>
|
||||
<span class="label label-success">4</span>
|
||||
<span class="tag tag-success">4</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="header">You have 4 messages</li>
|
||||
@@ -203,7 +203,7 @@
|
||||
<li class="dropdown notifications-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-bell-o"></i>
|
||||
<span class="label label-warning">10</span>
|
||||
<span class="tag tag-warning">10</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="header">You have 10 notifications</li>
|
||||
@@ -225,7 +225,7 @@
|
||||
<li class="dropdown tasks-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-flag-o"></i>
|
||||
<span class="label label-danger">9</span>
|
||||
<span class="tag tag-danger">9</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="header">You have 9 tasks</li>
|
||||
@@ -449,8 +449,8 @@
|
||||
<li class="treeview">
|
||||
<a href="#"><span>Multilevel</span> <i class="fa fa-angle-left pull-right"></i></a>
|
||||
<ul class="treeview-menu">
|
||||
<li><a href="#">Link in level 2</a></li>
|
||||
<li><a href="#">Link in level 2</a></li>
|
||||
<li><a href="#">Level Two</a></li>
|
||||
<li><a href="#">Level Two</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><!-- /.sidebar-menu -->
|
||||
@@ -640,7 +640,7 @@
|
||||
<div class="box-tools pull-right">
|
||||
<!-- Buttons, labels, and many other things can be placed here! -->
|
||||
<!-- Here is a label for example -->
|
||||
<span class="label label-primary">Label</span>
|
||||
<span class="tag tag-primary">Label</span>
|
||||
</div><!-- /.box-tools -->
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
@@ -656,7 +656,7 @@
|
||||
<div class="box-tools pull-right">
|
||||
<!-- Buttons, labels, and many other things can be placed here! -->
|
||||
<!-- Here is a label for example -->
|
||||
<span class="label label-primary">Label</span>
|
||||
<span class="tag tag-primary">Label</span>
|
||||
</div><!-- /.box-tools -->
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
@@ -906,7 +906,7 @@
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Labels</h3>
|
||||
<div class="box-tools pull-right">
|
||||
<span class="label label-default">Some Label</span>
|
||||
<span class="tag tag-default">Some Label</span>
|
||||
</div><!-- /.box-tools -->
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
@@ -918,7 +918,7 @@
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Labels</h3>
|
||||
<div class="box-tools pull-right">
|
||||
<span class="label label-default">8 New Messages</span>
|
||||
<span class="tag tag-default">8 New Messages</span>
|
||||
</div><!-- /.box-tools -->
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
|
||||
Reference in New Issue
Block a user