Skip to content

Commit

Permalink
Fixed issue #10283: quick translation icons
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 3, 2016
1 parent 8a59fe2 commit 9bcefc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/survey/surveybar_view.php
Expand Up @@ -273,7 +273,7 @@
<!-- Quick-translation -->
<li>
<a href="<?php echo $this->createUrl("admin/translate/sa/index/surveyid/{$surveyid}");?>">
<span class="fa fa-globe" ></span>
<span class="fa fa-language" ></span>
<?php eT("Quick-translation");?>
</a>
</li>
Expand All @@ -283,7 +283,7 @@
<!-- Quick-translation disabled -->
<li>
<a href="#" onclick="alert('<?php eT("Currently there are no additional languages configured for this survey.", "js");?>');" >
<span class="icon-translate" ></span>
<span class="fa fa-language" ></span>
<?php eT("Quick-translation");?>
</a>
</li>
Expand Down
12 changes: 6 additions & 6 deletions application/views/admin/translate/translateheader_view.php
@@ -1,16 +1,16 @@
<div class="side-body">
<h3><?php eT("Translate survey"); ?></h3>
<h3><span class="fa fa-language text-success" ></span>&nbsp;&nbsp;<?php eT("Translate survey"); ?></h3>

<div class="row">
<div class="col-lg-12 content-right">
<div class="row">
<div class="col-lg-12 content-right">
<form name='translatemenu' id='translatemenu' action='<?php echo $this->createUrl("admin/translate/sa/index/surveyid/{$surveyid}/lang/{$tolang}");?>' method='get' class="form-horizontal">
<?php echo $adminmenu; ?>
<?php echo $adminmenu; ?>
</form>
</div>
</div>
</div>

<div class="row">
<div class="col-lg-12 content-right">
<h4>
<?php eT("Translate survey");?>
<?php eT("Translate survey");?>
</h4>

0 comments on commit 9bcefc7

Please sign in to comment.