From d1df2ca2dda76fa8b2176424e1cb8236c1a2733e Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 29 Dec 2012 00:09:25 +0000 Subject: [PATCH] Introduced ext-alert --- .gitattributes | 2 + inc/extensions/ext-alert.php | 100 ++++++++++++++++++++++++++++ templates/de/html/ext/ext_alert.tpl | 6 ++ 3 files changed, 108 insertions(+) create mode 100644 inc/extensions/ext-alert.php create mode 100644 templates/de/html/ext/ext_alert.tpl diff --git a/.gitattributes b/.gitattributes index 929a5ea61b..2acb04059b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -164,6 +164,7 @@ inc/extensions/ext-active.php svneol=native#text/plain inc/extensions/ext-admins.php svneol=native#text/plain inc/extensions/ext-admintheme1.php svneol=native#text/plain inc/extensions/ext-admintheme_default.php svneol=native#text/plain +inc/extensions/ext-alert.php svneol=native#text/plain inc/extensions/ext-announcement.php svneol=native#text/plain inc/extensions/ext-autopurge.php svneol=native#text/plain inc/extensions/ext-autoreg.php svneol=native#text/plain @@ -1715,6 +1716,7 @@ templates/de/html/ext/ext_active.tpl svneol=native#text/plain templates/de/html/ext/ext_admins.tpl svneol=native#text/plain templates/de/html/ext/ext_admintheme1.tpl svneol=native#text/plain templates/de/html/ext/ext_admintheme_default.tpl svneol=native#text/plain +templates/de/html/ext/ext_alert.tpl svneol=native#text/plain templates/de/html/ext/ext_announcement.tpl svneol=native#text/plain templates/de/html/ext/ext_autopurge.tpl svneol=native#text/plain templates/de/html/ext/ext_autoreg.tpl svneol=native#text/plain diff --git a/inc/extensions/ext-alert.php b/inc/extensions/ext-alert.php new file mode 100644 index 0000000000..786afa2fc5 --- /dev/null +++ b/inc/extensions/ext-alert.php @@ -0,0 +1,100 @@ + diff --git a/templates/de/html/ext/ext_alert.tpl b/templates/de/html/ext/ext_alert.tpl new file mode 100644 index 0000000000..7d90d8d61a --- /dev/null +++ b/templates/de/html/ext/ext_alert.tpl @@ -0,0 +1,6 @@ +
+ Erlaubt Ihren Mitgliedern das Melden von Webseiten an Sie, so dass Sie diese + sperren können. Bei richtiger Meldung kann dann ein kleines + "Dankeschön" in Form von {OPEN_CONFIG}POINTS{CLOSE_CONFIG} + gutgeschrieben werden. +
-- 2.39.5