Opened 12 months ago
Closed 10 months ago
#1488538 closed Bugs (fixed)
Larry -> MessageFullHeaders object is missing
| Reported by: | rosali | Owned by: | alec |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.9-beta |
| Component: | User Interface | Version: | 0.8-rc |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In messagepreview.html and message.html the template object "messageFullHeaders" is missing. Is this intended? It works well if I insert right below
...
<roundcube:object name="messageHeaders" id="preview-allheaders"
class="headers-table" addicon="/images/addcontact.png"
exclude="subject,replyto" />
...
<roundcube:object name="messageFullHeaders" id="full-headers" />
I noticed that the support link in headers.html is configurable. But
the link still appears when inserting into main.inc.php ...
$rcmail_configsupport_url? = false;
Change History (8)
comment:1 Changed 12 months ago by alec
comment:2 follow-up: ↓ 3 Changed 12 months ago by rosali
I've just checked. support_url works. I've mixed this up with the "About" Link and the "Version" Link on the login page. These links should be configurable too.
There is a very old ticket of mine, regarding robot blocking on login page. Perhaps this could be fixed too.
comment:3 in reply to: ↑ 2 Changed 12 months ago by thomasb
- Resolution set to invalid
- Status changed from new to closed
Replying to rosali:
I've just checked. support_url works. I've mixed this up with the "About" Link and the "Version" Link on the login page. These links should be configurable too.
We can't have a config option for every little element on the screen. This is UI stuff and can be solved with a custom skin.
comment:4 Changed 10 months ago by rosali
Header preview object is still missing in message preview template. Best is to have it in both, but IMO it is more handy to have a chance to look at headers in message preview.
comment:5 Changed 10 months ago by rosali
- Resolution invalid deleted
- Status changed from closed to reopened
comment:6 Changed 10 months ago by alec
- Milestone changed from 0.8-stable to 0.9-beta
I also think that both message preview and show boxes could be unified in look.
comment:7 Changed 10 months ago by alec
- Owner set to alec
- Status changed from reopened to new
comment:8 Changed 10 months ago by alec
- Resolution set to fixed
- Status changed from new to closed

I'm unable to reproduce the support_url issue.