You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
995 B
HTML
24 lines
995 B
HTML
<roundcube:include file="includes/layout.html" />
|
|
<roundcube:include file="includes/menu.html" />
|
|
<roundcube:include file="includes/settings-menu.html" />
|
|
|
|
<h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="managesieve.vacation" /></h1>
|
|
|
|
<div class="content selected" role="main">
|
|
<div class="header">
|
|
<a class="button icon back-list-button" href="#back"><span class="inner"><roundcube:label name="back" /></span></a>
|
|
<span class="header-title"></span>
|
|
</div>
|
|
<div class="formcontainer scroller" aria-labelledby="aria-label-vacationform">
|
|
<div class="formcontent">
|
|
<h2 class="voice" id="aria-label-vacationform"><roundcube:label name="managesieve.vacation" /></h2>
|
|
<roundcube:object name="vacationform" id="vacationform" class="propform" />
|
|
</div>
|
|
<div class="formbuttons">
|
|
<roundcube:button command="plugin.managesieve-save" class="primary button save" label="save" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<roundcube:include file="includes/footer.html" />
|