mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Take a Tour: rephrase a few steps in tour "first contact"
git-svn-id: http://piwigo.org/svn/trunk@29433 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -39,14 +39,14 @@ tour.addSteps([
|
||||
{//5
|
||||
path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
|
||||
placement: "top",
|
||||
element: ".plupload_add",
|
||||
element: "#addFiles",
|
||||
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",
|
||||
element: "#startUpload",
|
||||
title: "{/literal}{'first_contact_title6'|@translate|@escape:'javascript'}{literal}",
|
||||
content: "{/literal}{'first_contact_stp6'|@translate|@escape:'javascript'}{literal}"
|
||||
},
|
||||
@@ -278,13 +278,6 @@ tour.addSteps([
|
||||
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",
|
||||
@@ -320,11 +313,6 @@ tour.addSteps([
|
||||
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",
|
||||
title: "{/literal}{'first_contact_title43'|@translate|@escape:'javascript'}{literal}",
|
||||
@@ -337,4 +325,4 @@ tour.init();
|
||||
|
||||
// Start the tour
|
||||
tour.start();
|
||||
{/literal}{/footer_script}
|
||||
{/literal}{/footer_script}
|
||||
|
||||
Reference in New Issue
Block a user