Skip to content

Commit

Permalink
Dev Fixes to edition name and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 17, 2021
1 parent b4ffec0 commit 598bedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/extensions/AdminFooter/views/footer.php
Expand Up @@ -5,5 +5,5 @@
<div style='float:right;'>
<a href='http://donate.limesurvey.org' target="_blank"><img alt='<?php eT("Support this project - Donate to "); ?>LimeSurvey' title='<?php eT("Support this project - Donate to "); ?>LimeSurvey!' src='<?php echo Yii::app()->getConfig('adminimageurl'); ?>donate.png'/></a>
</div>
<div class='subtitle'><a class='subtitle' title='<?php eT("Visit our website!"); ?>' href='https://www.limesurvey.org' target='_blank'>LimeSurvey</a><br /><?php echo $versiontitle . " " . $versionnumber . $buildtext; ?></div>
<div class='subtitle'><a class='subtitle' title='<?php eT("Visit our website!"); ?>' href='https://community.limesurvey.org' target='_blank'>LimeSurvey Community Edition</a><br /><?php echo $versiontitle . " " . $versionnumber . $buildtext; ?></div>
</div>
2 changes: 1 addition & 1 deletion application/views/admin/super/footer.php
Expand Up @@ -68,7 +68,7 @@

<!-- Lime survey website -->
<div class="col-xs-12 col-sm-4 text-right">
<a title='<?php eT("Visit our website!"); ?>' href='https://www.limesurvey.org' target='_blank'>LimeSurvey</a><br />
<a title='<?php eT("Visit our website!"); ?>' href='https://community.limesurvey.org' target='_blank'>LimeSurvey Community Edition</a><br />
<?php if(Permission::model()->hasGlobalPermission('superadmin','read')) { ?>
<a href="#modalSystemInformation" data-toggle="modal" title="<?=gT("Get system information")?>">
<?php } ?>
Expand Down

0 comments on commit 598bedf

Please sign in to comment.