Code

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