Oops. Move Console view outside of canView(system) restriction

This commit is contained in:
Kyle Johnson 2016-03-15 13:52:36 -04:00
parent f05c1548ce
commit 26748c2de5
1 changed files with 1 additions and 1 deletions

View File

@ -191,8 +191,8 @@ $versionClass = (ZM_DYN_DB_VERSION&&(ZM_DYN_DB_VERSION!=ZM_VERSION))?'errorText'
</div>
<ul class="nav navbar-nav">
<?php if ( canView( 'System' ) ) { ?>
<li><a href="?view=console"><?php echo translate('Console') ?></a></li>
<?php if ( canView( 'System' ) ) { ?>
<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 } ?>