*** lib/TWiki/Plugins/TreePlugin/ImgNodeFormatter.pm 2008-04-11 00:58:00.000000000 +0200
--- lib/TWiki/Plugins/TreePlugin/ImgNodeFormatter.pm.new 2008-04-17 17:49:59.000000000 +0200
***************
*** 59,73 ****
# be nice, provide some default formats that work OK
use constant DEF_FORMATS => {
! SINGLE_MODE() => "\$images \$topic
",
FOLDER_MODE() =>
! "
",
THREAD_MODE() =>
! "",
# THREAD_MODE() => "| \$images | \$topic \$modTime |
",
THREADEXP_MODE() =>
! ""
};
# class to format the nodes in a tree using images
--- 59,73 ----
# be nice, provide some default formats that work OK
use constant DEF_FORMATS => {
! SINGLE_MODE() => "\$images [[\$topic]]
",
FOLDER_MODE() =>
! "| \$images | [[\$web.\$topic][\$topic]] |
",
THREAD_MODE() =>
! "| \$images | [[\$web.\$topic][\$topic]] |
",
# THREAD_MODE() => "| \$images | \$topic \$modTime |
",
THREADEXP_MODE() =>
! "| \$images | [[\$web.\$topic][\$topic]] |
"
};
# class to format the nodes in a tree using images