From 38b487ddbe73c1a0b0693af77314673351f45b01 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Sat, 30 Jul 2005 15:45:33 +0000 Subject: [PATCH] Fix "Check In" and "Delete" select/checkboxes --- comp/widgets/desk/desk_bottom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comp/widgets/desk/desk_bottom.html b/comp/widgets/desk/desk_bottom.html index 28359bfbd..2a7888397 100644 --- a/comp/widgets/desk/desk_bottom.html +++ b/comp/widgets/desk/desk_bottom.html @@ -21,7 +21,7 @@ <& /widgets/buttons/submit.mc, disp => $chk_label, widget => $widget, - cb => $chk_cb, + cb => $chk_cb . '_cb', button => $chk_cb . '_assets_' . $color1, useTable => 0 &> <& /widgets/buttons/submit.mc, @@ -33,7 +33,7 @@ <& /widgets/buttons/submit.mc, disp => $act_label, widget => $widget, - cb => $act_cb, + cb => $act_cb . '_cb', button => $act_label, useTable => 0 &>