Skip to content

Commit

Permalink
Dev: Tweak side-menu (home icon, remove 'General')
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 20, 2016
1 parent 049fe86 commit 2785be6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions application/views/admin/super/sidemenu.php
Expand Up @@ -43,8 +43,9 @@
<!-- Brand -->
<div class='col-sm-7'>
<div class="brand-name-wrapper hidden-xs">
<a class="navbar-brand hideside toggleside" href="#">
<?php eT('General');?>
<a class="navbar-brand hideside toggleside" href="<?php echo $this->createUrl("admin/survey/sa/view/surveyid/$surveyid"); ?>">
<span class="glyphicon glyphicon-home"></span>&nbsp;
<?php eT("Survey");?>
</a>
</div>
</div>
Expand Down Expand Up @@ -79,14 +80,6 @@
<div class="side-menu-container hidden-xs">
<ul class="nav navbar-nav sidemenuscontainer hidden-xs">

<!-- Link to survey summary-->
<li class="toWhite <?php if( isset($sidemenu["survey_menu"]) ) echo 'active'; ?> ">
<a href="<?php echo $this->createUrl("admin/survey/sa/view/surveyid/$surveyid"); ?>">
<span class="glyphicon glyphicon-info-sign"></span>
<?php eT("Survey");?>
</a>
</li>

<!-- Question & Groups-->
<li class="panel panel-default dropdownlvl1" id="dropdown">
<a data-toggle="collapse" id="questions-groups-collapse" href="#dropdown-lvl1" <?php if( isset($sidemenu["questiongroups"]) ) echo 'aria-expanded="true"'; ?> >
Expand Down

0 comments on commit 2785be6

Please sign in to comment.