From f269501d05cfb256cf3cd5808b534a2faad2fe42 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 11 Jan 2023 14:26:49 +0100 Subject: Make replying more robust in case of expired pastes --- htdocs/themes/bootstrap/views/view/view.php | 2 +- htdocs/themes/cleanwhite/views/view/view.php | 2 +- htdocs/themes/default/views/view/view.php | 2 +- htdocs/themes/geocities/views/view/view.php | 2 +- htdocs/themes/i386/views/view/view.php | 2 +- htdocs/themes/stikkedizr/views/view/view.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/themes/bootstrap/views/view/view.php b/htdocs/themes/bootstrap/views/view/view.php index 39f7fc4..fcd0366 100644 --- a/htdocs/themes/bootstrap/views/view/view.php +++ b/htdocs/themes/bootstrap/views/view/view.php @@ -22,7 +22,7 @@ if(isset($insert)){
, lang->line('paste_ago'),$p[0]); ?>, .
0){?> . -
+
config->item('qr_enabled')) { ?> diff --git a/htdocs/themes/cleanwhite/views/view/view.php b/htdocs/themes/cleanwhite/views/view/view.php index f714ddc..7b8527f 100644 --- a/htdocs/themes/cleanwhite/views/view/view.php +++ b/htdocs/themes/cleanwhite/views/view/view.php @@ -17,7 +17,7 @@ if(isset($insert)){

- + - diff --git a/htdocs/themes/default/views/view/view.php b/htdocs/themes/default/views/view/view.php index 9604ca2..2266ea0 100644 --- a/htdocs/themes/default/views/view/view.php +++ b/htdocs/themes/default/views/view/view.php @@ -18,7 +18,7 @@ if(isset($insert)){
, lang->line('paste_ago'), $p[0]); ?>, , . 0){?> . - + - diff --git a/htdocs/themes/geocities/views/view/view.php b/htdocs/themes/geocities/views/view/view.php index 77d4011..a4b0dea 100644 --- a/htdocs/themes/geocities/views/view/view.php +++ b/htdocs/themes/geocities/views/view/view.php @@ -22,7 +22,7 @@ if(isset($insert)){
, lang->line('paste_ago'),$p[0]); ?>, .
0){?> . -
+
- diff --git a/htdocs/themes/i386/views/view/view.php b/htdocs/themes/i386/views/view/view.php index e4e04f1..cf29a50 100644 --- a/htdocs/themes/i386/views/view/view.php +++ b/htdocs/themes/i386/views/view/view.php @@ -22,7 +22,7 @@ if(isset($insert)){
, lang->line('paste_ago'),$p[0]); ?>, .
0){?> . -
+
- diff --git a/htdocs/themes/stikkedizr/views/view/view.php b/htdocs/themes/stikkedizr/views/view/view.php index 70b602f..f1dff7e 100644 --- a/htdocs/themes/stikkedizr/views/view/view.php +++ b/htdocs/themes/stikkedizr/views/view/view.php @@ -21,7 +21,7 @@ if(isset($insert)){
, lang->line('paste_ago'),$p[0]); ?>, .
-
+
- -- cgit v1.2.3