From 0a3f1094cea410fa7fb1fdff01435e419a4419ce Mon Sep 17 00:00:00 2001
From: Michael
Date: Sat, 6 May 2023 09:41:07 +0000
Subject: [PATCH] The emoji selector is now available for comments
---
view/templates/item/compose.tpl | 15 +--------------
view/theme/frio/templates/comment_item.tpl | 3 +++
view/theme/frio/templates/head.tpl | 15 ++++++++++++++-
view/theme/frio/templates/jot.tpl | 15 +--------------
4 files changed, 19 insertions(+), 29 deletions(-)
diff --git a/view/templates/item/compose.tpl b/view/templates/item/compose.tpl
index 6845234d41..c491a0fcf0 100644
--- a/view/templates/item/compose.tpl
+++ b/view/templates/item/compose.tpl
@@ -100,17 +100,4 @@
-
+
\ No newline at end of file
diff --git a/view/theme/frio/templates/comment_item.tpl b/view/theme/frio/templates/comment_item.tpl
index 45a6116aa3..b5fc13deb2 100644
--- a/view/theme/frio/templates/comment_item.tpl
+++ b/view/theme/frio/templates/comment_item.tpl
@@ -36,6 +36,9 @@
+
diff --git a/view/theme/frio/templates/head.tpl b/view/theme/frio/templates/head.tpl
index 300cb7d1d7..9e960bdc98 100644
--- a/view/theme/frio/templates/head.tpl
+++ b/view/theme/frio/templates/head.tpl
@@ -151,7 +151,20 @@
-
+
+
{{* Include the strings which are needed for some js functions (e.g. translation)
They are loaded into the html so that js functions can use them *}}
{{include file="js_strings.tpl"}}
diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl
index cf62a89f69..b38babebff 100644
--- a/view/theme/frio/templates/jot.tpl
+++ b/view/theme/frio/templates/jot.tpl
@@ -182,17 +182,4 @@ can load different content into the jot modal (e.g. the item edit jot)
-
+
\ No newline at end of file