diff options
Diffstat (limited to 'plugins/TakeATour/tours/2_7_0/tour.tpl')
-rw-r--r-- | plugins/TakeATour/tours/2_7_0/tour.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/TakeATour/tours/2_7_0/tour.tpl b/plugins/TakeATour/tours/2_7_0/tour.tpl index fb7c0c20e..54e1bda3c 100644 --- a/plugins/TakeATour/tours/2_7_0/tour.tpl +++ b/plugins/TakeATour/tours/2_7_0/tour.tpl @@ -69,8 +69,10 @@ tour.addSteps([ title: "{/literal}{'2_7_0_title9'|@translate|@escape:'javascript'}{literal}",
content: "{/literal}{'2_7_0_stp9'|@translate|@escape:'javascript'}{literal}"
},
- {//10
- path: "{/literal}{$TAT_path}{literal}admin.php?page=plugin-TakeATour",
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=batch_manager&filter=filesize-1..5",
+ element: "#filter_filesize",
+ placement: "top",
title: "{/literal}{'2_7_0_title10'|@translate|@escape:'javascript'}{literal}",
content: "{/literal}{'2_7_0_stp10'|@translate|@escape:'javascript'}{literal}"
},
|