diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2003-01-11 05:30:50 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2003-01-11 05:30:50 +0000 |
commit | 1a9c9ececec0ba3461750fd54fc1e7e22c6ce3fd (patch) | |
tree | 92823a6fe72269f5be368134f49a2e4711c72c62 | |
parent | 5d5f1d26e5a477ae608c5ca629388dc83e92cf87 (diff) |
none
-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 |