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/template_end.php | 41 +++++++++++++++++++++++++++-- src/application/views/view_logintoreply.php | 7 +++++ 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 src/application/views/view_logintoreply.php (limited to 'src/application/views') diff --git a/src/application/views/template_end.php b/src/application/views/template_end.php index d12e2ff..f322b36 100644 --- a/src/application/views/template_end.php +++ b/src/application/views/template_end.php @@ -3,8 +3,41 @@
- © . - Powered by Mystic Forum + + + + + + + +
+ © . + Powered by mysticBB. + +
+ "> +
+ + +
+
+     +
+ "> +
+ + +
+
+
@@ -24,6 +57,10 @@ $(function() { ], ]) ?> + $(".auto-submit").on("change", function() { + $(this)[0].form.submit(); + }); + $("._time").each(function(i, e) { var date = new Date($(e).text()); $(e).text(date.toLocaleString()); 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 @@ +
+
+ " class="btn btn-success"> + + + +
\ No newline at end of file -- cgit v1.2.3