~ubuntu-branches/ubuntu/vivid/gosa/vivid

« back to all changes in this revision

Viewing changes to include/sieve/templates/element_size.tpl

Tags: 2.7.1-1
* New upstream release
* Updated packaging to not include smarty (Closes: #620489)
* Fixed case of POSIX (Closes: #620486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<table class='sieve_test_case'>
2
 
        <tr>
3
 
                <td>
4
 
                        <b>{t}Size{/t}</b>
5
 
                        {if $LastError != ""}
6
 
                                <font color='red'>{$LastError}</font>
7
 
                                <br>
8
 
                        {/if}                   
9
 
 
10
 
                {if $Inverse}
11
 
                <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}' title='{t}Inverse match{/t}'>
12
 
            {else}
13
 
                <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}' title='{t}Inverse match{/t}'>
14
 
            {/if}
15
 
 
16
 
                        <select name='Match_type_{$ID}' title='{t}Select match type{/t}'>
17
 
                                {html_options options=$Match_types selected=$Match_type}
18
 
                        </select>
19
 
                        <input type='text' name='Value_{$ID}' value='{$Value}'>
20
 
                        <select name='Value_Unit_{$ID}' title='{t}Select value unit{/t}'>
21
 
                                {html_options options=$Units selected=$Value_Unit}
22
 
                        </select>
23
 
                </td>
24
 
        </tr>
25
 
</table>