Skip to content

Commit

Permalink
Fix buttons icons
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 21, 2024
1 parent 1b5d404 commit 1c2b2d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,9 @@ sub get_button_style
$class = "warning ";
} elsif (string_contains($keys, "docker_reg") || string_contains($keys, "wizard_finish")) {
$icon = "check-circle-o";
} elsif (string_contains($keys, "tmpl_nprev") || string_contains($keys, "wizard_prev")) {
} elsif (string_contains($keys, "goback") ||
string_contains($keys, "tmpl_nprev") ||
string_contains($keys, "wizard_prev")) {
$icon = "arrow-circle-o-left";
} elsif (string_contains($keys, "tmpl_nnext") ||
string_contains($keys, "wizard_next") ||
Expand Down
2 changes: 1 addition & 1 deletion theme.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bootstrap=3
spa=1
nomodcall=xnavigation=1
version=21.10-beta1
mversion=03
mversion=04
bversion=00
webmin=1
usermin=1
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit 1c2b2d2

Please sign in to comment.