Code

Updated login template.
[gosa.git] / gosa-core / ihtml / themes / default / copyPasteDialog.tpl
1 <h2>{t}Copy & paste wizard{/t}</h2>
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 fullfill 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         <p class='seperator'>&nbsp;</p>
13         <br>
14         {$AttributesToFix}
15         {if $SubDialog == false}
16         <br>
18         <div style='text-align:right;width:100%;'>
19                 <input type='submit' name='PerformCopyPaste' value='{t}Save{/t}'>&nbsp;
20         {if $type == "modified"}
21                 <input type='submit' name='abort_current_cut-copy_operation' value='{t}Cancel{/t}'>
22         {/if}
23         
24                 <input type='submit' name='abort_all_cut-copy_operations' value='{t}Cancel all{/t}'>
25         </div>
26         {/if}
27 {else}
28         <p class='seperator'>&nbsp;</p>
29         <br>
30         <h2>{t}Operation complete{/t}</h2>
31         <div style='text-align:right;width:100%;'>
32                 <input type='submit' name='Back' value='{t}Finish{/t}'>&nbsp;
33         </div>
34 {/if}