Revision 5f68c975
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
467 | 467 |
# standard css for all |
468 | 468 |
# this should gradually move to the layouts that need it |
469 | 469 |
$layout->use_stylesheet("$_.css") for qw( |
470 |
main menu tabcontent list_accounts jquery.autocomplete
|
|
470 |
main menu list_accounts jquery.autocomplete |
|
471 | 471 |
jquery.multiselect2side frame_header/header |
472 | 472 |
ui-lightness/jquery-ui-1.8.12.custom |
473 |
jquery-ui.custom |
|
473 | 474 |
js/jscalendar/calendar-win2k-1 |
474 | 475 |
); |
475 | 476 |
|
... | ... | |
515 | 516 |
print " $_\n" for @header; |
516 | 517 |
print <<EOT; |
517 | 518 |
<meta name="robots" content="noindex,nofollow"> |
518 |
<script type="text/javascript" src="js/tabcontent.js"> |
|
519 |
|
|
520 |
/*********************************************** |
|
521 |
* Tab Content script v2.2- ? Dynamic Drive DHTML code library (www.dynamicdrive.com) |
|
522 |
* This notice MUST stay intact for legal use |
|
523 |
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code |
|
524 |
***********************************************/ |
|
525 |
|
|
526 |
</script> |
|
527 | 519 |
</head> |
528 | 520 |
<body> |
529 | 521 |
|
Auch abrufbar als: Unified diff
Refactoring: DHTML-Tab-Dialog durch Variante aus jQuery-UI ersetzt