Code

Added a filter preparation files
[gosa.git] / gosa-core / ihtml / themes / default / MultiSelectWindow.tpl
1         <!-- Avoid posting the first action specified on this page when pressing 'enter' while editing an input field.
2                 Mostly "dep_root" was posted the base selector was resetted. -->
3         <input type='image' src='images/empty.png' name='no_action_posted' value='do_nothing' alt='' style='width:2px;height:2px;'>
5                 
6         <!-- Used to identify the post data, if we don't check this we may execute
7                   actions on a wrong list.
8       -->
9         <input type="hidden" value="{$POST_ID}" name="POST_ID">
10         <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
11                 <tr>
12                         <td style="vertical-align:top; width:50%;">
13                         <div class="contentboxh" {if !$is_headpage}  style="height:20px;" {/if}>
14                                 <p class="contentboxh" {if !$is_headpage} style="font-size:12px;" {/if}>
15                                         {$Summary} {$hint} 
16                                 </p>
17                         </div>
18                         <div class="contentboxb">
19                                 <div style='background:white;padding:0px;'>
20                                 <table>
21                                         <tr>
22                                                 <td>
23                                                 {$Header}
24                                                 </td>
25                                                 {if $HeaderDropDown != ""}
26                                                         <td>
27                                                                 <img src='images/lists/seperator.png' alt='-' align='middle' height='16' width='1' class='center'>
28                                                                 <img src='images/rocket.png' alt='' class='center'>
29                                                         </td>
30                                                         <td>
31                                                                 {$HeaderDropDown}
32                                                         </td>
33                                                 {/if}
34                                         </tr>
35                                 </table>
36                                 </div>
37                         </div>
38                         <div style='height:4px;'>
39                         </div>
40                                 <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
41                         {$DivList}
42                         <input type=hidden name="edit_helper">
43                         </div>
44                 </td>
45                 {if $is_headpage}
46                 <td style="vertical-align:top;">
47                         {$UserBox1}
48         {if $Information != ""}
49                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
50                         <p class="contentboxh">
51                                         <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
52                                 </p>
53                         </div>
54                         <div class="contentboxb" style="padding:5px;">
55                                 {$Information}
56                         </div>
57                         <br>
58         {/if}
59                         {$UserBox2}
60                         {if !$Skip_Filter_Part }
61                         <div class="contentboxh">
62                         <p class="contentboxh">
63                                         <img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}
64                                 </p>
65                         </div>
66                         <div class="contentboxb">
67                                 {if $Display_alphabet}
68                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
69                                         {$alphabet}
70                                 </table>
71                                 {/if}
72                                 { if $CheckBoxes != ""}
73                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
74                                         <tr>
75                                                 <td>
76                                                         {$CheckBoxes}
77                                                 </td>
78                                         </tr>
79                                 </table>   
80                                 {/if}
81                         {$regexes}
82                         {$apply}
83                         </div>
84                         {$UserBox3}
85                         {/if}
86                 </td>
87                 {else}
88                 <td style="vertical-align:top;">
89                         {$UserBox1}
90                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
91                         <p class="contentboxh">
92                                         <img src="{$infoimage}" align="right" alt="[i]"><font style='font-size:13px;'>{t}Information{/t}</font>
93                                 </p>
94                         </div>
95                         <div class="contentboxb" style="padding:5px;">
96                                 {$Information}
97                         </div>
98                         {$UserBox2}
99                         <br>
100                         {if !$Skip_Filter_Part }
101                         <div class="contentboxh" style="height:20px;">
102                         <p class="contentboxh">
103                                         <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
104                                 </p>
105                         </div>
106                         <div class="contentboxb">
107                                 {if $Display_alphabet}
108                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
109                                         {$alphabet}
110                                 </table>
111                                 {/if}
112                                 { if $CheckBoxes != ""}
113                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
114                                         <tr>
115                                                 <td>
116                                                         {$CheckBoxes}
117                                                 </td>
118                                         </tr>
119                                 </table>   
120                                 {/if}
121                         {$regexes}
122                         {$apply}
123                         {$UserBox3}
124                         </div>
125                         {/if}
126                 </td>
127                 {/if}
128         </tr>
129 </table>
130 {if $Display_Save | $Display_Close}
131 <p class="seperator">&nbsp;
132 </p>
133 <div style="text-align:right;" align="right">
134         <p>
135                 {if $Display_Save}
136                         <input type="submit" name="SaveMultiSelectWindow" value="{$SaveButtonString}"> 
137                 {/if}
138                 {if $Display_Close}
139                         <input type="submit" name="CloseMultiSelectWindow" value="{$CloseButtonString}"> 
140                 {/if}
141         </p>
142 </div>
143 {/if}
144 {if $IgnoreAccount}
145 <input type="hidden" name="ignore">
146 {/if}
147 <input type="hidden" name="menu_action" id='menu_action'>
148 <input type="hidden" name="MultiSelectWindow{$filterName}" value="1">