Code

Added checkboxes to filter
[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" {if !$is_headpage}  style="height:20px;" {/if}>
5                                 <p class="contentboxh" {if !$is_headpage} style="font-size:12px;" {/if}>
6                                         {$Summary} {$hint} 
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                 {if $is_headpage}
20                 <td style="vertical-align:top;">
21                         {$UserBox1}
22                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
23                         <p class="contentboxh">
24                                         <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
25                                 </p>
26                         </div>
27                         <div class="contentboxb" style="padding:5px;">
28                                 {$Information}
29                         </div>
30                         {$UserBox2}
31                         <br>
32                         {if !$Skip_Filter_Part }
33                         <div class="contentboxh">
34                         <p class="contentboxh">
35                                         <img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}
36                                 </p>
37                         </div>
38                         <div class="contentboxb">
39                                 {if $Display_alphabet}
40                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
41                                         {$alphabet}
42                                 </table>
43                                 {/if}
44                                 { if $CheckBoxes != ""}
45                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
46                                         <tr>
47                                                 <td>
48                                                         {$CheckBoxes}
49                                                 </td>
50                                         </tr>
51                                 </table>   
52                                 {/if}
53                         {$regexes}
54                         {$apply}
55                         </div>
56                         {$UserBox3}
57                         {/if}
58                 </td>
59                 {else}
60                 <td style="vertical-align:top;">
61                         {$UserBox1}
62                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
63                         <p class="contentboxh">
64                                         <img src="{$infoimage}" align="right" alt="[i]"><font style='font-size:13px;'>{t}Information{/t}</font>
65                                 </p>
66                         </div>
67                         <div class="contentboxb" style="padding:5px;">
68                                 {$Information}
69                         </div>
70                         {$UserBox2}
71                         <br>
72                         {if !$Skip_Filter_Part }
73                         <div class="contentboxh" style="height:20px;">
74                         <p class="contentboxh">
75                                         <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
76                                 </p>
77                         </div>
78                         <div class="contentboxb">
79                                 {if $Display_alphabet}
80                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
81                                         {$alphabet}
82                                 </table>
83                                 {/if}
84                                 { if $CheckBoxes != ""}
85                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
86                                         <tr>
87                                                 <td>
88                                                         {$CheckBoxes}
89                                                 </td>
90                                         </tr>
91                                 </table>   
92                                 {/if}
93                         {$regexes}
94                         {$apply}
95                         {$UserBox3}
96             {/if}
97                         </div>
98                 </td>
99                 {/if}
100         </tr>
101 </table>
102 {if $Display_Save | $Display_Close}
103 <p class="seperator">&nbsp;
104 </p>
105 <div style="text-align:right;" align="right">
106         <p>
107                 {if $Display_Save}
108                         <input type="submit" name="SaveMultiSelectWindow" value="{$SaveButtonString}"> 
109                 {/if}
110                 {if $Display_Close}
111                         <input type="submit" name="CloseMultiSelectWindow" value="{$CloseButtonString}"> 
112                 {/if}
113         </p>
114 </div>
115 {/if}
117 <input type="hidden" name="ignore">
118 <input type="hidden" name="MultiSelectWindow{$filterName}" value="1">