Ignore:
Timestamp:
11/17/08 23:20:13 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% conversions
note that sometimes you have to replace TWiki.xx by System.xx
It depends on the context.
And watch out for plugins that has Javascript where TWiki. is part
of a namespace. They will be goofed up by a %SYSTEMWEB%
This is a loooooooong slow task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SimpleBlueSkin/templates/comments.simpleblue.tmpl

    r464 r765  
    55*WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN* 
    66 
    7 Put your local templates into TWiki.UserTemplates. 
     7Put your local templates into %SYSTEMWEB%.UserTemplates. 
    88*LOCAL TEMPLATES WILL OVERRIDE TEMPLATES DEFINED IN THIS FILE* 
    99 
     
    120120<table> 
    121121 <tr> 
    122   <td align="right">Action for (TWiki.WikiName):</td> 
     122  <td align="right">Action for (%SYSTEMWEB%.WikiName):</td> 
    123123  <td><input name="who" type="text" size="50" value="%URLPARAM{"who"}%" /></td> 
    124124 </tr> 
     
    223223 
    224224 
    225 %TMPL:INCLUDE{"TWiki.UserTemplates"}%  
    226  
     225%TMPL:INCLUDE{"%SYSTEMWEB%.UserTemplates"}%  
     226 
Note: See TracChangeset for help on using the changeset viewer.