21 Apr
2008
21 Apr
'08
5:50 a.m.
riccardo grazioli wrote:
Hi!
I want to edit a Panels adding a link to Administrating Global Preferences page with a link like
* [Config Center > Main.Preferences ]
XWiki.GlobalPreferences or Main.GlobalPreferences...
The page, as you will see, have the URL
../xwiki/bin/admin/XWiki/XWikiPreferences
I cant find the appropriate sintax.
Can U help me?
Many thanks!
The quick wiki syntax for creating links should be used only for creating links in view mode. One solution is to write the full URL there; another solution is to use something like: <a href="$xwiki.getURL('XWiki.XWikiPreferences', 'admin')">Global Preferences</a> -- Sergiu Dumitriu http://purl.org/net/sergiu/