aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/admin_advices.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-03 20:31:54 +0000
committervdigital <vdigital@piwigo.org>2007-01-03 20:31:54 +0000
commitaa5f1e3358e0123d785755d90d25a5cee340f754 (patch)
treee55c59254224cd270fc4373bb42bc6e089f4fe73 /plugins/admin_advices/admin_advices.tpl
parent9fc9785c74d82b0b6524d719f31fc57fe68e6ed1 (diff)
"Admin Advices !" Standard plugin : May give you sometimes an advice on the administration page.
A draft version: With 3 advices in English and only one in French. Maybe we can have more than 50 advices from a starting point. This plugin is mainly for beginners but not only. git-svn-id: http://piwigo.org/svn/trunk@1694 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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>