]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/ActionBar/Link.pm
ActionBar: normale Link-Elemente nun doch als DIVs rendern & als Buttons stylen
[mfinanz.git] / SL / Layout / ActionBar / Link.pm
index 49243dec96580f0fed8f580d9855517187500c44..8eb890662b16ff35f51541f16907cc39bd539a49 100644 (file)
@@ -14,10 +14,9 @@ sub render {
   my ($self) = @_;
 
   return $self->p->html_tag(
-    'a', $self->text,
-    %{ $self->params // {} },
+    'div', $self->text,
     id    => $self->id,
-    class => 'layout-actionbar-link',
+    class => 'layout-actionbar-action layout-actionbar-link',
   );
 }