Code

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