mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
manage/tags buttons
This commit is contained in:
@@ -91,4 +91,4 @@
|
||||
|
||||
<button id="save" class="floating-button mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored">
|
||||
<i class="material-icons">save</i>
|
||||
</button>
|
||||
</button>
|
||||
@@ -35,8 +35,8 @@
|
||||
<div class="panel-heading">Modify Tag</div>
|
||||
<div class="panel-body">
|
||||
<p>Select tags via clicking and/or dragging, use shift to select multiple.</p>
|
||||
<button class="btn btn-primary btn-md" id="modify">Modify Tags</button>
|
||||
<button class="btn btn-warning btn-md" id="deleteSelected">Delete Tags</button>
|
||||
<button class="btn btn-primary btn-block" id="modify">Modify Tags</button>
|
||||
<button class="btn btn-warning btn-block" id="deleteSelected">Delete Tags</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user