[%#
Template for block delete buttons. Pass these parameters:
name - the name of the button (usually app_body_delete::ident_4)
label - what follows Delete on the button label
%]
<a href="#" name='[% name %]' onclick='javascript:delete_block( this )'>delete</a>