A new day and a new problem. -.-
I wanted to create a dynamic action if a button is clicked and got the "The selected button uses a 'Button Template' that does not contain the #BUTTON_ID# substitution string" error. So I googled a bit und found . I thought it would solve my problem and I looked into the button template to find this:
<table class="t15Button" cellspacing="0" cellpadding="0" border="0" summary=""><tr>
<td class="t15L"><img src="#IMAGE_PREFIX#themes/theme_15/button-l.gif" alt="" /></td>
<td class="t15C"><a href="#LINK#">#LABEL#</a></td>
<td class="t15R"><img src="#IMAGE_PREFIX#themes/theme_15/button-r.gif" alt="" /></td>
</tr></table>
A former colleague created the template himself and I don't know where to insert the #BUTTON_ID#. Does anyone have any suggestions?
Regards
Chris