Code

Updated trunk, introduced gosa-core
[gosa.git] / plugins / admin / departments / dep_move_confirm.tpl
1 <div style="font-size:18px;">
2  <img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t} - {t}You are currently moving/renaming this department.{/t}
3 </div>
4 <p>
5 {t}Modifying a departments naming attribute 'ou' or base may corrupt acls and snapshot entries for all entire objects.{/t}
6 </p>
7 <p>
8 {t}GOsa can NOT fix this for you, yet.{/t}
9 </p>
10 <p>
11 {t}Before you confirm this action, ensure that everything will be as expected, possibly the best solution is a backup.{/t} 
12 </p>
14 <p class="plugbottom">
15         <input type='submit' name='dep_move_confirm' value='{t}Save{/t}'>
16         &nbsp;
17         <input type='submit' name='cancel_save' value='{t}Cancel{/t}'>
18 </p>