Changes for page TemplateProviderEditSheet
Last modified by Florent Charton on 2025/07/04 23:28
From version 3.1
edited by Florent Charton
on 2025/07/04 23:28
on 2025/07/04 23:28
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/16.10.9]
To version 2.1
edited by Florent Charton
on 2024/08/08 18:44
on 2024/08/08 18:44
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/15.10.11]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -104,7 +104,7 @@ 104 104 ## 105 105 <dt> 106 106 <label for="XWiki.TemplateProviderClass_0_icon"> 107 - $escapetool.xml($ services.localization.render('appWithinMinutes.templateProviderEditor.icon.name'))107 + $escapetool.xml($doc.displayPrettyName('icon')) 108 108 </label> 109 109 <span class="xHint"> 110 110 $services.localization.render('appWithinMinutes.templateProviderEditor.icon.hint') ... ... @@ -116,7 +116,7 @@ 116 116 ## 117 117 <dt> 118 118 <label for="XWiki.TemplateProviderClass_0_description"> 119 - $escapetool.xml($ services.localization.render('appWithinMinutes.templateProviderEditor.description.name'))119 + $escapetool.xml($doc.displayPrettyName('description')) 120 120 </label> 121 121 <span class="xHint"> 122 122 $services.localization.render('appWithinMinutes.templateProviderEditor.description.hint') ... ... @@ -173,7 +173,7 @@ 173 173 #if ($isAdvancedUser || $isSuperAdmin) 174 174 <dt> 175 175 <label for="XWiki.TemplateProviderClass_0_terminal"> 176 - $escapetool.xml($ services.localization.render('appWithinMinutes.templateProviderEditor.terminal.name'))176 + $escapetool.xml($doc.displayPrettyName('terminal')) 177 177 </label> 178 178 <span class="xHint"> 179 179 $escapetool.xml($services.localization.render('appWithinMinutes.templateProviderEditor.terminal.hint'))