diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-30 21:23:36 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-30 21:23:36 +0000 |
commit | e529056debdd88c339456b6494af98afc631052e (patch) | |
tree | 7ad7bb090d92b573f4904a9d0ef339d333f95e48 | |
parent | fa70a50e49bc1cf2e02332f9a2f7ca399b316f40 (diff) |
Button update
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@397 4979c152-3d1c-0410-bac9-87ea11338e46
-rwxr-xr-x | bin/bp.pl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -510,9 +510,9 @@ sub list_spool { # type=submit $locale->text('Print') # type=submit $locale->text('Remove') - %button = ('Select all' => { ndx => 2, key => 'A', value => $locale->text('Select all') }, - 'Print' => { ndx => 3, key => 'P', value => $locale->text('Print') }, - 'Remove' => { ndx => 4, key => 'R', value => $locale->text('Remove') }, + %button = ('select_all' => { ndx => 2, key => 'A', value => $locale->text('Select all') }, + 'print' => { ndx => 3, key => 'P', value => $locale->text('Print') }, + 'remove' => { ndx => 4, key => 'R', value => $locale->text('Remove') }, ); for (sort { $button{$a}->{ndx} <=> $button{$b}->{ndx} } keys %button) { $form->print_button(\%button, $_) } |