mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Consolidate buttons
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<div class="col-md-12">
|
||||
<div class="float-right pb-3">
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-outline-secondary" data-toggle="tooltip" title="Hide/Show Challenges">
|
||||
<i class="btn-fa fas fa-eye"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-danger">
|
||||
<i class="btn-fa fas fa-trash-alt"></i>
|
||||
</button>
|
||||
|
||||
@@ -11,10 +11,7 @@
|
||||
<div class="col-md-12">
|
||||
<div class="float-right pb-3">
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-outline-danger" id="scoreboard-hide-button" data-toggle="tooltip" title="Hide Accounts">
|
||||
<i class="btn-fa fas fa-eye-slash"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-success" id="scoreboard-show-button" data-toggle="tooltip" title="Unhide Accounts">
|
||||
<button type="button" class="btn btn-outline-secondary" id="scoreboard-show-button" data-toggle="tooltip" title="Hide/Unhide Accounts">
|
||||
<i class="btn-fa fas fa-eye"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -51,9 +51,17 @@
|
||||
<div class="col-md-12">
|
||||
<div class="float-right pb-3">
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-outline-danger">
|
||||
<i class="btn-fa fas fa-trash-alt"></i>
|
||||
</button>
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-outline-secondary" data-toggle="tooltip" title="Ban/Unban Teams">
|
||||
<i class="btn-fa fas fa-ban"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary" data-toggle="tooltip" title="Hide/Show Teams">
|
||||
<i class="btn-fa fas fa-eye"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-danger" data-toggle="tooltip" title="Delete Teams">
|
||||
<i class="btn-fa fas fa-trash-alt"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +53,13 @@
|
||||
<div class="col-md-12">
|
||||
<div class="float-right pb-3">
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-outline-danger">
|
||||
<button type="button" class="btn btn-outline-secondary" data-toggle="tooltip" title="Ban/Unban Users">
|
||||
<i class="btn-fa fas fa-ban"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary" data-toggle="tooltip" title="Hide/Show Users">
|
||||
<i class="btn-fa fas fa-eye"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-danger" data-toggle="tooltip" title="Delete Users">
|
||||
<i class="btn-fa fas fa-trash-alt"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user