aboutsummaryrefslogtreecommitdiff
path: root/extensions/Dashboard/template/en/default/admin/params/dashboard.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Dashboard/template/en/default/admin/params/dashboard.html.tmpl')
-rw-r--r--extensions/Dashboard/template/en/default/admin/params/dashboard.html.tmpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/extensions/Dashboard/template/en/default/admin/params/dashboard.html.tmpl b/extensions/Dashboard/template/en/default/admin/params/dashboard.html.tmpl
new file mode 100644
index 0000000..8f757b6
--- /dev/null
+++ b/extensions/Dashboard/template/en/default/admin/params/dashboard.html.tmpl
@@ -0,0 +1,20 @@
+[%#
+ # This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # The Initial Developer of the Original Code is "Nokia Corporation"
+ # Portions created by the Initial Developer are Copyright (C) 2010 the
+ # Initial Developer. All Rights Reserved.
+ #
+ # Contributor(s):
+ # Jari Savolainen <ext-jari.a.savolainen@nokia.com>
+ #%]
+[%
+ title = "Dashboard"
+ desc = "Dashboard extension"
+%]
+[% param_descs = {} %]
+[% FOREACH param IN panel.param_list %]
+ [% param_descs.${param.name} = param.desc %]
+[% END %]