Skip to content

Commit

Permalink
Dev: added forum link to help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jan 4, 2019
1 parent b28a55e commit a25b6de
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 8 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/super/_configuration_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<li class="dropdown mega-dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="icon-settings" ></span>
<span class="fa fa-cogs" ></span>
<?php eT('Configuration');?>
<span class="caret"></span>
</a>
Expand Down
12 changes: 12 additions & 0 deletions application/views/admin/super/_help_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,25 @@
</a>
<ul class="dropdown-menu larger-dropdown" id="help-dropdown">
<?php $this->renderPartial( "/admin/super/_tutorial_menu", []); ?>
<li class="divider"></li>
<li>
<a href="http://manual.limesurvey.org/" target="_blank">
<span class="fa fa-question-circle" ></span>
<?php eT('LimeSurvey Manual');?>
<i class="fa fa-external-link pull-right"></i>
</a>
</li>
<li>
<a href="https://www.limesurvey.org/community/forums" target="_blank">
<span class="fa-stack halfed">
<span class="fa fa-comment fa-stack-1x" ></span>
<span class="fa fa-group fa-inverse fa-stack-1x halfed" ></span>
</span>
<?php eT('LimeSurvey Forums');?>
<i class="fa fa-external-link pull-right"></i>
</a>
</li>
<li class="divider"></li>
<li>
<a href="https://bugs.limesurvey.org/" target="_blank">
<span class="fa fa-bug" ></span>
Expand Down
7 changes: 4 additions & 3 deletions application/views/admin/super/adminmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@

<!-- Surveys menus -->
<li class="dropdown-split-left">
<a style="" href="<?php echo $this->createUrl("admin/survey/sa/listsurveys"); ?>"><span class="icon-list" ></span>
<a style="" href="<?php echo $this->createUrl("admin/survey/sa/listsurveys"); ?>">
<span class="fa fa-list" ></span>
<?php eT("Surveys");?>
</a>
</li>
<li class="dropdown dropdown-split-right">
<a style="padding-left: 5px;padding-right: 5px;" href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="sr-only">Toggle Dropdown</span>
<a class="ls-space padding left-5 right-5" href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="sr-only">Toggle Dropdown</span>
<span style="margin-left: 0px;" class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
Expand Down
11 changes: 11 additions & 0 deletions assets/packages/adminbasics/build/adminbasics.css
Original file line number Diff line number Diff line change
Expand Up @@ -3341,6 +3341,17 @@ input[type="file"].form-control {
margin-bottom: 35px;
}

.fa-stack.halfed {
height: 1em;
width: 1em;
line-height: 1em; }

.fa-stack-1x.halfed {
font-size: 0.5em; }

.fa-1x.halfed {
font-size: 0.5em; }

.contain-pulse {
display: flex;
flex-flow: row wrap;
Expand Down
4 changes: 2 additions & 2 deletions assets/packages/adminbasics/build/adminbasics.min.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions assets/packages/adminbasics/build/adminbasics.rtl.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/packages/adminbasics/build/adminbasics.rtl.min.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions assets/packages/adminbasics/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
$size: 2em;
$color: #0f3e12;

.fa-stack.halfed {
height: 1em;
width: 1em;
line-height: 1em;
}

.fa-stack-1x.halfed {
font-size: 0.5em;
}

.fa-1x.halfed {
font-size: 0.5em;
}

.contain-pulse {
display: flex;
flex-flow:row wrap;
Expand Down

0 comments on commit a25b6de

Please sign in to comment.