Ignore:
Timestamp:
Jun 23, 2014, 10:08:45 PM (10 years ago)
Author:
flop25
Message:

adjustments for 2.7
js updated to 9.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/TakeATour/tours/first_contact/tour.tpl

    r28347 r28775  
    1818    path: "{/literal}{$TAT_path}{literal}admin.php",
    1919    placement: "right",
    20     element: ".icon-plus-circled",
     20    element: "a[href='./admin.php?page=photos_add']",
    2121    reflex:true,
    2222    title: "{/literal}{'first_contact_title2'|@translate|@escape:'javascript'}{literal}",
     
    3232  {
    3333    path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
    34     placement: "left",
     34    placement: "right",
    3535    element: "#albumSelection",
    3636    title: "{/literal}{'first_contact_title4'|@translate|@escape:'javascript'}{literal}",
     
    4040    path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
    4141    placement: "top",
    42     element: "#uploadify",
     42    element: ".plupload_add",
    4343    title: "{/literal}{'first_contact_title5'|@translate|@escape:'javascript'}{literal}",
    4444    content: "{/literal}{'first_contact_stp5'|@translate|@escape:'javascript'}{literal}"
    4545  },
    4646  {
    47     path: /admin\.php\?page=photos_add/,
    48     redirect:function (tour) {window.location = "admin.php?page=photos_add";},
    49     placement: "left",
    50     element: "#fileQueue",
     47    path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
     48    placement: "top",
     49    element: ".plupload_start",
    5150    title: "{/literal}{'first_contact_title6'|@translate|@escape:'javascript'}{literal}",
    5251    content: "{/literal}{'first_contact_stp6'|@translate|@escape:'javascript'}{literal}"
    5352  },
    5453  {
    55     path: /admin\.php\?page=photos_add/,
    56     redirect:function (tour) {window.location = "admin.php?page=photos_add";},
    57     placement: "top",
    58     element: "#photosAddContent legend",
     54    path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
     55    placement: "top",
     56    element: "#afterUploadActions",
    5957    title: "{/literal}{'first_contact_title7'|@translate|@escape:'javascript'}{literal}",
    6058    content: "{/literal}{'first_contact_stp7'|@translate|@escape:'javascript'}{literal}",
     
    6260  },
    6361  {
    64     path: /admin\.php\?page=photos_add/,
    65     redirect:function (tour) {window.location = "admin.php?page=photos_add";},
    66     placement: "bottom",
     62    path: "{/literal}{$TAT_path}{literal}admin.php?page=photos_add",
     63    placement: "top",
    6764    element: "#batchLink",
    6865    reflex:true,
     
    342339tour.start();
    343340
    344 jQuery( "input[class='submit']" ).click(function() {
     341jQuery( ".plupload_start" ).click(function() {
    345342  if (tour.getCurrentStep()==5)
    346343  {
Note: See TracChangeset for help on using the changeset viewer.