Зміни в документі Тур

Остання зміна 2026/01/15 12:39 автором superadmin

Від версії 3.1
редаговано superadmin
дата 2026/01/15 12:39
Змінити коментар: Install extension [org.xwiki.platform:xwiki-platform-tour-ui/17.10.2]
До версії 2.1
редаговано Павло Заїченко
дата 2022/08/30 01:21
Змінити коментар: Install extension [org.xwiki.contrib:application-tour-ui/1.3.5]

Підсумок

Подробиці

Властивості сторінки
Автор
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +XWiki.zpf
XWiki.JavaScriptExtension[0]
Код
... ... @@ -14,7 +14,7 @@
14 14  
15 15   // Add a launch tour link to the actions column.
16 16   if (row.find('.actionLaunch').length == 0) {
17 - $('<a class="action actionLaunch">$escapetool.javascript($services.icon.renderHTML("play")) $escapetool.javascript($escapetool.xml($services.localization.render("tour.livetable._actions.launch")))</a>')
17 + $('<a class="action actionLaunch">$services.icon.renderHTML("play") $escapetool.javascript($escapetool.xml($services.localization.render("tour.livetable._actions.launch")))</a>')
18 18   .attr('href', targetPageDocument.getURL('view', 'startTour=true'))
19 19   .css('padding-left', '1px').appendTo(row.find('.actions'));
20 20   }