Revision 82cb442c
Von Sven Schöling vor fast 13 Jahren hinzugefügt
SL/Template/Plugin/L.pm | ||
---|---|---|
507 | 507 |
|
508 | 508 |
die 'malformed help tag' unless $tag =~ /^[a-zA-Z0-9_]+$/; |
509 | 509 |
return unless -f $file; |
510 |
return $self->html_tag('a', $text, href => $file, target => '_blank');
|
|
510 |
return $self->html_tag('a', $text, href => $file, class => 'jqModal')
|
|
511 | 511 |
} |
512 | 512 |
|
513 | 513 |
sub dump { |
Auch abrufbar als: Unified diff
Onlinehilfe als modale Overlays.
L.online_help_tag produziert jetzt nicht mehr ein Popup sondern ein modales Overlay.
Im template muss leider im Moment noch ein Ziel dafür eingebunden werden mit: