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/AttachmentListPlugin/data/TWiki/AttachmentListPlugin.txt

    r33 r464  
    7979| =$fileSize= | Attachment size in bytes | 
    8080| =$fileExtension= | Attachment extension | 
    81 | =$fileIcon= | Icon image representing this attachment type (see %TWIKIWEB%.TWikiDocGraphics) (wraps %TWIKIWEB%.VarICON around =$fileExtension=) | 
     81| =$fileIcon= | Icon image representing this attachment type (see %SYSTEMWEB%.TWikiDocGraphics) (wraps %SYSTEMWEB%.VarICON around =$fileExtension=) | 
    8282| =$fileComment= | Attachment comment | 
    8383| =$fileUser= | Who has attached | 
     
    114114<verbatim> 
    115115%ATTACHMENTLIST{ 
    116 web="%TWIKIWEB%" 
     116web="%SYSTEMWEB%" 
    117117topic="FileAttachment" 
    118118format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='twikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
     
    123123 
    124124%ATTACHMENTLIST{ 
    125 web="%TWIKIWEB%" 
     125web="%SYSTEMWEB%" 
    126126topic="FileAttachment" 
    127127format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='twikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
     
    133133%ATTACHMENTLIST{ 
    134134topic="WabiSabi" 
    135 web="%TWIKIWEB%" 
     135web="%SYSTEMWEB%" 
    136136extension="jpg,jpeg,gif,png" 
    137137header="Images:" 
     
    146146%ATTACHMENTLIST{ 
    147147topic="WabiSabi" 
    148 web="%TWIKIWEB%" 
     148web="%SYSTEMWEB%" 
    149149extension="jpg,jpeg,gif,png" 
    150150header="Images:" 
     
    160160<verbatim> 
    161161%ATTACHMENTLIST{ 
    162 web="%TWIKIWEB%" 
     162web="%SYSTEMWEB%" 
    163163topic="*" 
    164164header="Files since 01 Jan 2007, starting with a letter 'a' or 'A':" 
     
    174174 
    175175%ATTACHMENTLIST{ 
    176 web="%TWIKIWEB%" 
     176web="%SYSTEMWEB%" 
    177177topic="*" 
    178178header="Files since 01 Jan 2007, starting with a letter 'a' or 'A':" 
Note: See TracChangeset for help on using the changeset viewer.