diff options
author | plegall <plg@piwigo.org> | 2014-09-12 13:20:10 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-12 13:20:10 +0000 |
commit | 908c770e3d7723175056187c9626fbbbf8bbf98f (patch) | |
tree | 5742be370cd69de42321d496ea927b866bade5eb /plugins/TakeATour/tours/2_7_0 | |
parent | fe9618761401e328eaf8a56de47584d8e8072031 (diff) |
new step on tour_2_7_0 to describe the new filter on file size
git-svn-id: http://piwigo.org/svn/trunk@29508 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/tours/2_7_0')
-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}"
},
|