Skip to content

Commit

Permalink
Fixed issue #15326: beforesurveybarrender view surveybar_view doesn't…
Browse files Browse the repository at this point in the history
… style dropdown menu correctly
  • Loading branch information
adamzammit committed Sep 25, 2019
1 parent 0dfe7af commit 17cc439
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/views/admin/survey/surveybar_plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<?php foreach ($beforeSurveyBarRender as $menu): ?>
<div class='btn-group'>
<?php if ($menu->isDropDown()): ?>
<button class="dropdown-toggle" data-toggle="dropdown" href="#">
<button class="dropdown-toggle btn btn-default" data-toggle="dropdown" href="#">
<?php if ($menu->getIconClass()): ?>
<span class="<?php echo $menu->getIconClass(); ?>"></span>&nbsp;
<?php endif; ?>
<?php echo $menu->getLabel(); ?>
&nbsp;
<span class="caret"></span>
Expand Down

0 comments on commit 17cc439

Please sign in to comment.