aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/admin_advices.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/admin_advices/admin_advices.tpl')
-rw-r--r--plugins/admin_advices/admin_advices.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/admin_advices/admin_advices.tpl b/plugins/admin_advices/admin_advices.tpl
new file mode 100644
index 000000000..0125be5f7
--- /dev/null
+++ b/plugins/admin_advices/admin_advices.tpl
@@ -0,0 +1,11 @@
+<!-- $Id: admin_advices.tpl 939 2005-11-17 20:13:36Z VDigital $ -->
+<div style="padding-left: 2em;">
+<h2 style="margin-left: 10em; margin-right: 1em; font-weight: bold; padding-left: 2em;">{lang:About}: {ADVICE_ABOUT}</h2>
+
+<dl style="margin-left: 10em; padding: 2em;">
+ <dt>{ADVICE_TEXT}</dt>
+ <!-- BEGIN More -->
+ <dd> {More.ADVICE} </dd>
+ <!-- END More -->
+</dl>
+</div>