From 6fa2d17f688875bf1e626f82e38706f76de7ea59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Mon, 9 Oct 2023 01:40:47 +0200 Subject: [PATCH] make reply-to link depending on screen-width * on small/smartphone-screens show "reply to" link above the posting and an eventual "shared by" link in a second line. * on middle/tablet-screens show "reply-to" and "shared-by" link in one line above the posting, divided by a dot. * on large screens show reply-to-link next to the time/date-link when posting was posted. the first to positions are better for users with thick fingers on smartphones. (like me) Change "in reply to" to "is reply to". Sounds better. translations done --- view/lang/C/messages.po | 2 +- view/theme/frio/templates/jot.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 4ef37d1203..b2c969e51b 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -12051,7 +12051,7 @@ msgstr "" #: src/Object/Post.php:506 #, php-format -msgid "in reply to %s" +msgid "is reply to %s" msgstr "" #: src/Object/Post.php:508 diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index e04b942df4..2703ea1ba7 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -1,5 +1,5 @@ {{* The button to open the jot - in This theme we move the button with js to the second nav bar *}} - +Create posting