[xwiki-users] How do I refer do administrating preferences page?
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! Riccardo Grazioli [email protected] Adacto - anima digitale ------------------------------------------ Adacto - anima digitale Via L. Giuntini 40, Empoli Via G. Meda 45, Milano Corso Como 5, Milano Telefono 0571-998742 Fax 0571-998744 Internet: www.adacto.it E-mail: [email protected]
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! As a shortcut you could include the whole URL in the link...
[Config Center > http://yourhost/xwiki/bin/admin/XWiki/XWikiPreferences] The problem of the Space.Doc syntax is that you are looking for a /admin more than for a /view action. I don't know if it is possible to reach this /admin things with this syntax. HTH, Ricardo -- Ricardo RodrÃguez Your EPEC Network ICT Team
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/
participants (3)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
riccardo grazioli -
Sergiu Dumitriu