-
-
- -
- {oauth.SERVICE_NAME} -
From 73bec9e223cd994a647f3d41407431ae9780cd59 Mon Sep 17 00:00:00 2001
From: Julian Arndt {_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ] {L_CONFIRM_EXPLAIN}
-
@@ -29,19 +29,6 @@
-
-
- {L_CONFIRMATION}
-
',
- slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occured.
+ slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occurred.
// Add a hidden drop-down menu to each links list (except those that already have one)
if (!persistent) {
@@ -612,7 +610,7 @@ function parseDocument($container) {
// If there are any images in the links list, run the check again after they have loaded
$linksAll.find('img').each(function() {
- $(this).load(function() {
+ $(this).on('load', function() {
check();
});
});
diff --git a/template/forumlist_body.html b/template/forumlist_body.html
index eab6528..4932860 100644
--- a/template/forumlist_body.html
+++ b/template/forumlist_body.html
@@ -95,15 +95,19 @@
{forumrow.LAST_POST_SUBJECT_TRUNCATED}
{L_DELETE_REASON_EXPLAIN}
- {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
+ {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
{L_VIEW_LATEST_POST}
-
{forumrow.LAST_POST_TIME}
+
- {L_NO_POSTS}
+ {% if forumrow.U_UNAPPROVED_TOPICS %}
+ {{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
+ {% else %}
+ {{ lang('NO_POSTS') }}
+ {% endif %}
diff --git a/template/index_body.html b/template/index_body.html
index b292c40..239a91c 100644
--- a/template/index_body.html
+++ b/template/index_body.html
@@ -29,6 +29,7 @@
{S_LOGIN_REDIRECT}
+ {S_FORM_TOKEN_LOGIN}
diff --git a/template/login_body.html b/template/login_body.html
index ef08035..dc597af 100644
--- a/template/login_body.html
+++ b/template/login_body.html
@@ -33,6 +33,7 @@
{S_LOGIN_REDIRECT}
+ {S_FORM_TOKEN_LOGIN}
{S_LOGIN_REDIRECT}
+ {S_FORM_TOKEN_LOGIN}
-
-
+ {% for oauth in oauth %}
+ {{ oauth.SERVICE_NAME }}
+ {% endfor %}
{GROUP_DESC} {GROUP_TYPE}
+ {% EVENT memberlist_body_group_desc_after %} +{AVATAR_IMG} - {RANK_IMG} - {GROUP_RANK} + {% EVENT memberlist_body_group_rank_before %} + {% if RANK_IMG %}{{ RANK_IMG }}{% endif %} + {% if GROUP_RANK %} + {% if not RANK_IMG %} + {{ lang('GROUP_RANK') ~ lang('COLON') }} + {% endif %} + {{ GROUP_RANK }} + {% endif %} + {% EVENT memberlist_body_group_rank_after %}
+ {% EVENT memberlist_body_page_title_before %}