From 9239b501f9f84ef4e56f003f269761d4932f4344 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Mon, 12 Aug 2013 01:25:36 +0200 Subject: [PATCH] Add placeholder Plugin Marketplace Manage screen #4053 --- plugins/CorePluginsAdmin/templates/extend.twig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plugins/CorePluginsAdmin/templates/extend.twig diff --git a/plugins/CorePluginsAdmin/templates/extend.twig b/plugins/CorePluginsAdmin/templates/extend.twig new file mode 100644 index 0000000000..e72a479c75 --- /dev/null +++ b/plugins/CorePluginsAdmin/templates/extend.twig @@ -0,0 +1,18 @@ +{% extends 'admin.twig' %} + +{% import '@CorePluginsAdmin/macros.twig' as plugins %} + +{% block content %} + <div style="max-width:980px;"> + + <h2>Extend Piwik with Plugins and Themes</h2> + + <p>This page will let you download and install new Plugins from the Plugins Marketplace. + The <a href='?module=Proxy&action=redirect&url=http://plugins.piwik.org/' target='_blank'>Marketplace</a> is where + developers publish their plugins and themes to make them available to all Piwik users.</p> + + <i>Note: all plugins are available for free at present; in the future we will enable Paid Plugins in the Marketplace + (<a href='mailto:hello@piwik.org?subject=Marketplace - Sell Plugin'>contact us</a> for early access). + </i> + </div> +{% endblock %} -- GitLab