Code

Some changes
[gosa.git] / include / sieve / templates / edit_frame_base.tpl
1 <table style='width:100%;' cellspacing=0 cellpadding=0>
3         <tr>
4                 <td style='background-color: #CCCCCC; padding:5px;'>
5                         
6                         <input type='submit' name='Add_Element' value="{t}Add element{/t}">
7                         <input type='submit' name='Save_Copy' value="{t}Save copy{/t}">
8                         <input type='submit' name='Import_Copy' value="{t}Import copy{/t}">
10                         
11                         <input type='submit' name='View_Source' value="{t}View source{/t}">
12                         <input type='submit' name='View_Structured' value="{t}View structured{/t}">
13                 </td>
14         </tr>
15         <tr>
16                 <td style='background-color: #FFFFFF; border: solid 2px #CCCCCC; '>
18                         {if $Mode == "Structured"}
19                                 {$Contents}
20                         {else}
21                                 <textarea name='script_contents' style='width:100%;height:350px;'>{$Contents}</textarea>
22                         {/if}
24                 </td>
25         </tr>
26 </table>
27 <div class='seperator' style='text-align:right; width:100%;'>
28         <input type='submit' name='save_sieve_changes' value='{t}Save{/t}'>
29         &nbsp;
30     <input type='submit' name='cancel_sieve_changes' value='{t}Cancel{/t}'>
31 </div>