On Feb 2, 2009, at 10:40 AM, jvdrean (SVN) wrote:
Author: jvdrean Date: 2009-02-02 10:40:54 +0100 (Mon, 02 Feb 2009) New Revision: 16019
Modified: platform/xwiki-applications/trunk/panels/src/main/resources/Panels/ QuickLinks.xml Log: XE-373 : Improve wiki home / dashboard / recent changes XE-362 : Move tag documents to their own application
Updated QuickLinks panel.
Modified: platform/xwiki-applications/trunk/panels/src/main/ resources/Panels/QuickLinks.xml =================================================================== --- platform/xwiki-applications/trunk/panels/src/main/resources/ Panels/QuickLinks.xml 2009-02-02 09:37:30 UTC (rev 16018) +++ platform/xwiki-applications/trunk/panels/src/main/resources/ Panels/QuickLinks.xml 2009-02-02 09:40:54 UTC (rev 16019) @@ -136,12 +136,10 @@ </property> <property> <content>#panelheader('Quick Links') -* [Home>Main.WebHome] -* [Index>Main.AllDocs] -* [What's New>Main.Dashboard] <a href="$xwiki.getURL("Main.RssFeeds")"><img src="$xwiki.getSkinFile('icons/black-rss-mini3.png')" title="RSS Feeds" alt="RSS Feeds"/></a> +* [Wiki dashboard>Main.WebHome]
I'd use "Wiki Dashboard" (uppercase "D")
+* [Documents index>Main.AllDocs]
I'd use "Document Index" (no "s" and uppercase "I") Thanks -Vincent
* [Blog>Blog.WebHome] * [Sandbox>Sandbox.WebHome] -* [Tags>Main.Tags] #if ($xwiki.hasAdminRights()) <p style="font-size:0.75em;padding-left:8px;"><a href="$xwiki.getDocument("Panels.QuickLinks").getURL("inline")"> (Edit this panel)</a></p> #end