Merge pull request #833 from laf/light-update

Light update
This commit is contained in:
Daniel Preussker
2015-04-23 17:08:35 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
.fa-nav-icons {
color: #e30613;
color: #383637;
}
.fa-col-success {

View File

@@ -426,7 +426,7 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
if ( dbFetchCell("SELECT 1 from `packages` LIMIT 1") ) {
?>
<li>
<a href="<?php echo(generate_url(array('page'=>'search','search'=>'packages'))); ?>"><i class="fa fa-archive fa-fw fa-lg"></i> Packages</a>
<a href="<?php echo(generate_url(array('page'=>'search','search'=>'packages'))); ?>"><i class="fa fa-archive fa-fw fa-lg fa-nav-icons"></i> Packages</a>
</li>
<?php
} # if ($packages)