Skip to content

Commit

Permalink
Fixed issue #12938: No "Close" or "Save and close" buttons when editing
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 7, 2017
1 parent bbab264 commit 3d70c4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions application/views/admin/survey/Question/questionbar_view.php
Expand Up @@ -232,15 +232,13 @@
<?php eT("Save and close");?>
</a>

<?php /*
<!-- Close -->
<?php if(isset($questionbar['closebutton']['url'])):?>
<a class="btn btn-danger pull-right margin-left" href="<?php echo $questionbar['closebutton']['url']; ?>" role="button">
<span class="fa fa-close"></span>
<?php eT("Close");?>
</a>
<?php endif;?>
*/ ?>

<!-- Condition designer navigator -->
<?php if(isset($questionbar['buttons']['conditions'])):?>
Expand Down
Expand Up @@ -261,15 +261,13 @@
<?php endif; ?>


<?php /*
<!-- Close -->
<?php if(isset($questiongroupbar['closebutton']['url'])):?>
<a class="btn btn-danger" href="<?php echo $questiongroupbar['closebutton']['url']; ?>" role="button">
<span class="fa fa-close"></span>
<?php eT("Close");?>
</a>
<?php endif;?>
*/ ?>

<!-- return -->
<?php if(isset($questiongroupbar['returnbutton']['url'])):?>
Expand Down

0 comments on commit 3d70c4e

Please sign in to comment.