Code

Added checkboxes to filter
[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         <p class='seperator'>&nbsp;</p>
10         {if $SubDialog == false}
11         <br>
13         <div style='text-align:right;width:100%;'>
14                 <input type='submit' name='PerformCopyPaste' value='{t}Save{/t}'>&nbsp;
15                 <input type='submit' name='AbortCopyPaste' value='{t}Cancel{/t}'>
16         </div>
17         {/if}
18 {else}
19         <p class='seperator'>&nbsp;</p>
20         <br>
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}