Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e8e60f67

Von Jan Büren vor etwa 9 Jahren hinzugefügt

  • ID e8e60f67de5e5825d1097c78f96bbd29977a3a7a
  • Vorgänger 9a1cccab
  • Nachfolger 89261593

xmas-modus für kivi

Unterschiede anzeigen:

bin/mozilla/login.pl
30 30
use SL::DB::Default;
31 31
use SL::Form;
32 32
use SL::Git;
33
use DateTime;
33 34

  
34 35
require "bin/mozilla/common.pl";
35 36
require "bin/mozilla/todo.pl";
......
54 55

  
55 56
  my $git             = SL::Git->new;
56 57
  ($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation;
58
  $form->{xmas}       = '_xmas' if (DateTime->today->month == 12 && DateTime->today->day < 27);
57 59

  
58 60
  # create the logo screen
59 61
  $form->header() unless $form->{noheader};
doc/changelog
3 3
###############################
4 4

  
5 5

  
6
2015-xx-xx - Release 3.x.x
6
2016-xx-xx - Release 3.x.x
7 7

  
8 8
Größere neue Features:
9 9

  
......
53 53

  
54 54
  - Langtext kann in der Auswahlliste bei mehreren Treffern im Positionsbeleg  zusätzlich angezeigt werden.
55 55

  
56
  - Besseren kivi-Adventssupport
57

  
56 58
2015-08-20 - Release 3.3
57 59

  
58 60
Größere neue Features:
templates/webpages/login/company_logo.html
7 7
   %]
8 8
   </noscript>
9 9
 <center>
10
  <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>
10
  <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>
11 11

  
12 12
  <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
13 13

  

Auch abrufbar als: Unified diff