Code

Fixed ACL handling for organizations,.
[gosa.git] / gosa-core / plugins / admin / departments / dep_move_confirm.tpl
1 <div style="font-size:18px;">
2  {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t} - {t}You are currently moving/renaming this department.{/t}
4 </div>
5 <p>
6 {t}Modifying a departments naming attribute 'ou' or base may corrupt ACLs and snapshot entries for all entire objects.{/t}
7 </p>
8 <p>
9 {t}GOsa can NOT fix this for you, yet.{/t}
10 </p>
11 <p>
12 {t}Before you confirm this action, ensure that everything will be as expected, possibly the best solution is a backup.{/t} 
13 </p>
15 <hr>
16 <div class="plugin-actions">
17         <button type='submit' name='dep_move_confirm'>{msgPool type=saveButton}</button>
19         <button type='submit' name='cancel_save'>{msgPool type=cancelButton}</button>
21 </div>