diff options
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/SelectSkin.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TWiki/SelectSkin.mdwn b/TWiki/SelectSkin.mdwn index 2d070472..606687ec 100644 --- a/TWiki/SelectSkin.mdwn +++ b/TWiki/SelectSkin.mdwn @@ -1,13 +1,18 @@ Allows you to select a new skin. <form action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%URLPARAM{" fromweb"}%/%urlparam{"fromtopic"}%"="fromweb"}%/%URLPARAM{"fromtopic"}%"" method="get"> + <p> + </p> <dl> <dt> Skin</dt> <dd> %SKINSELECT% <input type="submit" value="Go" /></dd> </dl> + <p> + </p> </form> Notes: -* this will only persist for your session and this will only work if the [[SessionPlug]] in installed +* this will only persist for your session +* this will work because the [[SessionPlugin]] is installed on this TWiki server * this page will not work correctly if you came to it directly |