diff options
Diffstat (limited to 'plugins/TakeATour/tours')
-rw-r--r-- | plugins/TakeATour/tours/first_contact/tour.tpl | 4 | ||||
-rw-r--r-- | plugins/TakeATour/tours/privacy/tour.tpl | 2 |
2 files changed, 2 insertions, 4 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,
diff --git a/plugins/TakeATour/tours/privacy/tour.tpl b/plugins/TakeATour/tours/privacy/tour.tpl index 1a47bda09..4a1db98c3 100644 --- a/plugins/TakeATour/tours/privacy/tour.tpl +++ b/plugins/TakeATour/tours/privacy/tour.tpl @@ -30,8 +30,6 @@ tour.addSteps([ },
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=help§ion=permissions",
- placement: "top",
- element: "#helpContent",
title: "{/literal}{'privacy_title4'|@translate|@escape:'javascript'}{literal}",
content: "{/literal}{'privacy_stp4'|@translate|@escape:'javascript'}{literal}"
},
|