diff options
author | plegall <plg@piwigo.org> | 2014-09-10 12:12:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-10 12:12:38 +0000 |
commit | 3e57296c90e0c41fe53669614b8485f2c6011c00 (patch) | |
tree | f8bd1b9019643d496c58dc3f03b3aad466318266 /plugins/TakeATour/tours | |
parent | c1697a61a0238f9023c54c37b239ea524701d86b (diff) |
tour "privacy": remove very advanced (and dangerous) last step about configuring $conf[available_permission_levels]
git-svn-id: http://piwigo.org/svn/trunk@29455 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/tours')
-rw-r--r-- | plugins/TakeATour/tours/privacy/tour.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/TakeATour/tours/privacy/tour.tpl b/plugins/TakeATour/tours/privacy/tour.tpl index d6476c2f8..1918f5140 100644 --- a/plugins/TakeATour/tours/privacy/tour.tpl +++ b/plugins/TakeATour/tours/privacy/tour.tpl @@ -167,11 +167,6 @@ tour.addSteps([ },
{
path: "{/literal}{$TAT_path}{literal}admin.php",
- title: "{/literal}{'privacy_title23'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'privacy_stp23'|@translate|@escape:'javascript'}{literal}"
- },
- {
- path: "{/literal}{$TAT_path}{literal}admin.php",
title: "{/literal}{'privacy_title24'|@translate|@escape:'javascript'}{literal}",
content: "{/literal}{'privacy_stp24'|@translate|@escape:'javascript'}{literal}"
}
|