Code

Updated the Multiselect window class
[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} 
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                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
22                         <p class="contentboxh">
23                                         <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
24                                 </p>
25                         </div>
26                         <div class="contentboxb" style="padding:5px;">
27                                 {$Information}
28                         </div>
29                         <br>
30                         <div class="contentboxh">
31                         <p class="contentboxh">
32                                         <img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}
33                                 </p>
34                         </div>
35                         <div class="contentboxb">
36                                 {if $Display_alphabet}
37                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
38                                         {$alphabet}
39                                 </table>
40                                 {/if}
41                                 { if $CheckBoxes != ""}
42                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
43                                         <tr>
44                                                 <td>
45                                                         {$CheckBoxes}
46                                                 </td>
47                                         </tr>
48                                 </table>   
49                                 {/if}
50                         {$regexes}
51                         {$apply}
52                         </div>
53                 </td>
54                 {else}
55                 <td style="vertical-align:top;">
56                         <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
57                         <p class="contentboxh">
58                                         <img src="{$infoimage}" align="right" alt="[i]"><font style='font-size:13px;'>{t}Information{/t}</font>
59                                 </p>
60                         </div>
61                         <div class="contentboxb" style="padding:5px;">
62                                 {$Information}
63                         </div>
64                         <br>
65                         <div class="contentboxh" style="height:20px;">
66                         <p class="contentboxh">
67                                         <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
68                                 </p>
69                         </div>
70                         <div class="contentboxb">
71                                 {if $Display_alphabet}
72                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
73                                         {$alphabet}
74                                 </table>
75                                 {/if}
76                                 { if $CheckBoxes != ""}
77                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
78                                         <tr>
79                                                 <td>
80                                                         {$CheckBoxes}
81                                                 </td>
82                                         </tr>
83                                 </table>   
84                                 {/if}
85                         {$regexes}
86                         {$apply}
87                         </div>
88                 </td>
90                 {/if}
91         </tr>
92 </table>
93 {if $Display_Save | $Display_Close}
94 <p class="seperator">&nbsp;
95 </p>
96 <div style="text-align:right;" align="right">
97         <p>
98                 {if $Display_Save}
99                         <input type="submit" name="SaveMultiSelectWindow" value="{$SaveButtonString}"> 
100                 {/if}
101                 {if $Display_Close}
102                         <input type="submit" name="CloseMultiSelectWindow" value="{$CloseButtonString}"> 
103                 {/if}
104         </p>
105 </div>
106 {/if}
108 <input type="hidden" name="ignore">
109 <input type="hidden" name="MultiSelectWindow{$filterName}" value="1">