Skip to content

Commit

Permalink
Dev: fixed small icon bug on multi-language surveys
Browse files Browse the repository at this point in the history
Dev: fixed link to profile on limesurvey.org
  • Loading branch information
lacrioque committed Jun 6, 2017
1 parent f762a94 commit 78d3b15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/responses/browsemenubar_view.php
Expand Up @@ -16,14 +16,14 @@
<!-- Display Responses -->
<?php if (count($tmp_survlangs) < 2): ?>
<a class="btn btn-default" href='<?php echo $this->createUrl("admin/responses/sa/browse/surveyid/$surveyid"); ?>' role="button">
<span class="glyphicon glyphicon-list text-success"></span>
<span class="fa fa-list text-success"></span>
<?php eT("Display responses"); ?>
</a>
<?php else:?>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="icon-add text-success"></span>
<?php eT("Responses"); ?> <span class="caret"></span>
<span class="fa fa-list text-success"></span>
<?php eT("Responses"); ?> <span class="fa fa-caret-down"></span>
</button>
<ul class="dropdown-menu">
<?php foreach ($tmp_survlangs as $tmp_lang): ?>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/update/manage/manage_key.php
Expand Up @@ -61,7 +61,7 @@
</p>
<p>
<?php
$aopen = '<a href="https://www.limesurvey.org/en/your-account/your-details" target="_blank">';
$aopen = '<a href="https://www.limesurvey.org/limesurvey-profile" target="_blank">';
$aclose = '</a>';
?>
<?php echo sprintf(gT("You can get a free trial update key from %syour account on the limesurvey.org website%s."),$aopen, $aclose); ?>
Expand Down

0 comments on commit 78d3b15

Please sign in to comment.