Skip to content

Commit

Permalink
Fix "Check In" and "Delete" select/checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall Roch committed Jul 30, 2005
1 parent d513638 commit 38b487d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comp/widgets/desk/desk_bottom.html
Expand Up @@ -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,
Expand All @@ -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 &>
</div>
Expand Down

0 comments on commit 38b487d

Please sign in to comment.