Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChecklistTablePlugin/lib/TWiki/Plugins/ChecklistTablePlugin/Core.pm

    r61 r464  
    769769        %defaults = (  
    770770                '_DEFAULT' => undef, 
    771                 'unknownparamsmsg' => '%RED% %TWIKIWEB%.ChecklistTablePlugin: Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.ChecklistTablePlugin topic for more details): %KNOWNPARAMSLIST%', 
     771                'unknownparamsmsg' => '%RED% %SYSTEMWEB%.ChecklistTablePlugin: Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.ChecklistTablePlugin topic for more details): %KNOWNPARAMSLIST%', 
    772772                'header' => '|*State*|*Item*|*Comment*|', 
    773773                'format' => '|item|text,30|textarea,3x30|', 
     
    776776                'defaultcellformat'=> 'textarea,3x20', 
    777777                'allowmove' => 0, 
    778                 ##'edittableicon'=>'%PUBURLPATH%/%TWIKIWEB%/EditTablePlugin/edittable.gif', 
     778                ##'edittableicon'=>'%PUBURLPATH%/%SYSTEMWEB%/EditTablePlugin/edittable.gif', 
    779779                'edittableicon'=>'%ICONURL{edittopic}%', 
    780780                'moverowupicon'=>'%ICONURL{up}%', 
Note: See TracChangeset for help on using the changeset viewer.