diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-10 11:16:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-10 11:16:32 +0000 |
| commit | ae1e4313e2e028c5df05bfe947a07fc36dcb1474 (patch) | |
| tree | 8a1c32d58b6aca87e72b9b9652e19a6673159d9b /roundcubemail/skins/default/templates/message.html | |
| parent | 5752738463196e94d7ca57a7039edf44af439262 (diff) | |
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
git-svn-id: https://svn.roundcube.net/trunk@5409 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/message.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/message.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/message.html b/roundcubemail/skins/default/templates/message.html index 8e2bb2cb3..714540b78 100644 --- a/roundcubemail/skins/default/templates/message.html +++ b/roundcubemail/skins/default/templates/message.html @@ -36,8 +36,7 @@ <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" /> <roundcube:object name="messageFullHeaders" id="full-headers" /> <roundcube:object name="messageAttachments" id="attachment-list" /> - -<roundcube:object name="blockedObjects" id="remote-objects-message" /> +<roundcube:object name="messageObjects" id="message-objects" /> <roundcube:object name="messageBody" id="messagebody" /> </div> <div class="boxfooter"> |
