From f6dd78734f86f8daed7c5d472e7a199301095ff8 Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Tue, 17 Sep 2024 13:39:12 +0200
Subject: More theme and i18n stuff

---
 src/application/views/view_logintoreply.php | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 src/application/views/view_logintoreply.php

(limited to 'src/application/views/view_logintoreply.php')

diff --git a/src/application/views/view_logintoreply.php b/src/application/views/view_logintoreply.php
new file mode 100644
index 0000000..11e0e1e
--- /dev/null
+++ b/src/application/views/view_logintoreply.php
@@ -0,0 +1,7 @@
+<div class="well margin-top-4x text-center">
+    <div class="h3 margin-top-0"><?= __("Log in to reply to this topic") ?></div>
+    <a href="?_action=auth&amp;next=<?= htmlentities(urlencode($_SERVER["REQUEST_URI"])) ?>" class="btn btn-success">
+        <span class="glyphicon glyphicon-user" aria-hidden="true"></span>
+        <?= __("Log in") ?>
+    </a>
+</div>
\ No newline at end of file
-- 
cgit v1.2.3