Revision 5a55ac86
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
SL/Layout/ActionBar/Submit.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
use parent qw(SL::Layout::ActionBar::Action); |
5 | 5 |
|
6 |
use SL::Presenter::Tag qw(html_tag); |
|
7 |
|
|
6 | 8 |
sub render { |
7 |
$_[0]->p->html_tag('div', $_[0]->text,
|
|
9 |
html_tag('div', $_[0]->text, |
|
8 | 10 |
id => $_[0]->id, |
9 | 11 |
class => 'layout-actionbar-action layout-actionbar-submit', |
10 | 12 |
); |
Auch abrufbar als: Unified diff
Presenter: Neue Struktur im Layout umgesetzt