Revision 93d10155
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
450 | 450 |
push @header, "<style type='text/css'>\@page { size:landscape; }</style> " if $self->{landscape}; |
451 | 451 |
push @header, "<link rel='shortcut icon' href='$self->{favicon}' type='image/x-icon'>" if -f $self->{favicon}; |
452 | 452 |
push @header, map { qq|<script type="text/javascript" src="${_}${auto_reload_resources_param}"></script>| } $layout->javascripts; |
453 |
push @header, '<meta name="viewport" content="width=device-width, initial-scale=1">'; |
|
453 | 454 |
push @header, $self->{javascript} if $self->{javascript}; |
454 | 455 |
push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] }; |
455 | 456 |
|
Auch abrufbar als: Unified diff
Form::header: viewport Angabe für mobile Endgeräte