diff --git a/xwiki-platform-core/xwiki-platform-annotations/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/WebHome.xml b/xwiki-platform-core/xwiki-platform-annotations/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/WebHome.xml index 6ae0564d01cbf434b87a78ed83b6607d338fba9d..4447d4d384b1c2a258902ade28d68aaad85c874f 100644 --- a/xwiki-platform-core/xwiki-platform-annotations/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/WebHome.xml +++ b/xwiki-platform-core/xwiki-platform-annotations/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/WebHome.xml @@ -43,7 +43,5 @@ <minorEdit>false</minorEdit> <syntaxId>xwiki/2.0</syntaxId> <hidden>true</hidden> - <content>This is the space for the Annotations scripts, powering the annotation feature. - -{{include document="Main.Dashboard" /}}</content> + <content>This is the space for the Annotations scripts, powering the annotation feature.</content> </xwikidoc> diff --git a/xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/WebHome.xml b/xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/WebHome.xml index 9a8d00a194284908b752e6ab278ccc205fd99ae3..002273b626a57cf0b7cee1018b365bd361284587 100644 --- a/xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/WebHome.xml +++ b/xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/WebHome.xml @@ -23,5 +23,5 @@ <minorEdit>false</minorEdit> <syntaxId>xwiki/2.0</syntaxId> <hidden>true</hidden> - <content>{{include document="Main.Dashboard"/}}</content> + <content>This is the space for the Extension Repository scripts.</content> </xwikidoc> diff --git a/xwiki-platform-core/xwiki-platform-web/src/main/webapp/resources/js/xwiki/xwikiexplorer/xwikiexplorer.js b/xwiki-platform-core/xwiki-platform-web/src/main/webapp/resources/js/xwiki/xwikiexplorer/xwikiexplorer.js index b841ecef3245f20791443dd001c2ae6bb0089393..c45dbb854de2f171f5b07731187f4410c87a222d 100644 --- a/xwiki-platform-core/xwiki-platform-web/src/main/webapp/resources/js/xwiki/xwikiexplorer/xwikiexplorer.js +++ b/xwiki-platform-core/xwiki-platform-web/src/main/webapp/resources/js/xwiki/xwikiexplorer/xwikiexplorer.js @@ -1038,7 +1038,7 @@ isc.XWETreeGrid.addMethods({ /** * Create a text input that will be used as a suggest for the tree. * The modifications on this input will be observed and the resource entered in the input, - * like Main.Dashboard for example, will be opened in the tree. + * like Dashboard.WebHome for example, will be opened in the tree. */ drawInput : function() { var widthWithoutBorders = this.width - 6;