|
|
@ -87,7 +87,7 @@
|
|
|
|
{{#zone "navbarCollapsableRightItems"}}
|
|
|
|
{{#zone "navbarCollapsableRightItems"}}
|
|
|
|
<ul id="notification-bubble-wrapper" class="nav navbar-nav navbar-right">
|
|
|
|
<ul id="notification-bubble-wrapper" class="nav navbar-nav navbar-right">
|
|
|
|
<li class="visible-inline-block">
|
|
|
|
<li class="visible-inline-block">
|
|
|
|
<!--<a href="{{appContext}}notification-listing" title="Failures of operations on the device side will be listed here">-->
|
|
|
|
<!--<a href="{{@app.context}}notification-listing" title="Failures of operations on the device side will be listed here">-->
|
|
|
|
<a data-toggle="sidebar" data-target="#right-sidebar" data-container=".page-content"
|
|
|
|
<a data-toggle="sidebar" data-target="#right-sidebar" data-container=".page-content"
|
|
|
|
aria-expanded="false" rel="notifications-sidebar">
|
|
|
|
aria-expanded="false" rel="notifications-sidebar">
|
|
|
|
<span class="icon fw-stack">
|
|
|
|
<span class="icon fw-stack">
|
|
|
@ -105,12 +105,12 @@
|
|
|
|
data-offset-top="80">
|
|
|
|
data-offset-top="80">
|
|
|
|
<ul class="sidebar-messages">
|
|
|
|
<ul class="sidebar-messages">
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<div class="text-center"><a href="{{appContext}}notification-listing" class="btn btn-primary">Show All Notifications</a></div>
|
|
|
|
<div class="text-center"><a href="{{@app.context}}/notification-listing" class="btn btn-primary">Show All Notifications</a></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/zone}}
|
|
|
|
{{/zone}}
|
|
|
|
{{#zone "bottomJs"}}
|
|
|
|
{{#zone "bottomJs"}}
|
|
|
|
<script id="notifications" data-current-user="{{currentUser.username}}"
|
|
|
|
<script id="notifications" data-current-user="{{@user.username}}"
|
|
|
|
data-image-resource="{{self.publicURL}}/images/" src="{{self.publicURL}}/templates/notifications.hbs"
|
|
|
|
data-image-resource="{{@unit.publicUri}}/images/" src="{{@unit.publicUri}}/templates/notifications.hbs"
|
|
|
|
type="text/x-handlebars-template"></script>
|
|
|
|
type="text/x-handlebars-template"></script>
|
|
|
|
{{js "js/nav-menu.js"}}
|
|
|
|
{{js "js/nav-menu.js"}}
|
|
|
|
{{/zone}}
|
|
|
|
{{/zone}}
|
|
|
|