From 12182ddcfeced9934f45f20a3859049066ce0726 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 26 Oct 2006 03:35:20 +0000 Subject: plugins: first prototype version git-svn-id: http://piwigo.org/svn/trunk@1578 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin.tpl | 1 + template/yoga/admin/plugins.tpl | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 template/yoga/admin/plugins.tpl (limited to 'template/yoga') diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index 24177e427..294b39b15 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -19,6 +19,7 @@
  • {lang:update}
  • {lang:Maintenance}
  • {lang:nbm_item_notification}
  • +
  • {lang:Plugins}
  • diff --git a/template/yoga/admin/plugins.tpl b/template/yoga/admin/plugins.tpl new file mode 100644 index 000000000..81bade54d --- /dev/null +++ b/template/yoga/admin/plugins.tpl @@ -0,0 +1,20 @@ +
    +

    {lang:Plugins}

    +
    + + + + + + + + + + + + + + + +
    {lang:Name}{lang:Description}{lang:Action}
    {plugins.plugin.NAME}{plugins.plugin.DESCRIPTION}{plugins.plugin.L_ACTION}
    + \ No newline at end of file -- cgit v1.2.3