Changeset 2159 in subversion for trunk/roundcubemail/skins/default/templates/compose.html
- Timestamp:
- Dec 16, 2008 11:24:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/templates/compose.html
r2152 r2159 44 44 <td><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="2" tabindex="2" /></td> 45 45 </tr><tr id="compose-cc"> 46 <td class="title top"><a href="#cc" onclick="return rcmail_hide_header_form('cc');" /><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name="delete"/>" /></a>46 <td class="title top"><a href="#cc" onclick="return rcmail_hide_header_form('cc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a> 47 47 <label for="_cc"><roundcube:label name="cc" /></label></td> 48 48 <td><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="2" tabindex="3" /></td> 49 49 </tr><tr id="compose-bcc"> 50 <td class="title top"><a href="#bcc" onclick="return rcmail_hide_header_form('bcc');" /><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name="delete"/>" /></a>50 <td class="title top"><a href="#bcc" onclick="return rcmail_hide_header_form('bcc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a> 51 51 <label for="_bcc"><roundcube:label name="bcc" /></label></td> 52 52 <td><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="2" tabindex="4" /></td> 53 53 </tr><tr id="compose-replyto"> 54 <td class="title top"><a href="#replyto" onclick="return rcmail_hide_header_form('replyto');" /><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name="delete"/>" /></a>54 <td class="title top"><a href="#replyto" onclick="return rcmail_hide_header_form('replyto');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a> 55 55 <label for="_replyto"><roundcube:label name="replyto" /></label></td> 56 56 <td><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td>
Note: See TracChangeset
for help on using the changeset viewer.
