Code

updated template
[gosa.git] / ihtml / themes / default / MultiSelectWindow.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2         <tr>
3                 <td style="vertical-align:top; width:50%;">
4                         <div class="contentboxh">
5                                 <p class="contentboxh">
6                                         {$Summary} 
7                                 </p>
8                         </div>
9                         <div class="contentboxb">
10                         {$Header}
11                         </div>
12                         <div style='height:4px;'>
13                         </div>
14                         <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
15                         {$DivList}
16                         <input type=hidden name="edit_helper">
17                         </div>
18                 </td>
19                 <td style="vertical-align:top;">
20                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
21                         <p class="contentboxh">
22                                         <img src="{$infoimage}" align="right" alt="[i]"><font style='font-size:13px;'>{t}Information{/t}</font>
23                                 </p>
24                         </div>
25                         <div class="contentboxb" style="padding:5px;">
26                                 {$Information}
27                         </div>
28                         <br>
29                         <div class="contentboxh" style="height:20px;">
30                         <p class="contentboxh">
31                                         <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
32                                 </p>
33                         </div>
34                         <div class="contentboxb">
35                                 {if $Display_alphabet}
36                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
37                                         {$alphabet}
38                                 </table>
39                                 {/if}
40                                 { if $CheckBoxes != ""}
41                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
42                                         <tr>
43                                                 <td>
44                                                         {$CheckBoxes}
45                                                 </td>
46                                         </tr>
47                                 </table>   
48                                 {/if}
49                         {$regexes}
50                         {$apply}
51                         </div>
52                 </td>
53         </tr>
54 </table>
55 <p class="seperator">&nbsp;
56 </p>
57 <div style="text-align:right;" align="right">
58         <p>
59                 {if $Display_Save}
60                         <input type="submit" name="SaveMultiSelectWindow" value="{$SaveButtonString}"> 
61                 {/if}
62                 {if $Display_Close}
63                         <input type="submit" name="CloseMultiSelectWindow" value="{$CloseButtonString}"> 
64                 {/if}
65         </p>
66 </div>
68 <input type="hidden" name="ignore">
69 <input type="hidden" name="MultiSelectWindow" value="1">