Code

Updated Multiselect dialog
[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">
5                                 <p class="contentboxh">
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                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
62                         <p class="contentboxh">
63                                         <img src="{$infoimage}" align="right" alt="[i]"><font style='font-size:13px;'>{t}Information{/t}</font>
64                                 </p>
65                         </div>
66                         <div class="contentboxb" style="padding:5px;">
67                                 {$Information}
68                         </div>
69                         <br>
70                         <div class="contentboxh" style="height:20px;">
71                         <p class="contentboxh">
72                                         <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
73                                 </p>
74                         </div>
75                         <div class="contentboxb">
76                                 {if $Display_alphabet}
77                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
78                                         {$alphabet}
79                                 </table>
80                                 {/if}
81                                 { if $CheckBoxes != ""}
82                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
83                                         <tr>
84                                                 <td>
85                                                         {$CheckBoxes}
86                                                 </td>
87                                         </tr>
88                                 </table>   
89                                 {/if}
90                         {$regexes}
91                         {$apply}
92                         </div>
93                 </td>
95                 {/if}
96         </tr>
97 </table>
98 {if $Display_Save | $Display_Close}
99 <p class="seperator">&nbsp;
100 </p>
101 <div style="text-align:right;" align="right">
102         <p>
103                 {if $Display_Save}
104                         <input type="submit" name="SaveMultiSelectWindow" value="{$SaveButtonString}"> 
105                 {/if}
106                 {if $Display_Close}
107                         <input type="submit" name="CloseMultiSelectWindow" value="{$CloseButtonString}"> 
108                 {/if}
109         </p>
110 </div>
111 {/if}
113 <input type="hidden" name="ignore">
114 <input type="hidden" name="MultiSelectWindow{$filterName}" value="1">