Author: sparky
Date: Sat Jun 19 18:36:16 2010
New Revision: 11570
Modified:
toys/rsget.pl/RSGet/HTTPRequest.pm
Log:
- include processors title in list tools
Modified: toys/rsget.pl/RSGet/HTTPRequest.pm
==============================================================================
--- toys/rsget.pl/RSGet/HTTPRequest.pm (original)
+++ toys/rsget.pl/RSGet/HTTPRequest.pm Sat Jun 19 18:36:16 2010
@@ -221,7 +221,8 @@
my @tools = sort keys %RSGet::FileList::processors;
$r .= '<div class="tools">Actions on multiple entries: ' .
- (join " | ", map "<span>$_</span>", @tools) .
+ (join " | ", map { my $t =
$RSGet::FileList::processors_title{$_};
+ $t ? "<span title='$t'>$_</span>" :
"<span>$_</span>" }, @tools) .
'</div></div>';
my %cmd_to_color = (
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit