mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Update ready popover.
This commit is contained in:
@@ -1833,6 +1833,15 @@ Inverse 10 <span class="badge badge-inverse">10</span>
|
||||
$tmpl = strtoupper(varset($parms['tmpl'], 'E_ADMIN_NAVIGATION'));
|
||||
global $$tmpl;
|
||||
|
||||
|
||||
if($parm == 'enav_popover') // @todo move to template and make generic.
|
||||
{
|
||||
$template = $$tmpl;
|
||||
|
||||
return $template['start']. '<li><a tabindex="0" href="'.e_ADMIN_ABS.'e107_update.php" class="hide e-popover text-primary" role="button" data-container="body" data-toggle="popover" data-placement="bottom" data-trigger="bottom" title="'.$tp->toAttribute(LAN_UPDATE_AVAILABLE).'" data-content="'.$tp->toAttribute(ADLAN_120).'"><span class="text-info">'.$tp->toGlyph('fa-database').'</span></a></li>' .$template['end'];
|
||||
|
||||
}
|
||||
|
||||
if($parm == self::ADMIN_NAV_HOME || $parm == self::ADMIN_NAV_LOGOUT || $parm == self::ADMIN_NAV_LANGUAGE || $parm == 'pm')
|
||||
{
|
||||
$template = $$tmpl;
|
||||
|
Reference in New Issue
Block a user