Skip to content

Commit

Permalink
Fixed issue #17061: Themes editor cannot be opened
Browse files Browse the repository at this point in the history
Dev This reverts commit 1bb80f0.
  • Loading branch information
c-schmitz committed Feb 15, 2021
1 parent 45e748b commit 8073e27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 130 deletions.
2 changes: 1 addition & 1 deletion application/views/themeOptions/index.php
Expand Up @@ -223,7 +223,7 @@ class="btn btn-danger selector--ConfirmModal">
<?php echo '<h3>' . gT('Question themes:') . '</h3>'; ?>
<!-- Installed Question Themes -->
<?php $this->renderPartial('./surveythememenu', ['canImport' => $canImport, 'importErrorMessage' => $importErrorMessage, 'importModal' => 'importQuestionModal', 'importTemplate' => 'importQuestionTemplate', 'themeType' => 'question']); ?>
<?php $this->renderPartial('./installedthemes', array('oQuestionTheme' => $oQuestionTheme, 'pageSize' => $pageSize)); ?>
<?php $this->renderPartial('./installedthemelist', array('oQuestionTheme' => $oQuestionTheme, 'pageSize' => $pageSize)); ?>
<!-- Available Quesiton Themes-->
<?php $this->renderPartial('./availablethemelist', array('oQuestionTheme' => $oQuestionTheme, 'pageSize' => $pageSize)); ?>
</div>
Expand Down
129 changes: 0 additions & 129 deletions application/views/themeOptions/installedthemes.php

This file was deleted.

0 comments on commit 8073e27

Please sign in to comment.