From 0179930011937cf87e830bef18a6cb505ba85e18 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 30 Apr 2010 16:45:09 -0700 Subject: [PATCH] Give the perItem dropdowns the same class name. --- lib/WebGUI/Shop/Cart.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Shop/Cart.pm b/lib/WebGUI/Shop/Cart.pm index f723f4027..baf5bd0cf 100644 --- a/lib/WebGUI/Shop/Cart.pm +++ b/lib/WebGUI/Shop/Cart.pm @@ -1039,6 +1039,7 @@ sub www_view { name => "itemAddress_".$item->getId, value => $itemAddressId, options => \%specialAddressOptions, + extras => q|class="itemAddressMenu"|, }); }