Code

3cc27aa89d6026bdcb994e7365f1d168ba8cb47b
[gosa.git] / gosa-core / plugins / admin / groups / remove.tpl
1 <div style="font-size:18px;">
2   <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
3 </div>
4 <p>
5   {$info}
6   {t}This may be a primary user group. Please double check if you really want to do this since there is no way for GOsa to get your data back.{/t}
7 </p>
9 <p>
10   {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
11 </p>
13 <hr>
14 <div class="plugin-actions">
15   <button type='submit' name='delete_confirmed'>{msgPool type=delButton}</button>
17   <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
19 </div>