From 32a24fefc9aece305d244933ec9e3272978193bc Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 31 May 2009 19:35:51 +0000 Subject: 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/branches/2.0@3381 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/install.tpl | 13 +++++++++++-- admin/template/goto/intro.tpl | 16 ++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) (limited to 'admin/template') diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl index d7f6bd82f..e6bbce53c 100644 --- a/admin/template/goto/install.tpl +++ b/admin/template/goto/install.tpl @@ -149,8 +149,17 @@ TD { {else}


- - + +

+ +
+ +
+ +

+

{/if} {* content *} diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index 3df354993..3ea7b2ac5 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -1,4 +1,17 @@ {* $Id$ *} +{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}
@@ -7,6 +20,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