]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/ActionBar/ComboBox.pm
ActionBar: Tooltips für deaktivierte Aktionen in ir.pl
[mfinanz.git] / SL / Layout / ActionBar / ComboBox.pm
index 3416df84d8ec69eea2de072cfd6a0d4b1a239b62..5e5c863a1947ba7fd94f669833f13f1c0af71a24 100644 (file)
@@ -21,7 +21,7 @@ sub add_actions {
 sub render {
   my ($first, @rest) = @{ $_[0]->parsed_actions };
   $_[0]->p->html_tag('div',
-    $_[0]->p->html_tag('div', $first->render, class => 'layout-actionbar-combobox-head') .
+    $_[0]->p->html_tag('div', $first->render . $_[0]->p->html_tag('span'), class => 'layout-actionbar-combobox-head') .
     $_[0]->p->html_tag('div', join('', map { $_->render } @rest), class => 'layout-actionbar-combobox-list'),
     id    => $_[0]->id,
     class => 'layout-actionbar-combobox',