Code

Added initial copy&paste.
[gosa.git] / ihtml / themes / default / copyPasteDialog.tpl
1 <h2>{t}Copy &amp; paste wizzard{/t}</h2>
3 {t}This dialog assists you with GOsas copy and paste functionality.{/t}<br>
4 {t}Some objects require unique attributes, as example the often used cn should be unique within the complete ldap database in order to exclude a confounding.{/t}
5 <br><br>
6 {t}If a paste requires such unique attributes, the wizard will display them below.{/t}
7 <br><br>
8 <p class='seperator'>&nbsp;</p>
9 <br>
10 {if $Complete == false}
11         {$objectDN}
12         <br><br>
13         {$AttributesToFix}
14         <p class='seperator'>&nbsp;</p>
15         <br>
16         <div style='text-align:right;width:100%;'>
17                 <input type='submit' name='PerformCopyPaste' value='{t}Save{/t}'>&nbsp;
18                 <input type='submit' name='AbortCopyPaste' value='{t}Cancel{/t}'>
19         </div>
20 {else}
21         <h2>{t}Operation complete{/t}</h2>
22         <div style='text-align:right;width:100%;'>
23                 <input type='submit' name='Back' value='{t}Finish{/t}'>&nbsp;
24         </div>
25 {/if}