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

    r148 r464  
    256256  my $filter = "|*<input type=\"submit\" value=\"Filter\" />*|"; 
    257257  my $search = ""; 
    258   my $format = "| [[\$web.\$topic][<img src=\\\"%PUBURLPATH%/%TWIKIWEB%/TWikiDocGraphics/viewtopic.gif\\\" border=\\\"0\\\" alt=\\\"View entry\\\" />]] [[%SCRIPTURL%/edit%SCRIPTSUFFIX%/\$web/\$topic?t=%GMTIME{\"\$hour\$min\$sec\"}%][<img src=\\\"%PUBURLPATH%/%TWIKIWEB%/TWikiDocGraphics/edittopic.gif\\\" border=\\\"0\\\" alt=\\\"Edit entry\\\" />]] |"; 
     258  my $format = "| [[\$web.\$topic][<img src=\\\"%PUBURLPATH%/%SYSTEMWEB%/TWikiDocGraphics/viewtopic.gif\\\" border=\\\"0\\\" alt=\\\"View entry\\\" />]] [[%SCRIPTURL%/edit%SCRIPTSUFFIX%/\$web/\$topic?t=%GMTIME{\"\$hour\$min\$sec\"}%][<img src=\\\"%PUBURLPATH%/%SYSTEMWEB%/TWikiDocGraphics/edittopic.gif\\\" border=\\\"0\\\" alt=\\\"Edit entry\\\" />]] |"; 
    259259  my $hidden = ""; 
    260260 
Note: See TracChangeset for help on using the changeset viewer.