Skip to content

Commit

Permalink
Fixed issue # 15168: wrong icon for import new survey
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Oct 29, 2019
1 parent 031ce73 commit 3ca95ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/survey/subview/tab_survey_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<?php if ($action == "newsurvey"): ?>
<!-- Import -->
<li role="presentation" <?php if($active=='import'){echo 'class="active"';}?>>
<a role="tab" data-toggle="tab" data-button-title="<i class='fa fa-upload'></i>&nbsp;<?= gT('Import'); ?>" data-form-id="importsurvey" href="#import">
<i class="fa fa-upload"></i>&nbsp;
<a role="tab" data-toggle="tab" data-button-title=" <span class='icon-import text-success'></span>&nbsp;<?= gT('Import'); ?>" data-form-id="importsurvey" href="#import">
<span class="icon-import text-success"></span>&nbsp;
<?php eT("Import"); ?>
</a>
</li>
Expand Down

0 comments on commit 3ca95ea

Please sign in to comment.