Current section

Files

Jump to
zotonic_mod_admin priv templates _edit_button.tpl
Raw

priv/templates/_edit_button.tpl

{#
Simple edit button for use on pages.
Parameters:
id id of the page
#}
{% if m.rsc[id].is_editable %}
<a href="{% url admin_edit_rsc id=id %}" class="btn btn-primary btn-xs">{_ edit this page _}</a>
{% endif %}