Code

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