]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/ActionBar/Separator.pm
ActionBar: API-Umstellung fürs Hinzufügen
[mfinanz.git] / SL / Layout / ActionBar / Separator.pm
index b6b7b944328c5ddcdbc88b3ee44bfeb0aaa6af5f..cbcdf51195443bbf9674e9b982f8d6ef54a39278 100644 (file)
@@ -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');
 }