Ignore:
Timestamp:
11/11/08 10:49:04 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Renaming TWikiDocGraphics DocumentGraphics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/KoalaSkin/bin/koalaskin-generate

    r527 r549  
    590590  fi 
    591591  if [ -n "$KSWEBMAP" ]; then  
    592     KSWEBMAPLEGEND=", on map icon (<img src='%PUBURLPATH%/_ks/sitemap.gif' width=16 height=16 border=0 alt='sitemap icon'>) to see its map, and on \"what's new?\" icon (<img src='%PUBURLPATH%/%SYSTEMWEB%/TWikiDocGraphics/changes.gif' width=16 height=16 border=0 alt=\"what's new icon\">) to see the latest changed topics in the web" 
     592    KSWEBMAPLEGEND=", on map icon (<img src='%PUBURLPATH%/_ks/sitemap.gif' width=16 height=16 border=0 alt='sitemap icon'>) to see its map, and on \"what's new?\" icon (<img src='%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/changes.gif' width=16 height=16 border=0 alt=\"what's new icon\">) to see the latest changed topics in the web" 
    593593  fi 
    594594} 
     
    12351235      * Set EDITBOXSTYLE = width: 99%" 
    12361236    fi 
    1237     if [ -n "$KSWEBMAP" -a ! -e $pub/TWiki/TWikiDocGraphics/changes.gif ]; then 
     1237    if [ -n "$KSWEBMAP" -a ! -e $pub/TWiki/DocumentGraphics/changes.gif ]; then 
    12381238      W "You must copy the icon: 
    1239       http://twiki.org/p/pub/TWiki/TWikiDocGraphics/changes.gif 
    1240 into: $pub/TWiki/TWikiDocGraphics/ " 
     1239      http://twiki.org/p/pub/TWiki/DocumentGraphics/changes.gif 
     1240into: $pub/TWiki/DocumentGraphics/ " 
    12411241    fi 
    12421242  fi 
Note: See TracChangeset for help on using the changeset viewer.