Skip to content

Commit

Permalink
Merge branch 'Yii' of github.com:LimeSurvey/LimeSurvey into Yii
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Aug 8, 2012
2 parents 68aced0 + 65c3328 commit 1618e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/participants/attributeMapCSV_view.php
Expand Up @@ -76,7 +76,7 @@
<input type="button" name="attmap" id="attmap" value="<?php $clang->eT("Continue"); ?>" />
</p>
<div id="processing" title="<?php $clang->eT("Processing...") ?>" style="display:none">
<img src="<?php echo Yii::app()->getConfig('imageurl') . '/ajax-loader.gif'; ?>" alt="<?php $clang->eT('Loading...'); ?>" title="<?php $clang->eT('Loading...'); ?>" />
<img src="<?php echo Yii::app()->getConfig('adminimageurl') . '/ajax-loader.gif'; ?>" alt="<?php $clang->eT('Loading...'); ?>" title="<?php $clang->eT('Loading...'); ?>" />
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion application/views/admin/usergroup/viewUserGroup_view.php
Expand Up @@ -45,7 +45,7 @@
if($currentuser["displayactions"])
{ ?>
<form method='post' action='<?php echo $this->createUrl("admin/usergroups/user/ugid/{$usergroupid}/action/remove"); ?>'>
<input type='image' src='<?php echo Yii::app()->getConfig('imageurl')?>/token_delete.png' alt='<?php $clang->eT("Delete this user from group");?>' onclick='return confirm("<?php $clang->eT("Are you sure you want to delete this entry?","js");?>")' />
<input type='image' src='<?php echo Yii::app()->getConfig('adminimageurl')?>/token_delete.png' alt='<?php $clang->eT("Delete this user from group");?>' onclick='return confirm("<?php $clang->eT("Are you sure you want to delete this entry?","js");?>")' />
<input name='uid' type='hidden' value='<?php echo $currentuser["userid"]; ?>' />
</form>
<?php
Expand Down

0 comments on commit 1618e15

Please sign in to comment.