aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/tours
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-07-08 16:41:46 +0000
committerflop25 <flop25@piwigo.org>2014-07-08 16:41:46 +0000
commit1efc0eb46047957e69a6c686286c4ee032f86431 (patch)
treee8b6fd3c1926d0e2304530d7da0206e9c2363a0e /plugins/TakeATour/tours
parent82ffe38c37ee65bd2053146aa9037ac779283e33 (diff)
Take A Tour:
css for roma en_UK force_fallback'ed privacy wip git-svn-id: http://piwigo.org/svn/trunk@29007 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/tours')
-rw-r--r--plugins/TakeATour/tours/first_contact/tour.tpl.bak347
-rw-r--r--plugins/TakeATour/tours/privacy/Text-1.txt38
-rw-r--r--plugins/TakeATour/tours/privacy/tour.tpl191
3 files changed, 461 insertions, 115 deletions
diff --git a/plugins/TakeATour/tours/first_contact/tour.tpl.bak b/plugins/TakeATour/tours/first_contact/tour.tpl.bak
new file mode 100644
index 000000000..6576d0037
--- /dev/null
+++ b/plugins/TakeATour/tours/first_contact/tour.tpl.bak
@@ -0,0 +1,347 @@
+{footer_script require='jquery.bootstrap-tour'}{literal}
+
+var tour = new Tour({
+ name: "first_contact",
+ orphan: true,
+ onEnd: function (tour) {window.location = "admin.php?page=plugin-TakeATour&tour_ended=first_contact"},
+ template: "<div class='popover'> <div class='arrow'></div> <h3 class='popover-title'></h3> <div class='popover-content'></div> <div class='popover-navigation'> <div class='btn-group'> <button class='btn btn-sm btn-default' data-role='prev'>&laquo; {/literal}{'Prev'|@translate|@escape:'javascript'}{literal}</button> <button class='btn btn-sm btn-default' data-role='next'>{/literal}{'Next '|@translate|@escape:'javascript'}{literal} &raquo;</button> </div> <button class='btn btn-sm btn-default' data-role='end'>{/literal}{'End tour'|@translate|@escape:'javascript'}{literal}</button> </div> </div>",
+});
+{/literal}{if $TAT_restart}tour.restart();{/if}{literal}
+
+tour.addSteps([
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php",
+ title: "{/literal}{'first_contact_title1'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp1'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php",
+ placement: "right",
+ element: "a[href='./admin.php?page=photos_add']",
+ reflex:true,
+ title: "{/literal}{'first_contact_title2'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp2'|@translate|@escape:'javascript'}{literal}",
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
+ placement: "bottom",
+ element: ".selected_tab",
+ title: "{/literal}{'first_contact_title3'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp3'|@translate|@escape:'javascript'}{literal}",
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
+ placement: "right",
+ element: "#albumSelection",
+ title: "{/literal}{'first_contact_title4'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp4'|@translate|@escape:'javascript'}{literal}"
+ },
+ {//5
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
+ placement: "top",
+ element: ".plupload_add",
+ title: "{/literal}{'first_contact_title5'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp5'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
+ placement: "top",
+ element: ".plupload_start",
+ title: "{/literal}{'first_contact_title6'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp6'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
+ placement: "top",
+ element: "#afterUploadActions",
+ title: "{/literal}{'first_contact_title7'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp7'|@translate|@escape:'javascript'}{literal}",
+ prev:4
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
+ placement: "top",
+ element: "#batchLink",
+ reflex:true,
+ title: "{/literal}{'first_contact_title8'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp8'|@translate|@escape:'javascript'}{literal}",
+ prev:4
+ },
+ {
+ path: /admin\.php\?page=(photos_add|batch_manager&filter=prefilter-last_import|prefilter-caddie)/,
+ redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
+ placement: "top",
+ element: "",
+ title: "{/literal}{'first_contact_title9'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp9'|@translate|@escape:'javascript'}{literal}"
+ },
+ {//10
+ path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
+ redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
+ placement: "right",
+ element: ".icon-flag",
+ title: "{/literal}{'first_contact_title10'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp10'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
+ redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
+ placement: "left",
+ element: "#checkActions",
+ title: "{/literal}{'first_contact_title11'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp11'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
+ redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
+ placement: "top",
+ element: "#action",
+ title: "{/literal}{'first_contact_title12'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp12'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
+ redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
+ placement: "bottom",
+ element: "#tabsheet .normal_tab",
+ title: "{/literal}{'first_contact_title13'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp13'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
+ redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
+ placement: "top",
+ element: "#TAT_FC_14",
+ reflex:true,
+ title: "{/literal}{'first_contact_title14'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp14'|@translate|@escape:'javascript'}{literal}",
+ onNext:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";}
+ },
+ {//15
+ path: /admin\.php\?page=photo-/,
+ redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
+ placement: "bottom",
+ element: ".selected_tab",
+ title: "{/literal}{'first_contact_title15'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp15'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=photo-/,
+ redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
+ placement: "top",
+ element: "#TAT_FC_16",
+ title: "{/literal}{'first_contact_title16'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp16'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=photo-/,
+ redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
+ placement: "top",
+ element: "#TAT_FC_17",
+ title: "{/literal}{'first_contact_title17'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp17'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=photo-/,
+ redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
+ placement: "top",
+ title: "{/literal}{'first_contact_title18'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp18'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=cat_list",
+ placement: "left",
+ element: "#content",
+ title: "{/literal}{'first_contact_title19'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{if $TAT_FTP}{'first_contact_stp19'|@translate|@escape:'javascript'}{else}{'first_contact_stp19_b'|@translate|@escape:'javascript'}{/if}{literal}",
+ onPrev: function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
+
+ },
+ {//20
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=cat_list",
+ placement: "top",
+ element: "#categoryOrdering",
+ title: "{/literal}{'first_contact_title20'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp20'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=cat_list",
+ placement: "left",
+ element: "#tabsheet:first-child",
+ title: "{/literal}{'first_contact_title21'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp21'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=album-/,
+ redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}";},
+ placement: "top",
+ element: ".selected_tab",
+ title: "{/literal}{'first_contact_title22'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp22'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=album-/,
+ redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}";},
+ placement: "top",
+ element: "#TAT_FC_23",
+ title: "{/literal}{'first_contact_title23'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp23'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=album-/,
+ redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}";},
+ placement: "bottom",
+ element: ".tabsheet",
+ title: "{/literal}{'first_contact_title24'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp24'|@translate|@escape:'javascript'}{literal}"
+ },
+ {//25
+ path: /admin\.php\?page=album-[0-9]+-permissions/,
+ redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
+ placement: "left",
+ element: "#content",
+ title: "{/literal}{'first_contact_title25'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp25'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=album-[0-9]+-permissions/,
+ redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
+ placement: "top",
+ element: "#selectStatus",
+ title: "{/literal}{'first_contact_title26'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp26'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=album-[0-9]+-permissions/,
+ redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
+ placement: "top",
+ element: "#selectStatus",
+ title: "{/literal}{'first_contact_title27'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp27'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: /admin\.php\?page=album-[0-9]+-permissions/,
+ redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
+ placement: "top",
+ title: "{/literal}{'first_contact_title28'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp28'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
+ placement: "top",
+ element: "",
+ title: "{/literal}{'first_contact_title29'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_title29'|@translate|@escape:'javascript'}{literal}"
+ },
+ {//30
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
+ placement: "right",
+ element: "#gallery_title",
+ title: "{/literal}{'first_contact_title30'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp30'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
+ placement: "right",
+ element: "#page_banner",
+ title: "{/literal}{'first_contact_title31'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp31'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
+ reflex: true,
+ placement: "top",
+ element: ".formButtons input",
+ title: "{/literal}{'first_contact_title32'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp32'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
+ placement: "top",
+ title: "{/literal}{'first_contact_stp33'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp33'|@translate|@escape:'javascript'}{literal}",
+ prev:30
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
+ placement: "top",
+ element: "",
+ title: "{/literal}{'first_contact_title34'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp34'|@translate|@escape:'javascript'}{literal}"
+ },
+ {//35
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
+ placement: "top",
+ element: "#TAT_FC_35",
+ title: "{/literal}{'first_contact_title35'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp35'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
+ placement: "top",
+ element: "",
+ title: "{/literal}{'first_contact_title36'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp36'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
+ placement: "right",
+ element: ".tabsheet",
+ title: "{/literal}{'first_contact_title37'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp37'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
+ placement: "left",
+ element: "",
+ title: "{/literal}{'first_contact_title38'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp38'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
+ placement: "left",
+ element: "#content",
+ title: "{/literal}{'first_contact_title39'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp39'|@translate|@escape:'javascript'}{literal}"
+ },
+ {//40
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
+ placement: "bottom",
+ element: "#TakeATour",
+ title: "{/literal}{'first_contact_title40'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp40'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
+ placement: "right",
+ element: ".tabsheet",
+ title: "{/literal}{'first_contact_title41'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp41'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=languages",
+ title: "{/literal}{'first_contact_title42'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp42'|@translate|@escape:'javascript'}{literal}"
+ },
+ {
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=plugin-TakeATour",
+ placement: "top",
+ element: "",
+ title: "{/literal}{'first_contact_title43'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'first_contact_stp43'|@translate|@escape:'javascript'}{literal}"
+ }
+]);
+
+// Initialize the tour
+tour.init();
+
+// Start the tour
+tour.start();
+
+jQuery( ".plupload_start" ).click(function() {
+ if (tour.getCurrentStep()==5)
+ {
+ tour.goTo(6);
+ }
+});
+{/literal}{/footer_script} \ No newline at end of file
diff --git a/plugins/TakeATour/tours/privacy/Text-1.txt b/plugins/TakeATour/tours/privacy/Text-1.txt
index e71dc91db..8a8ff8239 100644
--- a/plugins/TakeATour/tours/privacy/Text-1.txt
+++ b/plugins/TakeATour/tours/privacy/Text-1.txt
@@ -1,23 +1,23 @@
$lang['privacy_descrp'] = 'This tour present you all the ways to protect your photo from the permission systems per album and per picture, and the image protection from copying';
-$lang['privacy_title1'] = 'Welcome in your Piwigo gallery';
-$lang['privacy_stp1'] = 'Hello! I will be your guide to discover Piwigo. Please follow my instructions, and click Next (or use the arrows of your keyboard) to navigate. If you go to an other page of the administration, you will be redirected to the current page of the Tour. If you are stuck and can\'t end the tour, going to <em>Plugins » Take A Tour</em> will end the tour.<br>Let\'s start by adding pictures!';
-$lang['privacy_title2'] = '';
-$lang['privacy_stp2'] = 'The link is here. Click Next to continue';
-$lang['privacy_title3'] = 'Add Photo Page';
-$lang['privacy_stp3'] = 'This first tab is where you add photos directly from your browser. The other tabs are about the other ways to upload photos';
-$lang['privacy_title4'] = 'Lets add photo!';
-$lang['privacy_stp4'] = 'First choose an album; create one if there is no album yet.';
-$lang['privacy_title5'] = '';
-$lang['privacy_stp5'] = 'Then click the button to select photos to send from your computer';
-$lang['privacy_title6'] = '';
-$lang['privacy_stp6'] = 'You see that photos are being listed. Add at least 2 pictures and when you\'re ready click the button Start Upload';
-$lang['privacy_title7'] = '';
-$lang['privacy_stp7'] = 'Here a summary of your uploaded pictures. See that Piwigo has generated itself the thumbnails. You can know add more photos with the link at the bottom, edit the properties of a picture by clicking on it, or click to manage all the uploaded pictures in the Batch Manager...';
-$lang['privacy_title8'] = '';
-$lang['privacy_stp8'] = 'Let\'s edit them! Click on the link. If you don\'t see it click Prev to add at least 2 photos.';
-$lang['privacy_title9'] = 'The Batch Manager';
-$lang['privacy_stp9'] = 'You are know in the Batch Manager, where you can batch edit multiple pictures. Here the Caddy is set as a filter because we comes from the upload result page.';
-$lang['privacy_title10'] = '';
+$lang['privacy_title1'] = 'Welcome in the Privacy Tour';
+$lang['privacy_stp1'] = 'Hello! I will be your guide to discover how to protect your pictures in Piwigo. Please follow my instructions, and click Next (or use the arrows of your keyboard) to navigate. If you go to an other page of the administration, you will be redirected to the current page of the Tour. If you are stuck and can\'t end the tour, going to <em>Plugins » Take A Tour</em> will end the tour.<br>Let\'s start!';
+$lang['privacy_title2'] = 'Help inside your Piwigo';
+$lang['privacy_stp2'] = 'You can access here to the Help integrated. Click Next to continue directly to the Help page about managing permissions';
+$lang['privacy_title3'] = 'Permissions';
+$lang['privacy_stp3'] = 'Take a moment to read the informations bellow.';
+$lang['privacy_title4'] = 'Permissions';
+$lang['privacy_stp4'] = 'So we have two systems for managing the permissions to access to the pictures. They are independent, so you can create a group called Family, but that group has nothing to do with the privacy level Family. The levels of privacy are applied per picture, and the group/user permissions are applied per album. You can use both or only one system, that's flexible.<br>The next Tab is about group managment.';
+$lang['privacy_title5'] = 'Permissions > Groups';
+$lang['privacy_stp5'] = 'Bellow is explained how you can manage the Groups.<br>Those permissions are only for the access of the pictures and the albums, when browsing on the public part or for the external applications. We will see later other protections, but let's now practice!';
+$lang['privacy_title6'] = 'Privacy Level';
+$lang['privacy_stp6'] = 'When you upload the pictures, you can change the Privacy Level of the uploaded pictures right there...';
+$lang['privacy_title7'] = 'Privacy Level';
+$lang['privacy_stp7'] = '... or you can do that later one, here in the Batch Manager in Global Mode. This is the page <em>Photos » Recent photos</em>, so the filter "Last Import" is set.';
+$lang['privacy_title8'] = 'Privacy Level';
+$lang['privacy_stp8'] = 'Select one or more pictures...';
+$lang['privacy_title9'] = 'Privacy Level';
+$lang['privacy_stp9'] = '... and select the action "Who can see the pictures?". Now you can change the privacy level of the selected pictures.<br>But you can also do that for a specific picture, on its edition page. You can access to it from the public part, or from here.<br>Now, I will show you the other system of permission per album based on the groups and users.';
+$lang['privacy_title10'] = 'Album permissions';
$lang['privacy_stp10'] = 'Here is the link to directly access to your caddy: that/s a tool for administrators to easily add pictures to a set in order to edit them in the Batch Manager. You can add photos to the caddy from the public picture page when logged as an admin, or using the action \"Add to caddy\" on the Batch Manager';
$lang['privacy_title11'] = 'How to edit a photos';
$lang['privacy_stp11'] = 'So you can select from here one or more photos';
diff --git a/plugins/TakeATour/tours/privacy/tour.tpl b/plugins/TakeATour/tours/privacy/tour.tpl
index 1a4c03b7f..52ae96a5d 100644
--- a/plugins/TakeATour/tours/privacy/tour.tpl
+++ b/plugins/TakeATour/tours/privacy/tour.tpl
@@ -22,53 +22,52 @@ var tour = new Tour({
tour.addSteps([
{
path: "{/literal}{$TAT_path}{literal}admin.php",
- title: "{/literal}{'2_7_0_title1'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'2_7_0_stp1'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title1'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp1'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php",
- placement: "right",
- element: ".icon-plus-circled",
- reflex:true,
- title: "{/literal}{'first_contact_title2'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp2'|@translate|@escape:'javascript'}{literal}",
+ placement: "bottom",
+ element: ".icon-help-circled",
+ title: "{/literal}{'privacy_title2'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp2'|@translate|@escape:'javascript'}{literal}",
},
{
- path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
- placement: "bottom",
- element: ".selected_tab",
- title: "{/literal}{'first_contact_title3'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp3'|@translate|@escape:'javascript'}{literal}",
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=help&section=permissions",
+ placement: "top",
+ element: "#helpContent",
+ title: "{/literal}{'privacy_title3'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp3'|@translate|@escape:'javascript'}{literal}",
},
{
- path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
- placement: "left",
- element: "#albumSelection",
- title: "{/literal}{'first_contact_title4'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp4'|@translate|@escape:'javascript'}{literal}"
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=help&section=permissions",
+ placement: "top",
+ element: "#helpContent",
+ title: "{/literal}{'privacy_title4'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp4'|@translate|@escape:'javascript'}{literal}"
},
{//5
- path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
+ path: "{/literal}{$TAT_path}{literal}admin.php?page=help&section=groups",
placement: "top",
element: "#uploadify",
- title: "{/literal}{'first_contact_title5'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp5'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title5'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp5'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=photos_add/,
redirect:function (tour) {window.location = "admin.php?page=photos_add";},
placement: "left",
element: "#fileQueue",
- title: "{/literal}{'first_contact_title6'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp6'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title6'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp6'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=photos_add/,
redirect:function (tour) {window.location = "admin.php?page=photos_add";},
placement: "top",
element: "#photosAddContent legend",
- title: "{/literal}{'first_contact_title7'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp7'|@translate|@escape:'javascript'}{literal}",
+ title: "{/literal}{'privacy_title7'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp7'|@translate|@escape:'javascript'}{literal}",
prev:4
},
{
@@ -77,8 +76,8 @@ tour.addSteps([
placement: "bottom",
element: "#batchLink",
reflex:true,
- title: "{/literal}{'first_contact_title8'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp8'|@translate|@escape:'javascript'}{literal}",
+ title: "{/literal}{'privacy_title8'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp8'|@translate|@escape:'javascript'}{literal}",
prev:4
},
{
@@ -86,40 +85,40 @@ tour.addSteps([
redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
placement: "top",
element: "",
- title: "{/literal}{'first_contact_title9'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp9'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title9'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp9'|@translate|@escape:'javascript'}{literal}"
},
{//10
path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
placement: "right",
element: ".icon-flag",
- title: "{/literal}{'first_contact_title10'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp10'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title10'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp10'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
placement: "left",
element: "#checkActions",
- title: "{/literal}{'first_contact_title11'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp11'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title11'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp11'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
placement: "top",
element: "#action",
- title: "{/literal}{'first_contact_title12'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp12'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title12'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp12'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
redirect:function (tour) {window.location = "admin.php?page=batch_manager&filter=prefilter-last_import";},
placement: "bottom",
element: "#tabsheet .normal_tab",
- title: "{/literal}{'first_contact_title13'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp13'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title13'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp13'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=batch_manager&filter=(prefilter-caddie|prefilter-last_import)/,
@@ -127,8 +126,8 @@ tour.addSteps([
placement: "top",
element: "#TAT_FC_14",
reflex:true,
- title: "{/literal}{'first_contact_title14'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp14'|@translate|@escape:'javascript'}{literal}",
+ title: "{/literal}{'privacy_title14'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp14'|@translate|@escape:'javascript'}{literal}",
onNext:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";}
},
{//15
@@ -136,38 +135,38 @@ tour.addSteps([
redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
placement: "bottom",
element: ".selected_tab",
- title: "{/literal}{'first_contact_title15'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp15'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title15'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp15'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=photo-/,
redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
placement: "top",
element: "#TAT_FC_16",
- title: "{/literal}{'first_contact_title16'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp16'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title16'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp16'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=photo-/,
redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
placement: "top",
element: "#TAT_FC_17",
- title: "{/literal}{'first_contact_title17'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp17'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title17'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp17'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=photo-/,
redirect:function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
placement: "top",
- title: "{/literal}{'first_contact_title18'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp18'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title18'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp18'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=cat_list",
placement: "left",
element: "#content",
- title: "{/literal}{'first_contact_title19'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{if $TAT_FTP}{'first_contact_stp19'|@translate|@escape:'javascript'}{else}{'first_contact_stp19_b'|@translate|@escape:'javascript'}{/if}{literal}",
+ title: "{/literal}{'privacy_title19'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{if $TAT_FTP}{'privacy_stp19'|@translate|@escape:'javascript'}{else}{'privacy_stp19_b'|@translate|@escape:'javascript'}{/if}{literal}",
onPrev: function (tour) {window.location = "admin.php?page=photo-{/literal}{$TAT_image_id}{literal}";},
},
@@ -175,174 +174,174 @@ tour.addSteps([
path: "{/literal}{$TAT_path}{literal}admin.php?page=cat_list",
placement: "top",
element: "#categoryOrdering",
- title: "{/literal}{'first_contact_title20'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp20'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title20'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp20'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=cat_list",
placement: "left",
element: "#tabsheet:first-child",
- title: "{/literal}{'first_contact_title21'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp21'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title21'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp21'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=album-/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}";},
placement: "top",
element: ".selected_tab",
- title: "{/literal}{'first_contact_title22'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp22'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title22'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp22'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=album-/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}";},
placement: "top",
element: "#TAT_FC_23",
- title: "{/literal}{'first_contact_title23'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp23'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title23'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp23'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=album-/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}";},
placement: "bottom",
element: ".tabsheet",
- title: "{/literal}{'first_contact_title24'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp24'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title24'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp24'|@translate|@escape:'javascript'}{literal}"
},
{//25
path: /admin\.php\?page=album-[0-9]+-permissions/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
placement: "left",
element: "#content",
- title: "{/literal}{'first_contact_title25'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp25'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title25'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp25'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=album-[0-9]+-permissions/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
placement: "top",
element: "#selectStatus",
- title: "{/literal}{'first_contact_title26'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp26'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title26'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp26'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=album-[0-9]+-permissions/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
placement: "top",
element: "#selectStatus",
- title: "{/literal}{'first_contact_title27'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp27'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title27'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp27'|@translate|@escape:'javascript'}{literal}"
},
{
path: /admin\.php\?page=album-[0-9]+-permissions/,
redirect:function (tour) {window.location = "admin.php?page=album-{/literal}{$TAT_cat_id}{literal}-permissions";},
placement: "top",
- title: "{/literal}{'first_contact_title28'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp28'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title28'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp28'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
placement: "top",
element: "",
- title: "{/literal}{'first_contact_title29'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp29'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title29'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp29'|@translate|@escape:'javascript'}{literal}"
},
{//30
path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
placement: "right",
element: "#gallery_title",
- title: "{/literal}{'first_contact_title30'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp30'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title30'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp30'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
placement: "right",
element: "#page_banner",
- title: "{/literal}{'first_contact_title31'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp31'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title31'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp31'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
reflex: true,
placement: "top",
element: ".formButtons input",
- title: "{/literal}{'first_contact_title32'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp32'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title32'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp32'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=configuration",
placement: "top",
- title: "{/literal}{'first_contact_stp33'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp33'|@translate|@escape:'javascript'}{literal}",
+ title: "{/literal}{'privacy_stp33'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp33'|@translate|@escape:'javascript'}{literal}",
prev:30
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
placement: "top",
element: "",
- title: "{/literal}{'first_contact_title34'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp34'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title34'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp34'|@translate|@escape:'javascript'}{literal}"
},
{//35
path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
placement: "top",
element: "#TAT_FC_35",
- title: "{/literal}{'first_contact_title35'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp35'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title35'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp35'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
placement: "top",
element: "",
- title: "{/literal}{'first_contact_title36'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp36'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title36'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp36'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=themes",
placement: "right",
element: ".tabsheet",
- title: "{/literal}{'first_contact_title37'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp37'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title37'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp37'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
placement: "left",
element: "",
- title: "{/literal}{'first_contact_title38'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp38'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title38'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp38'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
placement: "left",
element: "#content",
- title: "{/literal}{'first_contact_title39'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp39'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title39'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp39'|@translate|@escape:'javascript'}{literal}"
},
{//40
path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
placement: "bottom",
element: "#TakeATour",
- title: "{/literal}{'first_contact_title40'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp40'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title40'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp40'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=plugins",
placement: "right",
element: ".tabsheet",
- title: "{/literal}{'first_contact_title41'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp41'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title41'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp41'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=languages",
- title: "{/literal}{'first_contact_title42'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp42'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title42'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp42'|@translate|@escape:'javascript'}{literal}"
},
{
path: "{/literal}{$TAT_path}{literal}admin.php?page=plugin-TakeATour",
placement: "top",
element: "",
- title: "{/literal}{'first_contact_title43'|@translate|@escape:'javascript'}{literal}",
- content: "{/literal}{'first_contact_stp43'|@translate|@escape:'javascript'}{literal}"
+ title: "{/literal}{'privacy_title43'|@translate|@escape:'javascript'}{literal}",
+ content: "{/literal}{'privacy_stp43'|@translate|@escape:'javascript'}{literal}"
}
]);