roundcubemail-plugins-kolab/plugins/kolab_delegation/skins/elastic/templates/editform.html

23 lines
848 B
HTML

<roundcube:include file="includes/layout.html" />
<h1 class="voice"><roundcube:label name="kolab_delegation.delegate" /></h1>
<div class="formcontent">
<form action="#" method="post" id="delegateform" class="propform">
<fieldset>
<legend><roundcube:label name="kolab_delegation.delegateprops" /></legend>
<roundcube:object name="plugin.delegateform" form="delegateform" class="propform" />
</fieldset>
<fieldset>
<legend><roundcube:label name="kolab_delegation.delegatefolders" /></legend>
<roundcube:object name="plugin.delegatefolders" form="delegateform"
id="delegatefolders" use-fieldsets="true" class="tabbed" />
</fieldset>
</form>
</div>
<div class="formbuttons">
<roundcube:button command="delegate-save" class="btn btn-primary submit" label="save" />
</div>
<roundcube:include file="includes/footer.html" />