| | |
| | | <div id="compose-contacts"> |
| | | <div class="boxtitle"><roundcube:label name="contacts" /></div> |
| | | <div class="boxlistcontent"> |
| | | <div id="quicksearchbar"> |
| | | <div class="searchbox"> |
| | | <img id="searchmenulink" src="/images/icons/glass.png" width="16" height="16" /> |
| | | <roundcube:object name="searchform" id="quicksearchbox" form="true" tabindex="13" /> |
| | | <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> |
| | |
| | | |
| | | <div id="composeoptionsmenu" class="popupmenu"> |
| | | <table> |
| | | <roundcube:if condition="!in_array('mdn_default', (array)config:dont_override)" /> |
| | | <tr> |
| | | <td><label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" />:</label></td> |
| | | <td><roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" /></td> |
| | | <td><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" /></td> |
| | | </tr> |
| | | <roundcube:if condition="config:smtp_server != ''" /> |
| | | <roundcube:endif /> |
| | | <roundcube:if condition="config:smtp_server != '' and !in_array('dsn_default', (array)config:dont_override)" /> |
| | | <tr> |
| | | <td><label for="rcmcomposedsn"><roundcube:label name="dsn" />:</label></td> |
| | | <td><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /></td> |
| | |
| | | <li><label class="comment"><roundcube:label name="insertresponse" /></label></li> |
| | | <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" /> |
| | | <li><label class="comment"><roundcube:label name="manageresponses" /></label></li> |
| | | <li><roundcube:button command="save-response" type="link" label="savenewresponse" classAct="active" unselectable="on" /></li> |
| | | <li><roundcube:button command="responses" type="link" label="editresponses" classAct="active" /></li> |
| | | <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" /> |
| | | <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" /> |
| | | </ul> |
| | | </div> |
| | | |