diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index adb8716..75cb759 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Thank you for createing this issue. We will check it as soon as possible.' + issue-message: 'Thank you for creating this issue. We will check it as soon as possible.' pr-message: 'Thank you for your pull request. We will check it as soon as possible.' diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 0702257..290b993 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -115,9 +115,11 @@ final class ApiController extends Controller $template->setL11n($l11n); + /* if ($request->hasData('tags')) { $template->tags = $this->app->moduleManager->get('Tag', 'Api')->createTagsFromRequest($request); } + */ if (!empty($request->files)) { $uploaded = $this->app->moduleManager->get('Media', 'Api')->uploadFiles( diff --git a/Theme/Backend/surveys-list.tpl.php b/Theme/Backend/surveys-list.tpl.php index 271cbc3..055e83b 100755 --- a/Theme/Backend/surveys-list.tpl.php +++ b/Theme/Backend/surveys-list.tpl.php @@ -36,7 +36,7 @@ echo $this->data['nav']->render(); ?>
-
+
getHtml('Surveys'); ?>download
@@ -123,6 +123,6 @@ echo $this->data['nav']->render(); ?> getHtml('Next', '0', '0'); ?> --> - + \ No newline at end of file