Skip to content

Commit

Permalink
Fix form submit issues and various UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Dec 4, 2017
1 parent a83d02c commit b99c4e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions authentic-init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ sub get_button_style
} elsif ($entry =~ /uninstall/ || $entry eq 'drecs_ok') {
$class = "danger ";
$icon =~ s/%icon/times-circle-o/ig;
} elsif ($entry =~ /upgrade/) {
} elsif ($entry =~ /upgrade/ || $entry =~ /massscript_ok/ || $entry =~ /massg_ok/) {
$class = "info ";
$icon =~ s/%icon/update/ig;
} elsif ($entry =~ /index_srefresh/) {
Expand Down Expand Up @@ -866,8 +866,8 @@ sub theme_git_version
sub theme_version
{
my ($switch) = @_;
my $sh__ln__p___version = '19.02';
my $sh__ln__c___version = '19.03';
my $sh__ln__p___version = '19.03';
my $sh__ln__c___version = '19.04';
my $sh__ln__g___version = theme_git_version('uncond');
((!$switch && $sh__ln__g___version) &&
($sh__ln__c___version = $sh__ln__g___version, ($sh__ln__c___version =~ s/\.|-|git//ig)));
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/nightrider.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

0 comments on commit b99c4e7

Please sign in to comment.