xmas-modus für kivi
authorJan Büren <jan@kivitendo-premium.de>
Mon, 14 Dec 2015 07:34:10 +0000 (08:34 +0100)
committerJan Büren <jan@kivitendo-premium.de>
Mon, 14 Dec 2015 07:34:10 +0000 (08:34 +0100)
bin/mozilla/login.pl
doc/changelog
image/kivitendo_xmas.png [new file with mode: 0644]
templates/webpages/login/company_logo.html

index 5539093..4ffe0b7 100644 (file)
@@ -30,6 +30,7 @@
 use SL::DB::Default;
 use SL::Form;
 use SL::Git;
+use DateTime;
 
 require "bin/mozilla/common.pl";
 require "bin/mozilla/todo.pl";
@@ -54,6 +55,7 @@ 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);
 
   # create the logo screen
   $form->header() unless $form->{noheader};
index a7a57ff..c817281 100644 (file)
@@ -3,7 +3,7 @@
 ###############################
 
 
-2015-xx-xx - Release 3.x.x
+2016-xx-xx - Release 3.x.x
 
 Größere neue Features:
 
@@ -53,6 +53,8 @@ Kleinere neue Features und Detailverbesserungen:
 
   - Langtext kann in der Auswahlliste bei mehreren Treffern im Positionsbeleg  zusätzlich angezeigt werden.
 
+  - Besseren kivi-Adventssupport
+
 2015-08-20 - Release 3.3
 
 Größere neue Features:
diff --git a/image/kivitendo_xmas.png b/image/kivitendo_xmas.png
new file mode 100644 (file)
index 0000000..33b198a
Binary files /dev/null and b/image/kivitendo_xmas.png differ
index 1bd83c0..383ffff 100644 (file)
@@ -7,7 +7,7 @@
    %]
    </noscript>
  <center>
-  <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
+  <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo[% xmas %].png" border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
 
   <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>