]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/Split.pm
ActionBar: Funktionierender Prototyp mit submit und actionbutton
[mfinanz.git] / SL / Layout / Split.pm
index e8e2a88f074a4cbf126d84bf7bc0729822d24645..5b5484076e1199e5560ec5a4479c8a8932a84eb1 100644 (file)
@@ -18,8 +18,8 @@ sub pre_content {
   my $left  = join '', map { $_->pre_content } @{ $_[0]->left  || [] };
   my $right = join '', map { $_->pre_content } @{ $_[0]->right || [] };
 
-  SL::Presenter->get->html_tag('div', $left, class => 't-layout-left')
-  .'<div class="t-layout-right html-menu">' . $right;
+  SL::Presenter->get->html_tag('div', $left, class => 'layout-split-left')
+  .'<div class="layout-split-right">' . $right;
 }
 
 sub post_content {