Code

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