From 2b3bc579e4dcd4bf64c712eeca86f05e2d70fbf0 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 27 Oct 2006 00:25:02 +0000 Subject: - plugins can add now their page to the admin page - new plugin (event_tracer) that demonstrate it and useful to see all calls to trigger_event git-svn-id: http://piwigo.org/svn/trunk@1580 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/plugin.tpl | 12 ++++++++++++ template/yoga/admin/plugins.tpl | 19 ++++++++++++++----- 2 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 template/yoga/admin/plugin.tpl (limited to 'template/yoga') diff --git a/template/yoga/admin/plugin.tpl b/template/yoga/admin/plugin.tpl new file mode 100644 index 000000000..96b0c3ae8 --- /dev/null +++ b/template/yoga/admin/plugin.tpl @@ -0,0 +1,12 @@ +
+

+ + + {plugin_menu.menu_item.NAME} + + +

+
+ + +{PLUGIN_ADMIN_CONTENT} diff --git a/template/yoga/admin/plugins.tpl b/template/yoga/admin/plugins.tpl index 81bade54d..ef45360f1 100644 --- a/template/yoga/admin/plugins.tpl +++ b/template/yoga/admin/plugins.tpl @@ -1,17 +1,26 @@
-

{lang:Plugins}

+

+ + + {plugin_menu.menu_item.NAME} + + +

+ - - +
+ + - + - + + -- cgit v1.2.3
{lang:Name}{lang:Version} {lang:Description}{lang:Action}{lang:Actions}
{plugins.plugin.NAME}{plugins.plugin.VERSION} {plugins.plugin.DESCRIPTION} {plugins.plugin.L_ACTION}