Code

updated templates
[gosa.git] / gosa-plugins / addressbook / addons / addressbook / remove.tpl
1 <div style="font-size:18px;">
2  {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}
4 </div>
5 <p>
6   {$info}
7   {t}This includes all addressbook data in this entry. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
8 </p>
10 <p>
11  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
12 </p>
14 <hr>
15 <div class="plugin-actions">
16   <button type='submit' name='delete_entry_confirm'>{msgPool type=delButton}</button>
18   <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
20 </div>