Code

Updated mail plugin headers
[gosa.git] / gosa-plugins / mail / personal / mail / mailAddressSelect / selectMailAddress-filter.tpl
1 <div class="contentboxh">
2  <p class="contentboxh">
3   {image path="images/launch.png" align="right"}{t}Filter{/t}
5  </p>
6 </div>
8 <div class="contentboxb">
10 <div style="border-top:1px solid #AAAAAA"></div>
12   {$USER}&nbsp;<LABEL for='SAMBA'>{t}Show users{/t}</LABEL><br>
13   {$GROUP}&nbsp;<LABEL for='POSIX'>{t}Show groups{/t}</LABEL><br>
15  <div style="border-top:1px solid #AAAAAA"></div>
17  {$SCOPE}
19  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
20   <tr>
21    <td>
22     <label for="NAME">
23      {image path="images/lists/search.png"}&nbsp;Name
25     </label>
26    </td>
27    <td>
28     {$NAME}
29    </td>
30   </tr>
31  </table>
33  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
34   <tr>
35    <td width="100%" align="right">
36     {$APPLY}
37    </td>
38   </tr>
39  </table>
40 </div>