Code

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