Línea 45... |
Línea 45... |
45 |
{{$togglelabel}}{{!
|
45 |
{{$togglelabel}}{{!
|
46 |
}}{{^unreadcount}} {{#str}} shownotificationwindownonew, message {{/str}} {{/unreadcount}} {{!
|
46 |
}}{{^unreadcount}} {{#str}} shownotificationwindownonew, message {{/str}} {{/unreadcount}} {{!
|
47 |
}}{{#unreadcount}} {{#str}} shownotificationwindowwithcount, message, {{.}} {{/str}} {{/unreadcount}} {{!
|
47 |
}}{{#unreadcount}} {{#str}} shownotificationwindowwithcount, message, {{.}} {{/str}} {{/unreadcount}} {{!
|
48 |
}}{{/togglelabel}}
|
48 |
}}{{/togglelabel}}
|
49 |
{{$togglecontent}}
|
49 |
{{$togglecontent}}
|
50 |
{{#pix}} i/notifications, core, {{#str}} togglenotificationmenu, message {{/str}} {{/pix}}
|
50 |
{{#pix}} i/notifications, core {{/pix}}
|
51 |
<div
|
51 |
<div
|
52 |
class="count-container {{^unreadcount}}hidden{{/unreadcount}}"
|
52 |
class="count-container {{^unreadcount}}hidden{{/unreadcount}}"
|
53 |
data-region="count-container"
|
53 |
data-region="count-container"
|
54 |
aria-hidden=true
|
54 |
aria-hidden=true
|
55 |
>
|
55 |
>
|
56 |
{{unreadcount}}
|
56 |
{{unreadcount}}
|
57 |
</div>
|
57 |
</div>
|
58 |
{{/togglecontent}}
|
58 |
{{/togglecontent}}
|
59 |
|
- |
|
- |
|
59 |
{{$containerrole}}dialog{{/containerrole}}
|
- |
|
60 |
{{$containerattributes}}
|
- |
|
61 |
aria-modal="true"
|
- |
|
62 |
tabindex="-1"
|
- |
|
63 |
{{/containerattributes}}
|
60 |
{{$containerlabel}}{{#str}} notificationwindow, message {{/str}}{{/containerlabel}}
|
64 |
{{$containerlabel}}{{#str}} notificationwindow, message {{/str}}{{/containerlabel}}
|
Línea 61... |
Línea 65... |
61 |
|
65 |
|
62 |
{{$headertext}}{{#str}} notifications, message {{/str}}{{/headertext}}
|
66 |
{{$headertext}}{{#str}} notifications, message {{/str}}{{/headertext}}
|
63 |
{{$headeractions}}
|
67 |
{{$headeractions}}
|
64 |
<a class="mark-all-read-button"
|
68 |
<a class="mark-all-read-button btn btn-sm btn-link m-0 py-0 icon-no-margin"
|
65 |
href="#"
|
69 |
href="#"
|
66 |
title="{{#str}} markallread {{/str}}"
|
70 |
title="{{#str}} markallread {{/str}}"
|
67 |
data-action="mark-all-read"
|
71 |
data-action="mark-all-read"
|
68 |
role="button"
|
72 |
role="button"
|
69 |
aria-label="{{#str}} markallread {{/str}}">
|
73 |
aria-label="{{#str}} markallread {{/str}}">
|
70 |
<span class="normal-icon">{{#pix}} t/markasread, core {{/pix}}</span>
|
74 |
<span class="normal-icon">{{#pix}} t/markasread, core {{/pix}}</span>
|
- |
|
75 |
{{> core/loading }}
|
- |
|
76 |
{{! Records notifications being marked as read state message. }}
|
71 |
{{> core/loading }}
|
77 |
<span aria-live="polite" class="visually-hidden" data-region="notification-read-feedback"></span>
|
72 |
</a>
|
78 |
</a>
|
73 |
{{# urls.preferences }}
|
79 |
{{# urls.preferences }}
|
74 |
<a href="{{{ . }}}"
|
80 |
<a href="{{{ . }}}"
|
75 |
title="{{#str}} notificationpreferences, message {{/str}}"
|
81 |
title="{{#str}} notificationpreferences, message {{/str}}"
|
- |
|
82 |
aria-label="{{#str}} notificationpreferences, message {{/str}}"
|
76 |
aria-label="{{#str}} notificationpreferences, message {{/str}}">
|
83 |
class="btn btn-sm btn-link m-0 py-0 icon-no-margin" >
|
77 |
{{#pix}} i/settings, core {{/pix}}</a>
|
84 |
{{#pix}} i/settings, core {{/pix}}</a>
|
- |
|
85 |
{{/ urls.preferences }}
|
- |
|
86 |
<button type="button" class="btn btn-sm btn-link m-0 py-0 icon-no-margin" aria-label="{{#str}}closebuttontitle{{/str}}" title="{{#str}}closebuttontitle{{/str}}" data-action="close-notification-popover">
|
- |
|
87 |
{{#pix}}i/window_close{{/pix}}
|
78 |
{{/ urls.preferences }}
|
88 |
</button>
|
Línea 79... |
Línea 89... |
79 |
{{/headeractions}}
|
89 |
{{/headeractions}}
|
80 |
|
90 |
|
81 |
{{$content}}
|
91 |
{{$content}}
|