diff options
author | flop25 <flop25@piwigo.org> | 2014-09-10 19:43:10 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-09-10 19:43:10 +0000 |
commit | 90ecf61d68039f5da693ea811b49fabfbc036844 (patch) | |
tree | 87cb2a76170ad374d4f27236b66a71e4d4c02881 /plugins/TakeATour | |
parent | c2785a9e740997c78c65805caddccdab24189d78 (diff) |
again fix for Permission tab
git-svn-id: http://piwigo.org/svn/trunk@29463 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour')
-rw-r--r-- | plugins/TakeATour/tours/privacy/tour.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TakeATour/tours/privacy/tour.tpl b/plugins/TakeATour/tours/privacy/tour.tpl index cd0f24f05..7ee44ccb3 100644 --- a/plugins/TakeATour/tours/privacy/tour.tpl +++ b/plugins/TakeATour/tours/privacy/tour.tpl @@ -80,7 +80,7 @@ tour.addSteps([ path: /admin\.php\?page=album-/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}";},
placement: "bottom",
- element: ".normal_tab .icon-lock",
+ element: "#tabsheet > ul > li:nth-child(3) > a",
reflex:true,
title: "{/literal}{'privacy_title11'|@translate|@escape:'javascript'}{literal}",
content: "{/literal}{'privacy_stp11'|@translate|@escape:'javascript'}{literal}"
|