From e48d8996525b15af848999644712d352371b0f1d Mon Sep 17 00:00:00 2001 From: tetragon Date: Mon, 30 Oct 2006 21:28:30 +0000 Subject: Update buttons git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@398 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/cp.pl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/cp.pl b/bin/cp.pl index d6ef60b9..c0f2c2eb 100755 --- a/bin/cp.pl +++ b/bin/cp.pl @@ -480,18 +480,18 @@ sub payments_footer { # type=submit $locale->text('Print') # type=submit $locale->text('Select all') - %button = ('Update' => { ndx => 1, key => 'U', value => $locale->text('Update') }, - 'Select all' => { ndx => 2, key => 'A', value => $locale->text('Select all') }, - 'Print' => { ndx => 3, key => 'P', value => $locale->text('Print') }, - 'Post' => { ndx => 4, key => 'O', value => $locale->text('Post') }, + %button = ('update' => { ndx => 1, key => 'U', value => $locale->text('Update') }, + 'select_all' => { ndx => 2, key => 'A', value => $locale->text('Select all') }, + 'print' => { ndx => 3, key => 'P', value => $locale->text('Print') }, + 'post' => { ndx => 4, key => 'O', value => $locale->text('Post') }, ); if (! ${LedgerSMB::Sysconfig::latex}) { - delete $button{'Print'}; + delete $button{'print'}; } if ($transdate <= $closedto) { - for ('Post', 'Print') { delete $button{$_} } + for ('post', 'print') { delete $button{$_} } $media = $format = ""; } @@ -1082,18 +1082,18 @@ sub payment_footer { |; - %button = ('Update' => { ndx => 1, key => 'U', value => $locale->text('Update') }, - 'Select all' => { ndx => 2, key => 'A', value => $locale->text('Select all') }, - 'Print' => { ndx => 3, key => 'P', value => $locale->text('Print') }, - 'Post' => { ndx => 4, key => 'O', value => $locale->text('Post') }, + %button = ('update' => { ndx => 1, key => 'U', value => $locale->text('Update') }, + 'select_all' => { ndx => 2, key => 'A', value => $locale->text('Select all') }, + 'print' => { ndx => 3, key => 'P', value => $locale->text('Print') }, + 'post' => { ndx => 4, key => 'O', value => $locale->text('Post') }, ); if (! ${LedgerSMB::Sysconfig::latex}) { - delete $button{'Print'}; + delete $button{'print'}; } if ($transdate <= $closedto) { - for ('Post', 'Print') { delete $button{$_} } + for ('post', 'print') { delete $button{$_} } $media = $format = ""; } -- cgit v1.2.3