From 395b09de3d1dfc40411df71c8752dcc368ab4ea9 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 15 Mar 2010 13:35:35 +0000 Subject: feature 1507: ability to install themes directly from piwigo.org/ext. The theme manager backend for installation is the plugin manager backend, because they are very close. thanks to feature:1502, installing a theme and installing a plugin are very similare operations. The only differences are the installation directory and the main file to find in the archive. This is only the very first step, the "add new theme" screen needs many improvements, to begin with display style. git-svn-id: http://piwigo.org/svn/trunk@5143 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/admin.tpl | 1 + admin/themes/default/template/themes_new.tpl | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 admin/themes/default/template/themes_new.tpl (limited to 'admin/themes') diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index 8de4f69ea..8cd35122a 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -22,6 +22,7 @@ jQuery().ready(function(){ldelim}
  • {'Default display'|@translate}
  • {'Menu'|@translate}
  • {'Templates'|@translate}
  • +
  • {'Themes'|@translate}
  • diff --git a/admin/themes/default/template/themes_new.tpl b/admin/themes/default/template/themes_new.tpl new file mode 100644 index 000000000..7317b7df5 --- /dev/null +++ b/admin/themes/default/template/themes_new.tpl @@ -0,0 +1,13 @@ +
    +

    {'Install New Theme'|@translate}

    +
    + +{if isset($themes)} + +{/if} \ No newline at end of file -- cgit v1.2.3