diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-29 12:24:01 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-29 12:24:01 +0000 |
| commit | e72c3403074be1e7664db46f8779b5f640318b3c (patch) | |
| tree | 4ef2fe3d21f052d388b10118afad8bf824557b80 /roundcubemail/skins/default/templates/compose.html | |
| parent | 7e3ac56c3e9971465cfdb410440f73da30ebfa83 (diff) | |
- Add link to identities in compose window (#1486729)
git-svn-id: https://svn.roundcube.net/trunk@4008 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/compose.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 1f02a4633..2e08b8669 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -53,7 +53,10 @@ <table border="0" cellspacing="0" cellpadding="1" id="compose-headers"> <tr> <td class="title"><label for="_from"><roundcube:label name="from" /></label></td> - <td class="editfield"><roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" /></td> + <td class="editfield formlinks"> + <roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" /> + <a href="#identities" onclick="return rcmail.command('identities')"><roundcube:label name="editidents" /></a> + </td> </tr><tr> <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td> <td class="editfield"><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="2" tabindex="2" /></td> @@ -77,7 +80,7 @@ <td class="editfield"><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td> </tr><tr> <td></td> - <td id="formlinks"> + <td class="formlinks"> <a href="#cc" onclick="return rcmail_ui.show_header_form('cc')" id="cc-link"><roundcube:label name="addcc" /></a> <span class="separator">|</span> <a href="#bcc" onclick="return rcmail_ui.show_header_form('bcc')" id="bcc-link"><roundcube:label name="addbcc" /></a> |
