diff options
Diffstat (limited to 'plugins/TakeATour/tours/first_contact/tour.tpl')
-rw-r--r-- | plugins/TakeATour/tours/first_contact/tour.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TakeATour/tours/first_contact/tour.tpl b/plugins/TakeATour/tours/first_contact/tour.tpl index a1cb11994..b26603228 100644 --- a/plugins/TakeATour/tours/first_contact/tour.tpl +++ b/plugins/TakeATour/tours/first_contact/tour.tpl @@ -70,8 +70,8 @@ tour.addSteps([ {
path: /admin\.php\?page=(photos_add|batch_manager&filter=prefilter-last_import|batch_manager&filter=prefilter-caddie)/,
redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
- placement: "top",
- element: "select[name='filter_prefilter']",
+ placement: "bottom",
+ element: "#filter_prefilter select",
title: "{/literal}{'first_contact_title9'|@translate|@escape:'javascript'}{literal}",
content: "{/literal}{'first_contact_stp9'|@translate|@escape:'javascript'}{literal}",
prev:3,
|