ActionBar: normale Link-Elemente nun doch als DIVs rendern & als Buttons stylen
[kivitendo-erp.git] / SL / Layout / ActionBar / Link.pm
index 49243de..8eb8906 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',
   );
 }