Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / mail / personal / mail / sieve / templates / element_fileinto.tpl
1 <table class='sieve_fileinto_container'>
2         <tr>
3                 <td colspan=2>
4                         <b>{t}Move mail into folder{/t}</b>
5                 </td>
6                 <td style='text-align:right;'>
7                         {if $User_Mode}
8                                 <input type='submit' name='user_mode_{$ID}' value='{t}Select from list{/t}'>
9                         {else}
10                                 <input type='submit' name='user_mode_{$ID}' value='{t}Manual selection{/t}'>
11                         {/if}
12                 </td>
13         </tr>
14         <tr>
15                 <td style='width:20px;'>
16                 </td>
17                 <td>
18                         {t}Folder{/t}
19                         {if $User_Mode}
20                                 <input class='sieve_fileinto_input' type='text' value="{$Selected}" name='fileinto_{$ID}'>
21                         {else}
22                                 <select name='fileinto_{$ID}' class='sieve_fileinto_input'>
23                                         {html_options values=$Boxes output=$Boxes selected=$Selected}
24                                 </select>
25                         {/if}
26                 </td>
27                 <td >
28                 </td>
29         </tr>
30 </table>