Admin-Bereich: Überschriften einheitlich als <h1> anzeigen
[kivitendo-erp.git] / templates / webpages / admin / delete_group_confirm.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3   <h1>[% 'Delete group' | $T8 %]: [% name %]</h1>
4   <p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
5
6    <form name="Form" method="post" action="admin.pl">
7     <a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a>
8
9     <input type="hidden" name="group_id" value="[% HTML.escape(id) %]">
10     <input type="hidden" name="confirmed" value="1">
11     <input type="hidden" name="delete_nextsub" value="delete_group">
12     <input type="submit" class="submit" name="action" value="[% 'Delete' | $T8 %]">
13    </form>