Revision 922f961c
Von G. Richardson vor mehr als 6 Jahren hinzugefügt
- ID 922f961cb091c49dbc02693faf50382ceb9cd5a2
- Vorgänger 1d1f3140
SL/Form.pm | ||
---|---|---|
422 | 422 |
|
423 | 423 |
# standard css for all |
424 | 424 |
# this should gradually move to the layouts that need it |
425 |
# $layout->use_stylesheet("$_.css") for qw( |
|
426 |
# common main menu list_accounts jquery.autocomplete |
|
427 |
# jquery.multiselect2side |
|
428 |
# ui-lightness/jquery-ui |
|
429 |
# jquery-ui.custom |
|
430 |
# tooltipster themes/tooltipster-light |
|
431 |
# ); |
|
432 |
# Use only style.css which is compiled from the less-files in /css/less/ |
|
425 | 433 |
$layout->use_stylesheet("$_.css") for qw( |
426 |
common main menu list_accounts jquery.autocomplete |
|
427 |
jquery.multiselect2side |
|
428 |
ui-lightness/jquery-ui |
|
429 |
jquery-ui.custom |
|
430 |
tooltipster themes/tooltipster-light |
|
434 |
style |
|
431 | 435 |
); |
432 | 436 |
|
437 |
|
|
433 | 438 |
$layout->use_javascript("$_.js") for (qw( |
434 | 439 |
jquery jquery-ui jquery.cookie jquery.checkall jquery.download |
435 | 440 |
jquery/jquery.form jquery/fixes client_js |
... | ... | |
465 | 470 |
|
466 | 471 |
# output |
467 | 472 |
print $self->create_http_response(content_type => 'text/html', charset => 'UTF-8'); |
468 |
print $doctypes{$params{doctype} || 'transitional'}, $/;
|
|
473 |
print $doctypes{$params{doctype} || 'html5'}, $/;
|
|
469 | 474 |
print <<EOT; |
470 | 475 |
<html> |
471 | 476 |
<head> |
Auch abrufbar als: Unified diff
Änderungen HP Design