... |
... |
@@ -1,13 +1,10 @@ |
1 |
1 |
{{include reference="Help.Code.VelocityMacros" /}} |
2 |
2 |
|
3 |
3 |
{{velocity output="false"}} |
4 |
|
-#set ($plaformPrefix = 'https://platform.xwiki.org/xwiki/bin/view/Features') |
5 |
|
-#set ($exoPrefix = 'https://extensions.xwiki.org/xwiki/bin/view/Extension') |
6 |
6 |
#set ($actionCards = [{ |
7 |
7 |
'title': $services.localization.render('help.templates.useTemplates.title'), |
8 |
8 |
'description': $services.localization.render('help.templates.useTemplates.description'), |
9 |
|
- 'tip': $services.localization.render('help.templates.useTemplates.tip', |
10 |
|
- ["<a href='$plaformPrefix/DocumentLifecycle#HCreate' class='wikiexternallink'>",'</a>']), |
|
7 |
+ 'tip': $services.localization.render('help.templates.useTemplates.tip', ["<a href='http://platform.xwiki.org/xwiki/bin/view/Features/DocumentLifecycle#HCreate' class='wikiexternallink'>",'</a>']), |
11 |
11 |
'thumbnail': 'Template', |
12 |
12 |
'actions': [{ |
13 |
13 |
'label': $services.localization.render('help.try.label'), |
... |
... |
@@ -19,12 +19,11 @@ |
19 |
19 |
}, { |
20 |
20 |
'title': $services.localization.render('help.templates.create.title'), |
21 |
21 |
'description': $services.localization.render('help.templates.create.description'), |
22 |
|
- 'tip': $services.localization.render('help.templates.create.tip', |
23 |
|
- ["<a href='$exoPrefix/Administration+Application#HCreatetheTemplateProvider' class='wikiexternallink'>",'</a>']), |
|
19 |
+ 'tip': $services.localization.render('help.templates.create.tip', ["<a href='http://extensions.xwiki.org/xwiki/bin/view/Extension/Administration+Application#HCreatetheTemplateProvider' class='wikiexternallink'>",'</a>']), |
24 |
24 |
'thumbnail': 'Administration', |
25 |
25 |
'actions': [{ |
26 |
26 |
'label': $services.localization.render('help.more.label'), |
27 |
|
- 'url': "$exoPrefix/Administration+Application#HCreatetheTemplateProvider" |
|
23 |
+ 'url': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Administration+Application#HCreatetheTemplateProvider' |
28 |
28 |
}] |
29 |
29 |
}]) |
30 |
30 |
|
... |
... |
@@ -41,7 +41,7 @@ |
41 |
41 |
#set ($outputCard = { |
42 |
42 |
'title': $inputCard.title, |
43 |
43 |
'description': $inputCard.description, |
44 |
|
- 'documentation': "$exoPrefix/Templates+Application/", |
|
40 |
+ 'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Templates+Application/', |
45 |
45 |
'thumbnail': $inputCard.thumbnail |
46 |
46 |
}) |
47 |
47 |
#else |
... |
... |
@@ -111,6 +111,6 @@ |
111 |
111 |
</div> |
112 |
112 |
#end |
113 |
113 |
</div> |
114 |
|
-<p><a href="$exoPrefix/Templates+Application/" class="wikiexternallink">$services.localization.render('help.templates.more')</a></p> |
|
110 |
+<p><a href="http://extensions.xwiki.org/xwiki/bin/view/Extension/Templates+Application/" class="wikiexternallink">$services.localization.render('help.templates.more')</a></p> |
115 |
115 |
{{/html}} |
116 |
116 |
{{/velocity}} |