Code

* Updated locales
[gosa.git] / ihtml / themes / default / copyPasteDialog.tpl
1 <h2>{t}Copy &amp; paste wizard{/t}</h2>
2 <b>{t}Object to be pasted{/t}</b>: {$objectDN}
3 <br>
4 <br>
5 {if $Complete == false}
6         {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}
7         <br>
8         <p class='seperator'>&nbsp;</p>
9         <br>
10         {$AttributesToFix}
11         {if $SubDialog == false}
12         <br>
14         <div style='text-align:right;width:100%;'>
15                 <input type='submit' name='PerformCopyPaste' value='{t}Save{/t}'>&nbsp;
16                 <input type='submit' name='AbortCopyPaste' value='{t}Cancel{/t}'>
17         </div>
18         {/if}
19 {else}
20         <p class='seperator'>&nbsp;</p>
21         <br>
22         <h2>{t}Operation complete{/t}</h2>
23         <div style='text-align:right;width:100%;'>
24                 <input type='submit' name='Back' value='{t}Finish{/t}'>&nbsp;
25         </div>
26 {/if}