Code

Starting move
[gosa.git] / include / sieve / templates / import_script.tpl
1 <h2>{t}Import sieve script{/t}</h2>
2 {t}Please select the sieve script you want to import. Use the import button to import the script or the cancel button to abort.{/t}
3 <br>
4 <br>
5 <b>{t}Script to import{/t}</b>&nbsp;<input type='file' name='Script_To_Import'>
7 <br>
8 <br>
9 <p class='seperator'>&nbsp;</p>
10 <br>
11 <div class='seperator' style='text-align:right; width:100%;'>
12     <input type='submit' name='Import_Script_Save' value='{t}Import{/t}'>
13         &nbsp;
14     <input type='submit' name='Import_Script_Cancel' value='{t}Cancel{/t}'>
15 </div>