diff --git a/languages/de/mods/lang_portal.php b/languages/de/mods/lang_portal.php index 7b86ac97..efcba868 100644 --- a/languages/de/mods/lang_portal.php +++ b/languages/de/mods/lang_portal.php @@ -41,6 +41,7 @@ $lang = array_merge($lang, array( // news & global announcements 'LATEST_ANNOUNCEMENTS' => 'Letzte Bekanntmachung', + 'GLOBAL_ANNOUNCEMENT' => 'Globale Bekanntmachung', 'LATEST_NEWS' => 'Aktuelle Beiträge', 'READ_FULL' => 'alles lesen', 'NO_NEWS' => 'Keine neuen Beiträge', diff --git a/root/language/en/mods/lang_portal.php b/root/language/en/mods/lang_portal.php index 36d5717c..618f19b1 100644 --- a/root/language/en/mods/lang_portal.php +++ b/root/language/en/mods/lang_portal.php @@ -41,6 +41,7 @@ $lang = array_merge($lang, array( // news & global announcements 'LATEST_ANNOUNCEMENTS' => 'Latest global announcements', + 'GLOBAL_ANNOUNCEMENT' => 'Global announcement', 'LATEST_NEWS' => 'Latest news', 'READ_FULL' => 'Read all', 'NO_NEWS' => 'No news', diff --git a/root/styles/prosilver/template/portal/block/announcements.html b/root/styles/prosilver/template/portal/block/announcements.html index 2e6ffe3a..158ec487 100644 --- a/root/styles/prosilver/template/portal/block/announcements.html +++ b/root/styles/prosilver/template/portal/block/announcements.html @@ -14,7 +14,12 @@
| - {NEWEST_POST_IMG}{READ_POST_IMG} {announcements_row.ATTACH_ICON_IMG} {L_POLL}: {announcements_row.FORUM_NAME} • {announcements_row.TITLE} + {NEWEST_POST_IMG}{READ_POST_IMG} {announcements_row.ATTACH_ICON_IMG} {L_POLL}: {announcements_row.TITLE} | |
|
- {L_POSTED_BY}: {announcements_row.POSTER}
+ {L_POSTED_BY}: {announcements_row.POSTER}
+ • {L_FORUM}: {announcements_row.FORUM_NAME}
+
+ • {L_GLOBAL_ANNOUNCEMENT}
+
+
{announcements_row.TIME}
{announcements_row.TEXT} diff --git a/templates/subsilver2/template/portal/block/announcements_compact.html b/templates/subsilver2/template/portal/block/announcements_compact.html index 2ef739cd..9014c0f9 100644 --- a/templates/subsilver2/template/portal/block/announcements_compact.html +++ b/templates/subsilver2/template/portal/block/announcements_compact.html @@ -14,15 +14,23 @@ |
{NEWEST_POST_IMG}{READ_POST_IMG} {announcements_row.ATTACH_ICON_IMG} {L_POLL}:
- {announcements_row.FORUM_NAME} • {announcements_row.TITLE}
+ {announcements_row.TITLE}
{L_POST_BY_AUTHOR}: {announcements_row.POSTER}
+ + {L_FORUM}: {announcements_row.FORUM_NAME} + + {L_GLOBAL_ANNOUNCEMENT} + + {L_POSTED_ON_DATE} {announcements_row.TIME} + + {L_COMMENTS}: {announcements_row.REPLIES} {L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS} - {L_POSTED_ON_DATE} {announcements_row.TIME} + |
| {NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_POLL}: {news_row.FORUM_NAME} • {news_row.TITLE} | +{NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_POLL}: {news_row.TITLE} |
|
- {L_POSTED_BY}: {news_row.POSTER}
+ {L_POSTED_BY}: {news_row.POSTER} • {L_FORUM}: {news_row.FORUM_NAME}
{news_row.TIME}
{news_row.TEXT} diff --git a/templates/subsilver2/template/portal/block/news_compact.html b/templates/subsilver2/template/portal/block/news_compact.html index 099155e9..82198db3 100644 --- a/templates/subsilver2/template/portal/block/news_compact.html +++ b/templates/subsilver2/template/portal/block/news_compact.html @@ -13,14 +13,14 @@ | |
|
- {NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_POLL}: {news_row.FORUM_NAME} • {news_row.TITLE}
+ {NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_POLL}: {news_row.TITLE}
{L_LAST_POST} {L_POST_BY_AUTHOR}: {news_row.POSTER}
- - {L_COMMENTS}: {news_row.REPLIES} {L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS} - + {L_FORUM}: {news_row.FORUM_NAME} {L_POSTED_ON_DATE} {news_row.TIME} + + {L_COMMENTS}: {news_row.REPLIES} {L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS} |