rename CSS attributes notify => notification
This commit is contained in:
parent
b016e420fe
commit
b229939c3d
30 changed files with 177 additions and 177 deletions
|
@ -34,7 +34,7 @@
|
|||
<a accesskey="c" id="nav-community-link" class="nav-commlink {{$nav.community.2}} {{$sel.community}}" href="{{$nav.community.0}}" title="{{$nav.community.3}}" >{{$nav.community.1}}</a>
|
||||
{{/if}}
|
||||
{{if $nav.introductions}}
|
||||
<a id="nav-notify-link" class="nav-commlink {{$nav.introductions.2}} {{$sel.introductions}}" href="{{$nav.introductions.0}}" title="{{$nav.introductions.3}}" >{{$nav.introductions.1}}</a>
|
||||
<a id="nav-notification-link" class="nav-commlink {{$nav.introductions.2}} {{$sel.introductions}}" href="{{$nav.introductions.0}}" title="{{$nav.introductions.3}}" >{{$nav.introductions.1}}</a>
|
||||
<span id="intro-update" class="nav-ajax-left"></span>
|
||||
{{/if}}
|
||||
{{if $nav.messages}}
|
||||
|
@ -49,7 +49,7 @@
|
|||
|
||||
{{if $nav.notifications}}
|
||||
<a accesskey="f" id="nav-notifications-linkmenu" class="nav-commlink" href="{{$nav.notifications.0}}" rel="#nav-notifications-menu" title="{{$nav.notifications.1}}">{{$nav.notifications.1}}</a>
|
||||
<span id="notify-update" class="nav-ajax-left"></span>
|
||||
<span id="notification-update" class="nav-ajax-left"></span>
|
||||
<ul id="nav-notifications-menu" class="menu-popup">
|
||||
<li id="nav-notifications-see-all"><a href="{{$nav.notifications.all.0}}">{{$nav.notifications.all.1}}</a></li>
|
||||
<li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">{{$nav.notifications.mark.3}}</a></li>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
|
||||
|
||||
<h1>{{$notif_header}}</h1>
|
||||
<h1>{{$header}}</h1>
|
||||
|
||||
{{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
|
||||
|
||||
<div class="notif-network-wrapper">
|
||||
{{* The "show ignored" link *}}
|
||||
{{if $notif_show_lnk}}<a href="{{$notif_show_lnk.href}}" id="notifications-show-hide-link">{{$notif_show_lnk.text}}</a>{{/if}}
|
||||
{{if $showLink}}<a href="{{$showLink.href}}" id="notifications-show-hide-link">{{$showLink.text}}</a>{{/if}}
|
||||
|
||||
{{* The notifications *}}
|
||||
{{if $notif_content}}
|
||||
{{foreach $notif_content as $notification}}
|
||||
{{if $notifications}}
|
||||
{{foreach $notifications as $notification}}
|
||||
{{$notification nofilter}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
{{* If no notifications messages available *}}
|
||||
{{if $notif_nocontent}}
|
||||
<div class="notif_nocontent">{{$notif_nocontent}}</div>
|
||||
{{if $noContent}}
|
||||
<div class="notification_nocontent">{{$noContent}}</div>
|
||||
{{/if}}
|
||||
|
||||
{{* The pager *}}
|
||||
{{$notif_paginate nofilter}}
|
||||
{{$paginate nofilter}}
|
||||
</div>
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
<div class="settings-content-block">
|
||||
<div id="settings-notifications">
|
||||
|
||||
<div id="settings-notify-desc">{{$lbl_not}}</div>
|
||||
<div id="settings-notification-desc">{{$lbl_not}}</div>
|
||||
|
||||
<div class="group">
|
||||
{{include file="field_intcheckbox.tpl" field=$notify1}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue