mirror of
https://github.com/myvesta/vesta
synced 2025-07-13 16:43:35 -07:00
notification centre improvements
This commit is contained in:
parent
1bb6ecb2ba
commit
addd9a8f02
34 changed files with 80 additions and 13 deletions
|
@ -6,13 +6,18 @@ App.Templates.html = {
|
|||
WEB: {
|
||||
hint: [''],
|
||||
notification: [
|
||||
'<li class="~!:UNSEEN~!"><span class="mark-seen" id="notification-~!:ID~!"> </span>\
|
||||
<span class="title"><span class="icon ~!:TYPE~!"> </span>~!:TOPIC~!</span>\
|
||||
'<li class="~!:UNSEEN~!"><span class="unselectable mark-seen" id="notification-~!:ID~!"> </span>\
|
||||
<span class="title"><span class="unselectable icon ~!:TYPE~!"> </span>~!:TOPIC~!</span>\
|
||||
~!:NOTICE~!\
|
||||
</li>'
|
||||
],
|
||||
notification_empty: [
|
||||
'<li class="empty">\
|
||||
'+App.Constants.NOTIFICATIONS_EMPTY+'\
|
||||
</li>'
|
||||
]
|
||||
|
||||
},
|
||||
|
||||
// file manager
|
||||
//
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue