From: Michal Vaner Date: Sun, 31 Aug 2008 18:22:56 +0000 (+0200) Subject: Add item link below items X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7275934d139fee6ddc605fe75dfb0ccc0acd6000;p=pciids.git Add item link below items If we have discuss under discussion, this one is here to be fair to items. --- diff --git a/PciIds/Html/List.pm b/PciIds/Html/List.pm index a6ba4aa..abaabb5 100644 --- a/PciIds/Html/List.pm +++ b/PciIds/Html/List.pm @@ -80,6 +80,7 @@ sub list( $$$$ ) { $args->{'restrict'} = $address->defaultRestrict() unless( defined( $args->{'restrict'} ) ); $tables->nodes( $address->get(), $args ); genTableTail(); + print "

Add item\n"; } genHtmlTail(); return OK;