Show More
@@ -9,7 +9,7 b'' | |||||
9 | </%def> |
|
9 | </%def> | |
10 |
|
10 | |||
11 | <%def name="breadcrumbs_links()"> |
|
11 | <%def name="breadcrumbs_links()"> | |
12 | ${h.link_to(_('Notifications'),h.url('notifications'))} |
|
12 | ${h.link_to(_('Notifications'), h.url('notifications'))} | |
13 | » |
|
13 | » | |
14 | ${_('Show notification')} |
|
14 | ${_('Show notification')} | |
15 | </%def> |
|
15 | </%def> | |
@@ -23,11 +23,6 b'' | |||||
23 | <!-- box / title --> |
|
23 | <!-- box / title --> | |
24 | <div class="title"> |
|
24 | <div class="title"> | |
25 | ${self.breadcrumbs()} |
|
25 | ${self.breadcrumbs()} | |
26 | ##<ul class="links"> |
|
|||
27 | ## <li> |
|
|||
28 | ## <span ><a href="#">${_('Compose message')}</a></span> |
|
|||
29 | ## </li> |
|
|||
30 | ##</ul> |
|
|||
31 |
|
|
26 | </div> | |
32 | <div class="table"> |
|
27 | <div class="table"> | |
33 | <div id="notification_${c.notification.notification_id}" class="main-content-full"> |
|
28 | <div id="notification_${c.notification.notification_id}" class="main-content-full"> | |
@@ -41,7 +36,9 b'' | |||||
41 | </div> |
|
36 | </div> | |
42 | </div> |
|
37 | </div> | |
43 | <div class="notification-body"> |
|
38 | <div class="notification-body"> | |
44 |
<div class="notification-subject"> |
|
39 | <div class="notification-subject"> | |
|
40 | <h3>${_('Subject')}: ${c.notification.subject}</h3> | |||
|
41 | </div> | |||
45 | %if c.notification.body: |
|
42 | %if c.notification.body: | |
46 | ${h.render(c.notification.body, renderer=c.visual.default_renderer, mentions=True)} |
|
43 | ${h.render(c.notification.body, renderer=c.visual.default_renderer, mentions=True)} | |
47 | %endif |
|
44 | %endif |
General Comments 0
You need to be logged in to leave comments.
Login now