Code

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