Skip to content

Commit

Permalink
18.31 [patch #619]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev authored and Ilia Rostovtsev committed May 4, 2017
1 parent 3074548 commit a6a226f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions authentic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ sub theme_footer {
print '</html>', "\n";
}

sub theme_popup_prehead {
print '<style>.ui_form_end_submit {display: none}</style>';
}

sub theme_file_chooser_button {
my $form = defined( $_[2] ) ? $_[2] : 0;
my $chroot = defined( $_[3] ) ? $_[3] : "/";
Expand Down

0 comments on commit a6a226f

Please sign in to comment.