Skip to content

Commit

Permalink
Dev: Same wording and style for plugin and theme install button
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 22, 2021
1 parent 963f043 commit c1ce611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/pluginmanager/index.php
Expand Up @@ -52,14 +52,14 @@ class='btn btn-default'
<?php if (!Yii::app()->getConfig('demoMode')): ?>
<a
href=''
class='btn btn-success '
class='btn btn-default'
data-toggle='modal'
data-target='#installPluginZipModal'
data-tooltip='true'
title='<?php eT('Install plugin by ZIP archive'); ?>'
>
<i class='fa fa-file-zip-o'></i>&nbsp;
<?php eT('Install ZIP'); ?>
<i class='icon-import'></i>&nbsp;
<?php eT('Upload & install'); ?>
</a>
<?php endif; ?>
<a
Expand Down
4 changes: 2 additions & 2 deletions application/views/themeOptions/surveythememenu.php
Expand Up @@ -15,7 +15,7 @@
<!-- Import -->
<a class="btn btn-default" href="" role="button" data-toggle="modal" data-target="#<?php echo $importModal;?>">
<span class="icon-import text-success"></span>
<?php eT("Import"); ?>
<?php eT("Upload & install"); ?>
</a>
<?php else:?>
<!-- import disabled -->
Expand All @@ -29,4 +29,4 @@
</div>
</div>
<?php $this->renderPartial('./import_modal',['importModal' => $importModal, 'importTemplate' => $importTemplate, 'themeType' => $themeType]); ?>
<?php endif;?>
<?php endif;?>

0 comments on commit c1ce611

Please sign in to comment.