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

« back to all changes in this revision

Viewing changes to include/sieve/templates/add_element.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
 
<h2>{t}Add a new element{/t}</h2>
2
 
{t}Please select the type of element you want to add{/t}
3
 
<br>
4
 
<select name='element_type'>
5
 
        {html_options options=$element_types selected=$element_type }
6
 
</select>
7
 
 
8
 
<p class='seperator'>&nbsp;</p>
9
 
<br>
10
 
<div class='seperator' style='text-align:right; width:100%;'>
11
 
    <input type='submit' name='select_new_element_type' value='{t}Continue{/t}'>
12
 
    &nbsp;
13
 
    <input type='submit' name='select_new_element_type_cancel' value='{t}Abort{/t}'>
14
 
</div>