From fa08b7011f8bc84ca022ec7b25052cdd19804fa5 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 4 May 2014 17:16:01 +0000 Subject: Translate button Next/prev/end git-svn-id: http://piwigo.org/svn/trunk@28347 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/TakeATour/tours/first_contact/tour.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/TakeATour/tours/first_contact/tour.tpl') diff --git a/plugins/TakeATour/tours/first_contact/tour.tpl b/plugins/TakeATour/tours/first_contact/tour.tpl index d5d6799ee..6b9d2afb3 100644 --- a/plugins/TakeATour/tours/first_contact/tour.tpl +++ b/plugins/TakeATour/tours/first_contact/tour.tpl @@ -3,7 +3,8 @@ var tour = new Tour({ name: "first_contact", orphan: true, - onEnd: function (tour) {window.location = "admin.php?page=plugin-TakeATour&tour_ended=first_contact";}, + onEnd: function (tour) {window.location = "admin.php?page=plugin-TakeATour&tour_ended=first_contact"}, + template: "

", }); {/literal}{if $TAT_restart}tour.restart();{/if}{literal} -- cgit v1.2.3