X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6ce40ffcc8bed8fe566e2be63298d289211175fc..a33ef0ec2f31a94dd1e87384eaf41a2f7b25385f:/SL/Layout/ActionBar/Separator.pm diff --git a/SL/Layout/ActionBar/Separator.pm b/SL/Layout/ActionBar/Separator.pm index b6b7b9443..cbcdf5119 100644 --- a/SL/Layout/ActionBar/Separator.pm +++ b/SL/Layout/ActionBar/Separator.pm @@ -3,6 +3,8 @@ package SL::Layout::ActionBar::Separator; use strict; use parent qw(SL::Layout::ActionBar::Action); +sub from_params { $_[0]->new } + sub render { $_[0]->p->html_tag('div', '', class => 'layout-actionbar-separator'); }