Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-core / plugins / admin / departments / dep_move_confirm.tpl
1 <div style="font-size:18px;">
2  <img alt="" src="images/warning.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='{msgPool type=saveButton}'>
16         &nbsp;
17         <input type='submit' name='cancel_save' value='{msgPool type=cancelButton}'>
18 </p>