remove notifications code from nav and go live with new notifications
This commit is contained in:
		| @@ -92,11 +92,6 @@ class Channel extends \Zotlabs\Web\Controller { | |||||||
| 			// Ensure we've got a profile owner if updating. | 			// Ensure we've got a profile owner if updating. | ||||||
| 			\App::$profile['profile_uid'] = \App::$profile_uid = $update; | 			\App::$profile['profile_uid'] = \App::$profile_uid = $update; | ||||||
| 		} | 		} | ||||||
| 		else { |  | ||||||
| 			if(\App::$profile['profile_uid'] == local_channel()) { |  | ||||||
| 				nav_set_selected('Channel Home'); |  | ||||||
| 			} |  | ||||||
| 		} |  | ||||||
|  |  | ||||||
| 		$is_owner = (((local_channel()) && (\App::$profile['profile_uid'] == local_channel())) ? true : false); | 		$is_owner = (((local_channel()) && (\App::$profile['profile_uid'] == local_channel())) ? true : false); | ||||||
|  |  | ||||||
| @@ -119,6 +114,8 @@ class Channel extends \Zotlabs\Web\Controller { | |||||||
|  |  | ||||||
| 		if(! $update) { | 		if(! $update) { | ||||||
|  |  | ||||||
|  | 			nav_set_selected('Channel Home'); | ||||||
|  |  | ||||||
| 			$static = channel_manual_conv_update(\App::$profile['profile_uid']); | 			$static = channel_manual_conv_update(\App::$profile['profile_uid']); | ||||||
|  |  | ||||||
| 			//$o .= profile_tabs($a, $is_owner, \App::$profile['channel_address']); | 			//$o .= profile_tabs($a, $is_owner, \App::$profile['channel_address']); | ||||||
|   | |||||||
| @@ -6,9 +6,6 @@ class Notifications { | |||||||
|  |  | ||||||
| 	function widget($arr) { | 	function widget($arr) { | ||||||
|  |  | ||||||
|  		if(! get_pconfig(local_channel(), 'system', 'experimental_notif')) |  | ||||||
| 			return; |  | ||||||
|  |  | ||||||
| 		$channel = \App::get_channel(); | 		$channel = \App::get_channel(); | ||||||
|  |  | ||||||
| 		if(local_channel()) { | 		if(local_channel()) { | ||||||
| @@ -139,7 +136,6 @@ class Notifications { | |||||||
| 			] | 			] | ||||||
| 		]; | 		]; | ||||||
|  |  | ||||||
|  |  | ||||||
| 		$o = replace_macros(get_markup_template('notifications_widget.tpl'), array( | 		$o = replace_macros(get_markup_template('notifications_widget.tpl'), array( | ||||||
| 			'$notifications' => $notifications, | 			'$notifications' => $notifications, | ||||||
| 			'$loading' => t('Loading...') | 			'$loading' => t('Loading...') | ||||||
|   | |||||||
| @@ -62,12 +62,9 @@ EOT; | |||||||
| 	if($banner === false)  | 	if($banner === false)  | ||||||
| 		$banner = get_config('system','sitename'); | 		$banner = get_config('system','sitename'); | ||||||
|  |  | ||||||
| 	if(! get_pconfig(local_channel(), 'system', 'experimental_notif')) { | 	App::$page['header'] .= replace_macros(get_markup_template('hdr.tpl'), array( | ||||||
| 		//the notifications template is in hdr.tpl | 		//we could additionally use this to display important system notifications e.g. for updates | ||||||
| 		App::$page['header'] .= replace_macros(get_markup_template('hdr.tpl'), array( | 	)); | ||||||
| 			//we could additionally use this to display important system notifications e.g. for updates |  | ||||||
| 		)); |  | ||||||
| 	} |  | ||||||
|  |  | ||||||
| 	$techlevel = get_account_techlevel(); | 	$techlevel = get_account_techlevel(); | ||||||
|  |  | ||||||
| @@ -94,8 +91,6 @@ EOT; | |||||||
| 		$nav['loginmenu'][] = Array('rmagic',t('Remote authentication'),'',t('Click to authenticate to your home hub'),'rmagic_nav_btn'); | 		$nav['loginmenu'][] = Array('rmagic',t('Remote authentication'),'',t('Click to authenticate to your home hub'),'rmagic_nav_btn'); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| 	if(local_channel()) { | 	if(local_channel()) { | ||||||
| 		if($chans && count($chans) > 1 && feature_enabled(local_channel(),'nav_channel_select')) | 		if($chans && count($chans) > 1 && feature_enabled(local_channel(),'nav_channel_select')) | ||||||
| 			$nav['channels'] = $chans; | 			$nav['channels'] = $chans; | ||||||
| @@ -171,51 +166,10 @@ EOT; | |||||||
| 	 */ | 	 */ | ||||||
|  |  | ||||||
| 	if(local_channel()) { | 	if(local_channel()) { | ||||||
|  |  | ||||||
| 		$nav['network'] = array('network', t('Activity'), "", t('Network Activity'),'network_nav_btn'); |  | ||||||
| 		$nav['network']['all'] = [ 'network', t('View your network activity'), '','' ]; |  | ||||||
| 		$nav['network']['mark'] = array('', t('Mark all activity notifications seen'), '',''); |  | ||||||
|  |  | ||||||
| 		$nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'),'home_nav_btn'); |  | ||||||
| 		$nav['home']['all'] = [ 'channel/' . $channel['channel_address'], t('View your channel home'), '' , '' ]; |  | ||||||
| 		$nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '',''); |  | ||||||
|  |  | ||||||
|  |  | ||||||
| 		$nav['intros'] = array('connections/ifpending',	t('Connections'), "", t('Connections'),'connections_nav_btn'); |  | ||||||
| 		if(is_site_admin()) |  | ||||||
| 			$nav['registrations'] = array('admin/accounts',	t('Registrations'), "", t('Registrations'),'registrations_nav_btn'); |  | ||||||
|  |  | ||||||
|  |  | ||||||
| 		$nav['notifications'] = array('notifications/system',	t('Notices'), "", t('Notifications'),'notifications_nav_btn'); |  | ||||||
| 		$nav['notifications']['all']=array('notifications/system', t('View all notifications'), "", ""); |  | ||||||
| 		$nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '',''); |  | ||||||
|  |  | ||||||
| 		$nav['messages'] = array('mail/combined', t('Mail'), "", t('Private mail'),'mail_nav_btn'); |  | ||||||
| 		$nav['messages']['all']=array('mail/combined', t('View your private messages'), "", ""); |  | ||||||
| 		$nav['messages']['mark'] = array('', t('Mark all private messages seen'), '',''); |  | ||||||
| 		$nav['messages']['inbox'] = array('mail/inbox', t('Inbox'), "", t('Inbox')); |  | ||||||
| 		$nav['messages']['outbox']= array('mail/outbox', t('Outbox'), "", t('Outbox')); |  | ||||||
| 		$nav['messages']['new'] = array('mail/new', t('New Message'), "", t('New Message')); |  | ||||||
|  |  | ||||||
|  |  | ||||||
| 		$nav['all_events'] = array('events', t('Events'), "", t('Event Calendar'),'events_nav_btn'); |  | ||||||
| 		$nav['all_events']['all']=array('events', t('View events'), "", ""); |  | ||||||
| 		$nav['all_events']['mark'] = array('', t('Mark all events seen'), '',''); |  | ||||||
|  |  | ||||||
| 		if(! $_SESSION['delegate']) { | 		if(! $_SESSION['delegate']) { | ||||||
| 			$nav['manage'] = array('manage', t('Channel Manager'), "", t('Manage Your Channels'),'manage_nav_btn'); | 			$nav['manage'] = array('manage', t('Channel Manager'), "", t('Manage Your Channels'),'manage_nav_btn'); | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		$nav['settings'] = array('settings', t('Settings'),"", t('Account/Channel Settings'),'settings_nav_btn'); | 		$nav['settings'] = array('settings', t('Settings'),"", t('Account/Channel Settings'),'settings_nav_btn'); | ||||||
|  |  | ||||||
| 		$nav['files'] = array('sharedwithme', t('Shared Files'), "", t('New files shared with me'),'files_nav_btn'); |  | ||||||
|  |  | ||||||
| 	} |  | ||||||
|  |  | ||||||
| 	if(! get_config('system', 'disable_discover_tab')) { |  | ||||||
| 		$nav['pubs'] = array('pubstream', t('Public stream'), "", t('Public stream activity'),'pubs_nav_btn'); |  | ||||||
| 		$nav['pubs']['all'] = [ 'pubstream', t('View public stream'), '','' ]; |  | ||||||
| 		$nav['pubs']['mark'] = array('', t('Mark all public stream items seen'), '',''); |  | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	/** | 	/** | ||||||
| @@ -233,13 +187,15 @@ EOT; | |||||||
| 	// turned off until somebody discovers this and figures out a good location for it.  | 	// turned off until somebody discovers this and figures out a good location for it.  | ||||||
| 	$powered_by = ''; | 	$powered_by = ''; | ||||||
|  |  | ||||||
| 	$active_app = q("SELECT app_url FROM app WHERE app_channel = %d AND app_name = '%s' LIMIT 1", | 	if(App::$profile_uid && App::$nav_sel['raw_name']) { | ||||||
| 		intval($channel['channel_id']), | 		$active_app = q("SELECT app_url FROM app WHERE app_channel = %d AND app_name = '%s' LIMIT 1", | ||||||
| 		dbesc(\App::$nav_sel['raw_name']) | 			intval(App::$profile_uid), | ||||||
| 	); | 			dbesc(App::$nav_sel['raw_name']) | ||||||
|  | 		); | ||||||
| 	 | 	 | ||||||
| 	if($active_app) { | 		if($active_app) { | ||||||
| 		$url = $active_app[0]['app_url']; | 			$url = $active_app[0]['app_url']; | ||||||
|  | 		} | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	//app bin | 	//app bin | ||||||
| @@ -297,7 +253,6 @@ EOT; | |||||||
|  |  | ||||||
| 	App::$page['nav'] .= replace_macros($tpl, array( | 	App::$page['nav'] .= replace_macros($tpl, array( | ||||||
| 		'$baseurl' => z_root(), | 		'$baseurl' => z_root(), | ||||||
| 		'$experimental_notif' => get_pconfig(local_channel(), 'system', 'experimental_notif'), |  | ||||||
| 		'$fulldocs' => t('Help'), | 		'$fulldocs' => t('Help'), | ||||||
| 		'$sitelocation' => $sitelocation, | 		'$sitelocation' => $sitelocation, | ||||||
| 		'$nav' => $x['nav'], | 		'$nav' => $x['nav'], | ||||||
| @@ -318,7 +273,7 @@ EOT; | |||||||
| 		'$addapps' => t('Add Apps'), | 		'$addapps' => t('Add Apps'), | ||||||
| 		'$orderapps' => t('Arrange Apps'), | 		'$orderapps' => t('Arrange Apps'), | ||||||
| 		'$sysapps_toggle' => t('Toggle System Apps'), | 		'$sysapps_toggle' => t('Toggle System Apps'), | ||||||
| 		'$url' => $url | 		'$url' => (($url) ? $url : App::$cmd) | ||||||
| 	)); | 	)); | ||||||
|  |  | ||||||
| 	if(x($_SESSION, 'reload_avatar') && $observer) { | 	if(x($_SESSION, 'reload_avatar') && $observer) { | ||||||
|   | |||||||
| @@ -1,3 +0,0 @@ | |||||||
| <div id="nav-notifications-template" rel="template"> |  | ||||||
| 	<a class="dropdown-item clearfix dropdown-notification {5}" href="{0}" title="{2} {3}"><img class="menu-img-3" data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a> |  | ||||||
| </div> |  | ||||||
|   | |||||||
							
								
								
									
										143
									
								
								view/tpl/nav.tpl
									
									
									
									
									
								
							
							
						
						
									
										143
									
								
								view/tpl/nav.tpl
									
									
									
									
									
								
							| @@ -66,157 +66,18 @@ | |||||||
| 	<button id="expand-aside" type="button" class="d-md-none navbar-toggler border-0" data-toggle="offcanvas" data-target="#region_1"> | 	<button id="expand-aside" type="button" class="d-md-none navbar-toggler border-0" data-toggle="offcanvas" data-target="#region_1"> | ||||||
| 		<i class="fa fa-arrow-circle-right" id="expand-aside-icon"></i> | 		<i class="fa fa-arrow-circle-right" id="expand-aside-icon"></i> | ||||||
| 	</button> | 	</button> | ||||||
| 	{{if ! $experimental_notif}} |  | ||||||
| 	{{if $localuser || $nav.pubs}} |  | ||||||
| 	<button id="notifications-btn" type="button" class="navbar-toggler border-0 text-white" data-toggle="collapse" data-target="#navbar-collapse-1"> |  | ||||||
| 		<i class="fa fa-exclamation-circle"></i> |  | ||||||
| 	</button> |  | ||||||
| 	{{/if}} |  | ||||||
| 	{{else}} |  | ||||||
| 	{{if $localuser || $nav.pubs}} | 	{{if $localuser || $nav.pubs}} | ||||||
| 	<button id="notifications-btn-1" type="button" class="navbar-toggler border-0 text-white"> | 	<button id="notifications-btn-1" type="button" class="navbar-toggler border-0 text-white"> | ||||||
| 		<i class="fa fa-exclamation-circle"></i> | 		<i class="fa fa-exclamation-circle"></i> | ||||||
| 	</button> | 	</button> | ||||||
| 	{{/if}} | 	{{/if}} | ||||||
| 	{{/if}} |  | ||||||
| 	<button id="menu-btn" class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbar-collapse-2"> | 	<button id="menu-btn" class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbar-collapse-2"> | ||||||
| 		<i class="fa fa-bars"></i> | 		<i class="fa fa-bars"></i> | ||||||
| 	</button> | 	</button> | ||||||
| </div> | </div> | ||||||
| <div class="collapse navbar-collapse" id="navbar-collapse-1"> | <div class="collapse navbar-collapse" id="navbar-collapse-1"> | ||||||
| 	{{if ! $experimental_notif}} | 	<div class="mr-auto d-none d-xl-flex"></div> | ||||||
| 	<ul class="navbar-nav mr-auto"> |  | ||||||
| 		{{if $nav.network}} |  | ||||||
| 		<li class="nav-item dropdown network-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.network.3}}" id="{{$nav.network.4}}" data-toggle="dropdown" rel="#nav-network-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-th"></i> |  | ||||||
| 				<span class="badge badge-pill badge-secondary network-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-network-menu" class="dropdown-menu" rel="network"> |  | ||||||
| 				<a class="dropdown-item" id="nav-network-see-all" href="{{$nav.network.all.0}}">{{$nav.network.all.1}}</a> |  | ||||||
| 				<a class="dropdown-item" id="nav-network-mark-all" href="#" onclick="markRead('network'); return false;">{{$nav.network.mark.1}}</a> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.home}} |  | ||||||
| 		<li class="nav-item dropdown home-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.home.3}}" id="{{$nav.home.4}}" data-toggle="dropdown" rel="#nav-home-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-home"></i> |  | ||||||
| 				<span class="badge badge-pill badge-danger home-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-home-menu" class="dropdown-menu" rel="home"> |  | ||||||
| 				<a class="dropdown-item" id="nav-home-see-all" href="{{$nav.home.all.0}}">{{$nav.home.all.1}}</a> |  | ||||||
| 				<a class="dropdown-item" id="nav-home-mark-all" href="#" onclick="markRead('home'); return false;">{{$nav.home.mark.1}}</a> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.messages}} |  | ||||||
| 		<li class="nav-item dropdown mail-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.messages.3}}" id="{{$nav.messages.4}}" data-toggle="dropdown" rel="#nav-mail-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-envelope"></i> |  | ||||||
| 				<span class="badge badge-pill badge-danger mail-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-mail-menu" class="dropdown-menu" rel="messages"> |  | ||||||
| 				<a class="dropdown-item" id="nav-messages-see-all" href="{{$nav.messages.all.0}}">{{$nav.messages.all.1}}</a> |  | ||||||
| 				<a class="dropdown-item" id="nav-messages-mark-all" href="#" onclick="markRead('messages'); return false;">{{$nav.messages.mark.1}}</a> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.all_events}} |  | ||||||
| 		<li class="nav-item dropdown all_events-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.all_events.3}}" id="{{$nav.all_events.4}}" data-toggle="dropdown" rel="#nav-all_events-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-calendar"></i> |  | ||||||
| 				<span class="badge badge-pill badge-secondary all_events-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-all_events-menu" class="dropdown-menu" rel="all_events"> |  | ||||||
| 				<a class="dropdown-item" id="nav-all_events-see-all" href="{{$nav.all_events.all.0}}">{{$nav.all_events.all.1}}</a> |  | ||||||
| 				<a class="dropdown-item" id="nav-all_events-mark-all" href="#" onclick="markRead('all_events'); return false;">{{$nav.all_events.mark.1}}</a> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.intros}} |  | ||||||
| 		<li class="nav-item dropdown intros-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.intros.3}}" id="{{$nav.intros.4}}" data-toggle="dropdown" rel="#nav-intros-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-users"></i> |  | ||||||
| 				<span class="badge badge-pill badge-danger intros-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-intros-menu" class="dropdown-menu" rel="intros"> |  | ||||||
| 				<a class="dropdown-item" id="nav-intros-see-all" href="{{$nav.intros.all.0}}">{{$nav.intros.all.1}}</a> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.registrations}} |  | ||||||
| 		<li class="nav-item dropdown register-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.registrations.3}}" id="{{$nav.registrations.4}}" data-toggle="dropdown" rel="#nav-register-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-user-o"></i> |  | ||||||
| 				<span class="badge badge-pill badge-danger register-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-register-menu" class="dropdown-menu" rel="register"> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.notifications}} |  | ||||||
| 		<li class="nav-item dropdown notify-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.notifications.1}}" id="{{$nav.notifications.4}}" data-toggle="dropdown" rel="#nav-notify-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-exclamation"></i> |  | ||||||
| 				<span class="badge badge-pill badge-danger notify-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-notify-menu" class="dropdown-menu" rel="notify"> |  | ||||||
| 				<a class="dropdown-item" id="nav-notify-see-all" href="{{$nav.notifications.all.0}}">{{$nav.notifications.all.1}}</a> |  | ||||||
| 				<a class="dropdown-item" id="nav-notify-mark-all" href="#" onclick="markRead('notify'); return false;">{{$nav.notifications.mark.1}}</a> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.files}} |  | ||||||
| 		<li class="nav-item dropdown files-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.files.3}}" id="{{$nav.files.4}}" data-toggle="dropdown" rel="#nav-files-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-folder"></i> |  | ||||||
| 				<span class="badge badge-pill badge-danger files-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-files-menu" class="dropdown-menu" rel="files"> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.login && !$userinfo}} |  | ||||||
| 		<li class="nav-item d-none d-xl-flex"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.loginmenu.1.3}}" id="{{$nav.loginmenu.1.4}}" data-toggle="modal" data-target="#nav-login">{{$nav.loginmenu.1.1}}</a> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.register}} |  | ||||||
| 		<li class="nav-item {{$nav.register.2}} d-none d-xl-flex"> |  | ||||||
| 			<a class="nav-link" href="{{$nav.register.0}}" title="{{$nav.register.3}}" id="{{$nav.register.4}}">{{$nav.register.1}}</a> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.alogout}} |  | ||||||
| 		<li class="nav-item {{$nav.alogout.2}} d-none d-xl-flex"> |  | ||||||
| 			<a class="nav-link" href="{{$nav.alogout.0}}" title="{{$nav.alogout.3}}" id="{{$nav.alogout.4}}">{{$nav.alogout.1}}</a> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 		{{if $nav.pubs}} |  | ||||||
| 		<li class="nav-item dropdown pubs-button" style="display: none;"> |  | ||||||
| 			<a class="nav-link" href="#" title="{{$nav.pubs.3}}" id="{{$nav.pubs.4}}" data-toggle="dropdown" rel="#nav-pubs-menu"> |  | ||||||
| 				<i class="fa fa-fw fa-globe"></i> |  | ||||||
| 				<span class="badge badge-pill badge-secondary pubs-update"></span> |  | ||||||
| 			</a> |  | ||||||
| 			<div id="nav-pubs-menu" class="dropdown-menu" rel="pubs"> |  | ||||||
| 				<a class="dropdown-item" id="nav-pubs-see-all" href="{{$nav.pubs.all.0}}">{{$nav.pubs.all.1}}</a> |  | ||||||
| 				<a class="dropdown-item" id="nav-pubs-mark-all" href="#" onclick="markRead('pubs'); return false;">{{$nav.pubs.mark.1}}</a> |  | ||||||
| 				{{$emptynotifications}} |  | ||||||
| 			</div> |  | ||||||
| 		</li> |  | ||||||
| 		{{/if}} |  | ||||||
| 	</ul> |  | ||||||
| 	{{else}} |  | ||||||
| 	<div class="navbar-text mr-auto d-none d-xl-flex"></div> |  | ||||||
| 	{{/if}} |  | ||||||
| 	<div id="banner" class="navbar-text d-none d-xl-flex">{{$banner}}</div> | 	<div id="banner" class="navbar-text d-none d-xl-flex">{{$banner}}</div> | ||||||
|  |  | ||||||
| 	<ul id="nav-right" class="navbar-nav ml-auto d-none d-xl-flex"> | 	<ul id="nav-right" class="navbar-nav ml-auto d-none d-xl-flex"> | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ | |||||||
| 		width: 100%; | 		width: 100%; | ||||||
| 		max-width: 100%; | 		max-width: 100%; | ||||||
| 		height: 100%; | 		height: 100%; | ||||||
| 		z-index: 1020; | 		z-index: 1025; | ||||||
| 		overflow: auto; | 		overflow: auto; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user