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.
16 lines
574 B
HTML
16 lines
574 B
HTML
<roundcube:include file="includes/layout.html" />
|
|
<roundcube:include file="includes/menu.html" />
|
|
<roundcube:include file="includes/settings-menu.html" condition="env:task == 'settings'" />
|
|
|
|
<div id="content" 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>
|
|
<roundcube:object name="plugin.body" />
|
|
</div>
|
|
|
|
<roundcube:object name="plugin.footer" />
|
|
|
|
<roundcube:include file="includes/footer.html" />
|