2 <a href="{{button.link}}" target="_new">
\r
4 <button type="button"
\r
5 data-ui-action="{{ button.scriptlet_id }}"
\r
6 data-ui-action-params="{{ button.params|escape }}"
\r
7 data-ui-accesskey="{{ button.accesskey }}"
\r
8 {% if button.tooltip %}title="{{ button.full_tooltip }}"{% endif %} >
\r
9 {{ button.label|safe }}
\r
11 {% if button.link %}
\r