downloaded -> tested =>
CLICK INSTALL
Many thanks for this add-on -> i love it!
The only thing i don't like is a little stylingerror.
If there are no mod-actions to show, but the notifcation is shown,
the background is not defined and the text is only in the first col =>

i fixed this, see the screenshot =>

If anyone else want to to this, search for
Code:
<td>$vbphrase[eum_noactions]</td>
and replace it by
Code:
<if condition="$vboptions[eum_showmod]">
<td class="alt1" colspan="5">$vbphrase[eum_noactions]</td>
<else />
<td class="alt1" colspan="4">$vbphrase[eum_noactions]</td>
</if>
with this little modifikation the text is displayed over the whole row and the background-color is set to "First Alternating Color" (alt1)
kr Chris