Code

Fixed initial errors
[gosa.git] / gosa-core / ihtml / themes / default / copyPasteDialog.tpl
1 <h3>{t}Copy & paste wizard{/t}</h3>
3 <b>{$message}</b>
4 <br>
5 <br>
6 {if $Complete == false}
7         {t}Some values need to be unique in the complete directory while some combinations make no sense. GOsa shows the relevant attributes. Please maintain the values below to fulfill the policies.{/t}
8         <br>
9 {t}Remember that some properties like taken snapshots will not be copied!{/t}&nbsp;
10 {t}Or if you copy or cut an entry within GOsa and delete the source object, you may get errors while pasting this object again!{/t}
12         <hr>
13         <br>
14         {$AttributesToFix}
15         {if $SubDialog == false}
16         <br>
18         <div style='text-align:right;width:100%;'>
19                 <button type='submit' name='PerformCopyPaste'>{t}Save{/t}</button>
20             {if $type == "modified"}
21                     <button type='submit' name='abort_current_cut-copy_operation'>{t}Cancel{/t}</button>
22         {/if}
23                 <button type='submit' name='abort_all_cut-copy_operations'>{t}Cancel all{/t}</button>
24         </div>
25         {/if}
26 {else}
27         <hr>
28         <h3>{t}Operation complete{/t}</h3>
29         <div style='text-align:right;width:100%;'>
30                 <button type='submit' name='Back'>{t}Finish{/t}</button>
31         </div>
32 {/if}