Skip to content

Commit

Permalink
Item205: More TWiki. to %SYSTEMWEB% conversions
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ChecklistPlugin@764 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Nov 17, 2008
1 parent 5a19053 commit 14c97a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/TWiki/ChecklistPlugin.txt
Expand Up @@ -323,7 +323,7 @@ Plugin settings are stored as preferences variables. To reference a plugin setti
* Enables/Disables link anchors (default: =on=)
* # Set ANCHORS = off

* Set unknown parameter message (default: =%<nop>RED% Sorry, some parameters are unknown: %<nop>UNKNOWNPARAMSLIST% %<nop>ENDCOLOR% &lt;br/&gt; Allowed parameters are (see <nop>TWiki.ChecklistPlugin topic for more details): %<nop>KNOWNPARAMSLIST%= </verbatim>)
* Set unknown parameter message (default: =%<nop>RED% Sorry, some parameters are unknown: %<nop>UNKNOWNPARAMSLIST% %<nop>ENDCOLOR% &lt;br/&gt; Allowed parameters are (see <nop>%SYSTEMWEB%.ChecklistPlugin topic for more details): %<nop>KNOWNPARAMSLIST%= </verbatim>)
* # Set UNKNOWNPARAMSMSG = %RED% Following parameter(s) is/are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR%

* Enables/Disables mail notification (default: =off=; old bevavior: =on=)
Expand Down
2 changes: 1 addition & 1 deletion lib/TWiki/Plugins/ChecklistPlugin.pm
Expand Up @@ -193,7 +193,7 @@ sub initDefaults {
'reset' => undef,
'showlegend' => 0,
'anchors' => 1,
'unknownparamsmsg' => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.ChecklistPlugin topic for more details): %KNOWNPARAMSLIST%',
'unknownparamsmsg' => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see %SYSTEMWEB%.ChecklistPlugin topic for more details): %KNOWNPARAMSLIST%',
'clipos'=> 'right',
'pos'=>'bottom',
'statetopic'=> $topic.'ChecklistItemState',
Expand Down

0 comments on commit 14c97a0

Please sign in to comment.