Revision ce83fab9
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
501 | 501 |
push @header, "<meta http-equiv='refresh' content='$refresh_time;$refresh_url'>"; |
502 | 502 |
} |
503 | 503 |
|
504 |
push @header, map { qq|<link rel="stylesheet" href="$_" type="text/css" title="Lx-Office stylesheet">| } $self->use_stylesheet;
|
|
504 |
push @header, map { qq|<link rel="stylesheet" href="$_" type="text/css" title="Stylesheet">| } $self->use_stylesheet;
|
|
505 | 505 |
|
506 | 506 |
push @header, "<style type='text/css'>\@page { size:landscape; }</style>" if $self->{landscape}; |
507 | 507 |
push @header, "<link rel='shortcut icon' href='$self->{favicon}' type='image/x-icon'>" if -f $self->{favicon}; |
... | ... | |
595 | 595 |
$::lxdebug->enter_sub; |
596 | 596 |
my $self = shift; |
597 | 597 |
|
598 |
$self->{titlebar} = "Lx-Office " . $::locale->text('Version') . " $self->{version}";
|
|
598 |
$self->{titlebar} = "kivitendo " . $::locale->text('Version') . " $self->{version}";
|
|
599 | 599 |
$self->{titlebar} .= "- $::myconfig{name}" if $::myconfig{name}; |
600 | 600 |
$self->{titlebar} .= "- $::myconfig{dbname}" if $::myconfig{name}; |
601 | 601 |
|
Auch abrufbar als: Unified diff
kivitendo rebranding: title strings