From 654ce203d3290c524adb797208d4e3037c0f5407 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 31 May 2009 19:46:59 +0000 Subject: merge r3381 from branch 2.0 to trunk feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter from Piwigo itself. Admins can perform this action at the end of installation or on administration panel index. git-svn-id: http://piwigo.org/svn/trunk@3382 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/install.tpl | 15 ++++++++++++--- admin/template/goto/intro.tpl | 16 ++++++++++++++++ 2 files changed, 28 insertions(+), 3 deletions(-) (limited to 'admin/template') diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl index e5b28e6e6..daf68bd71 100644 --- a/admin/template/goto/install.tpl +++ b/admin/template/goto/install.tpl @@ -147,9 +147,18 @@ TD { {else}

-
- - +
+ +

+ +
+ +
+ +

+

{/if} {* content *} diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index 3b41539f6..e00b0d08d 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -1,3 +1,16 @@ +{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} +{known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"} +{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"} + + +

{'title_default'|@translate}

{'Piwigo version'|@translate}
@@ -6,6 +19,9 @@
  • Piwigo {$PWG_VERSION}
  • {'Check for upgrade'|@translate}
  • +{if isset($SUBSCRIBE_BASE_URL)} +
  • {'Subscribe %s to Piwigo Announcements Newsletter'|@translate|@sprintf:$EMAIL}
  • +{/if} -- cgit v1.2.3