Add a link back to console in header

This commit is contained in:
Kyle Johnson 2016-03-15 13:49:14 -04:00
parent 299c61c1ec
commit f05c1548ce
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ $versionClass = (ZM_DYN_DB_VERSION&&(ZM_DYN_DB_VERSION!=ZM_VERSION))?'errorText'
<ul class="nav navbar-nav">
<?php if ( canView( 'System' ) ) { ?>
<li><a href="?view=console"><?php echo translate('Console') ?></a></li>
<li><a href="?view=options"><?php echo translate('Options') ?></a></li>
<li><?php if ( logToDatabase() > Logger::NOLOG ) { ?> <?php echo makePopupLink( '?view=log', 'zmLog', 'log', '<span class="'.logState().'">'.translate('Log').'</span>' ) ?><?php } ?></li>
<?php } ?>