File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<ul class =" nav nav-pills" >
2+
3+ <li role =" presentation" class =" {!! $n_notices == 0 ? ' disabled' : ($tools -> fullUrlIs (route ($setting -> grab (' main_route' ). ' .notices' )) ? ' active' : ' ' ) ! !}" >
4+ <a href =" {{ $n_notices == 0 ? ' #' : route ($setting -> grab (' main_route' ). ' .notices' ) } }" title =" {{ $n_notices == 0 ? trans (' panichd::lang.ticket-notices-empty' ) : trans (' panichd::lang.nav-notices-number-title' , [' num' => $n_notices ]) } }" >{{ trans (' panichd::lang.ticket-notices-title' ) } } <span class =" badge" >{{ $n_notices } } </span ></a >
5+ </li >
6+
27 <?php
38 $title = trans (' panichd::lang.filter-' . ((session ()-> has (' panichd_filter_currentLevel' ) or (isset ($ticket ) and session ()-> has (' panichd_filters' ))) ? ' on' : ' off' ). ' -total' );
49 $nav_hidden_sizes = $setting -> grab (' nav_icons_user_sizes' );
5459 </a >
5560 </li >
5661 @endif
57- <li role =" presentation" class =" {!! $tools -> fullUrlIs (route ($setting -> grab (' main_route' ). ' .notices' )) ? " active" : " " ! !}" >
58- @if ($n_notices == 0 )
59- <a href =" #" title =" {{ trans (' panichd::lang.ticket-notices-empty' ) } }" style =" color : #ccc ; cursor : help " ><span class =" glyphicon glyphicon-bell" aria-hidden =" true" ></span ><span aria-label =" {{ trans (' panichd::lang.ticket-notices-title' ) } }" ></span ></a >
60- @else
61- <a href =" {{ route ($setting -> grab (' main_route' ). ' .notices' ) } }" title =" {{ trans (' panichd::lang.nav-notices-number-title' , [' num' => $n_notices ]) } }" ><span class =" glyphicon glyphicon-bell" aria-hidden =" true" ></span ><span aria-label =" {{ trans (' panichd::lang.ticket-notices-title' ) } }" ></span > <span class =" badge" >{{ $n_notices } } </span ></a >
62- @endif
63- </li >
64-
6562
6663 <li role =" presentation" class =" {!! $tools -> fullUrlIs (action (' \PanicHD\PanicHD\Controllers\TicketsController@index' )) ? " active" : " " ! !}" >
6764 <a href =" {{ action (' \PanicHD\PanicHD\Controllers\TicketsController@index' ) } }" title =" {{ trans (' panichd::lang.nav-active-tickets-title' ) } }" >
You can’t perform that action at this time.
0 commit comments