Skip to content

Commit

Permalink
Dev: corrected papercuts
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 25, 2016
1 parent 9557b39 commit 85de30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions application/views/admin/super/_question_explorer.php
Expand Up @@ -36,12 +36,7 @@
<div class="panel-body container-fluid">
<!-- The filtering input, fixed against submit, by js -->
<div class="row row-with-margin">
<div class="row">
<label class="col-xs-12 control-label" for="searchInQuestionTree"><?php eT("Search for question/questiongroup"); ?></label>
</div>
<div class="row">
<input class="col-xs-12 form-control" id="searchInQuestionTree" name="searchInQuestionTree" placeholder=" ...<?php eT('Search');?>" />
</div>
<input class="col-xs-12 form-control" id="searchInQuestionTree" name="searchInQuestionTree" placeholder="<?php eT("Search for question/questiongroup"); ?>" />
</div>
<!-- the fancytree container, here is where the magic happens -->
<div id="fancytree" class="row" data-show-expand-collapse="1" data-expand-all="<?php eT('Expand all');?>" data-collapse-all="<?php eT('Collapse all'); ?>"></div>
Expand Down
4 changes: 2 additions & 2 deletions application/views/admin/super/sidemenu.php
Expand Up @@ -131,8 +131,8 @@
<?php endif; ?>
</div>
<div class="col-xs-4">
<button id="fancytree_expand_all_nodes" class="btn btn-link btn-lg" data-toggle="tooltip" title="<?php eT('Expand all questionsgroups');?>"><i class="fa fa-expand">&nbsp;</i></button>
<button id="fancytree_compress_all_nodes" class="btn btn-link btn-lg" data-toggle="tooltip" title="<?php eT('Compress all questionsgroups');?>"><i class="fa fa-compress">&nbsp;</i></button>
<button id="fancytree_expand_all_nodes" class="btn btn-link btn-lg col-xs-6" data-toggle="tooltip" title="<?php eT('Expand all questionsgroups');?>"><i class="fa fa-expand">&nbsp;</i></button>
<button id="fancytree_compress_all_nodes" class="btn btn-link btn-lg col-xs-6" data-toggle="tooltip" title="<?php eT('Compress all questionsgroups');?>"><i class="fa fa-compress">&nbsp;</i></button>
</div>
</div>
</div>
Expand Down

0 comments on commit 85de30a

Please sign in to comment.