]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/ActionBar/Separator.pm
ActionBar: separator implementiert und ScriptButton in Submit gemergt
[mfinanz.git] / SL / Layout / ActionBar / Separator.pm
index 9fc172c178307295b0d1bccdb555bf5f3b065540..b6b7b944328c5ddcdbc88b3ee44bfeb0aaa6af5f 100644 (file)
@@ -7,4 +7,8 @@ sub render {
   $_[0]->p->html_tag('div', '', class => 'layout-actionbar-separator');
 }
 
+sub script {
+  ()
+}
+
 1;