Code

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