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/ThreadedDiscussionPlugin/lib/TWiki/Plugins/ThreadedDiscussionPlugin.pm

    r464 r549  
    114114    # Get preference values related to formatting 
    115115    my $attachUrl = TWiki::Func::getUrlHost() . TWiki::Func::getPubUrlPath(); 
    116     $attachUrl .= "/$installWeb/TWikiDocGraphics"; 
     116    $attachUrl .= "/$installWeb/DocumentGraphics"; 
    117117    $threadcolor = (&TWiki::Func::getPreferencesValue( "\U$pluginName\E_THREADCOLOR" ) || "#FFFFFF") unless $threadcolor; 
    118118    $iconlocation = (&TWiki::Func::getPreferencesValue( "\U$pluginName\E_ICONTOPIC" ) || "$attachUrl") unless $iconlocation; 
     
    166166    my $title = ""; 
    167167    my $text = ""; 
    168     # edit = /TWiki/TWikiDocGraphics/pencil.gif 
    169     # comment = /TWiki/TWikiDocGraphics/note.gif 
     168    # edit = /TWiki/DocumentGraphics/pencil.gif 
     169    # comment = /TWiki/DocumentGraphics/note.gif 
    170170    my $eurl = TWiki::Func::getScriptUrlPath() . "/editthread/$web/$topic"; 
    171171    $text .= "&nbsp; <a href=\"$eurl\?t=" . time() . "&nr=$listNr&sec=$lineNr&level=$level#SECEDITBOX\"><small>$editLabel</small></a>"; 
     
    180180    my ( $theParams, $topic ) = @_; 
    181181 
    182     $topic = "TWikiDocGraphics" unless $topic; 
     182    $topic = "DocumentGraphics" unless $topic; 
    183183    my $attachUrl = TWiki::Func::getUrlHost() . TWiki::Func::getPubUrlPath(); 
    184184 
Note: See TracChangeset for help on using the changeset viewer.