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; '>
17                         {$Contents}
19                 </td>
20         </tr>
21 </table>
22 <div class='seperator' style='text-align:right; width:100%;'>
23         <input type='submit' name='save_sieve_changes' value='{t}Save{/t}'>
24         &nbsp;
25     <input type='submit' name='cancel_sieve_changes' value='{t}Cancel{/t}'>
26 </div>