Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Sep 8, 2024
1 parent 62a8dca commit cab97f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/more_options.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>
<div class="col-auto">
<button type="submit" name="gltoolCmd" value="show_user_stats" class="btn btn-outline-primary mr-2 mb-1">
<em class='fa-solid fa-chart-simple'></em> Show
<em class='fa-solid fa-chart-simple'></em> Show
</button>
<span class='border border-warning rounded p-2'>
Reset all
Expand Down Expand Up @@ -110,7 +110,7 @@
<div class="form-row mb-4">
<div class="col-auto">
<a class='btn btn-link color-custom' data-toggle="collapse" href="#colMoreOpts" role="button" aria-expanded="false" aria-controls="colMoreOpts">
<em class="border border-primary rounded p-1 fa-solid fa-arrows-up-down"></em>
<em class="border border-primary rounded p-2 fa-solid fa-arrows-up-down"></em>
Show/hide more options
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/users.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div class="form-row align-items-center border rounded p-2">
<div class="col-auto">
<a class="btn btn-link color-custom" data-toggle="collapse" href="#colUsersGroups" role="button" aria-expanded="false" aria-controls="colUsersGroups">
<em class="border border-primary rounded p-1 fa-solid fa-arrows-up-down"></em>
Show/hide <strong><?= count($_SESSION['users_groups']) ?></strong> users...
<em class="border border-primary rounded p-2 fa-solid fa-arrows-up-down"></em>
Show/hide <strong><?= count($_SESSION['users_groups']) ?></strong> users...
</a>
</div>
<div class="col-auto">
Expand Down

0 comments on commit cab97f4

Please sign in to comment.