kivilogo: Frieden statt Corona
authorJan Büren <jan@kivitendo.de>
Tue, 1 Mar 2022 17:09:19 +0000 (18:09 +0100)
committerJan Büren <jan@kivitendo.de>
Wed, 2 Mar 2022 09:20:47 +0000 (10:20 +0100)
bin/mozilla/login.pl
image/kivitendo_corona.png [deleted file]
image/kivitendo_mir.png [new file with mode: 0644]

index 890cf50..2457ddf 100644 (file)
@@ -56,8 +56,9 @@ sub company_logo {
   my $git             = SL::Git->new;
   ($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation;
   $form->{xmas}       = '_xmas' if (DateTime->today->month == 12 && DateTime->today->day < 27);
-  $form->{xmas}       = '_corona' if (DateTime->today->month >= 7 && DateTime->today->year == 2020
-                                      && DateTime->today->month <= 11);
+  $form->{xmas}       = '_mir'  if (DateTime->today->month >= 03 && DateTime->today->year == 2022
+                                    && DateTime->today->month <= 05);
+  $form->{xmas}       = '_mir'  if (DateTime->today->day == 24 && DateTime->today->month == 2);
 
   # create the logo screen
   $form->header() unless $form->{noheader};
diff --git a/image/kivitendo_corona.png b/image/kivitendo_corona.png
deleted file mode 100644 (file)
index d6f3d03..0000000
Binary files a/image/kivitendo_corona.png and /dev/null differ
diff --git a/image/kivitendo_mir.png b/image/kivitendo_mir.png
new file mode 100644 (file)
index 0000000..f22f7ff
Binary files /dev/null and b/image/kivitendo_mir.png differ