Skip to content

Commit

Permalink
Merge pull request #1724 from RaspAP/fix/adblock-update-ui
Browse files Browse the repository at this point in the history
Revise bootstrap 5.3 adblock update btn
  • Loading branch information
billz authored Jan 3, 2025
2 parents 13cdfbd + bfd5859 commit 94b502a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/adblock/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@
<option disabled="disabled"></option>
<?php echo optionsForSelect(blocklistProviders()) ?>
</select>
<div class="input-group-append">
<button class="btn btn-sm btn-outline-secondary rounded-end" type="button" onclick="updateBlocklist()"><?php echo _("Update now"); ?></button>
<span id="cbxblocklist-status" class="input-group-addon check-hidden ms-2 mt-1"><i class="fas fa-check"></i></span>
</div>
<button class="btn btn-sm btn-outline-secondary rounded-end" type="button" onclick="updateBlocklist()"><?php echo _("Update now"); ?></button>
<span id="cbxblocklist-status" class="input-group-addon check-hidden ms-2 mt-1"><i class="fas fa-check"></i></span>
</div>
</div>
</div>
Expand Down

0 comments on commit 94b502a

Please sign in to comment.