Skip to content

Commit

Permalink
Fixed issue #10344: added a link to create group from explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 8, 2016
1 parent b370157 commit 60a64ce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions application/views/admin/super/_question_explorer.php
Expand Up @@ -31,6 +31,24 @@
<?php if(count($aGroups)):?>
<li class="panel panel-default dropdownstyle" id="questionexplorer-group-container">


<?php if (!$bSurveyIsActive): ?>
<div class="row ">
<div class="col-sm-8" >
<!-- add group -->
<a class="btn btn-link"
data-toggle="tooltip"
data-placement="bottom"
title="<?php eT('Add a group');?>"
class="" href="<?php echo $this->createUrl("/admin/questiongroups/sa/add/surveyid/$iSurveyId"); ?>">
<span class="glyphicon glyphicon-plus-sign"></span>
ADD GROUP
</a>
</div>
</div>
<?php endif; ?>


<?php foreach($aGroups as $aGroup):?>

<!-- Group -->
Expand Down

0 comments on commit 60a64ce

Please sign in to comment.