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.
roundcubemail/skins/elastic/templates/responses.html

38 lines
1.6 KiB
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="responses" /></h1>
<!-- responses list -->
<div id="list" class="list listbox selected" aria-labelledby="aria-label-responseslist">
<div id="aria-label-responseslist" class="header">
<a class="button icon menu-button" href="#menu"><span class="inner"><roundcube:label name="menu" /></span></a>
<a class="button icon back-sidebar-button" href="#sidebar"><span class="inner"><roundcube:label name="settings" /></span></a>
<roundcube:label name="responses" />
</div>
<div class="scroller">
<roundcube:object name="responseslist" id="identities-table" class="listing" noheader="true" role="listbox" />
</div>
<div class="footer">
<roundcube:button command="add" type="link" title="newresponse"
class="listbutton add disabled" classAct="listbutton add" innerClass="inner"
label="addresponse"
/>
<roundcube:button command="delete" type="link" title="delete"
class="listbutton delete disabled" classAct="listbutton delete" innerClass="inner"
label="delete"
/>
</div>
</div>
<!-- response details frame -->
<div id="content" class="content" role="main">
<div class="header">
<a class="button icon back-list-button" href="#back"><span class="inner"><roundcube:label name="back" /></span></a>
</div>
<roundcube:object name="responseframe" id="preferences-frame" src="/watermark.html" title="arialabelresonseeditfrom" />
</div>
<roundcube:include file="/includes/footer.html" />