From 5382fb218c2494a63e3971305d9ee010e7d7b737 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 27 Dec 2010 01:47:29 +0000 Subject: feature 2087 added: use a checkbox in the installation screen for newsletter subscription git-svn-id: http://piwigo.org/svn/trunk@8311 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/install.tpl | 53 +++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 14 deletions(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl index b915ce517..a8ea8edfb 100644 --- a/admin/themes/default/template/install.tpl +++ b/admin/themes/default/template/install.tpl @@ -14,7 +14,11 @@ {/if} {/foreach} - + +{get_combined_scripts load='header'} + + +{combine_script id='jquery' path='themes/default/js/jquery.min.js'} {literal} @@ -146,6 +154,20 @@ input[type="text"]:focus, input[type="password"]:focus, select:focus { {/literal} + +{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'} + +{footer_script require='jquery.cluetip'} +jQuery().ready(function(){ldelim} + jQuery('.cluetip').cluetip({ldelim} + width: 300, + splitTitle: '|', + positionBy: 'bottomTop' + }); +}); +{/footer_script} + + Piwigo {$RELEASE} - {'Installation'|@translate} @@ -295,9 +317,19 @@ input[type="text"]:focus, input[type="password"]:focus, select:focus { {'Webmaster mail address'|@translate} - + {'Visitors will be able to contact site administrator with this mail'|@translate} + + {'Options'|@translate} + + +
+ + @@ -310,21 +342,14 @@ input[type="text"]:focus, input[type="password"]:focus, select:focus {

- -{if !isset($migration)} -
- -
- -

- -

-{/if} {/if} {* content *}
{$L_INSTALL_HELP}
{* the_page *} + + +{get_combined_scripts load='footer'} + + -- cgit v1.2.3