summaryrefslogtreecommitdiff
path: root/skins/default/templates/compose.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-09-29 12:24:01 +0000
committeralecpl <alec@alec.pl>2010-09-29 12:24:01 +0000
commitd7f9eb573b82ca55c521b68f7cf3ad8de55ab8ba (patch)
tree80ccf87e2e05f5514df23aa99398d587d138df79 /skins/default/templates/compose.html
parenteacce9b3f570f9f708df681b6551dd8f0f7e740d (diff)
- Add link to identities in compose window (#1486729)
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r--skins/default/templates/compose.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 1f02a4633..2e08b8669 100644
--- a/skins/default/templates/compose.html
+++ b/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>