From 91907e5b1e2fb857e86a7744b29d3f6d7b17f05a Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 21 Oct 2006 16:37:07 +0000 Subject: Second batch of files prepared for RFTL removal git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@253 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/hr.pl | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'bin/hr.pl') diff --git a/bin/hr.pl b/bin/hr.pl index 6ba51329..93f11b67 100755 --- a/bin/hr.pl +++ b/bin/hr.pl @@ -166,7 +166,7 @@ sub search_employee { print qq|
- + |; @@ -352,7 +352,7 @@ sub list_employees { } $i = 1; - $button{'HR--Employees--Add Employee'}{code} = qq| |; + $button{'HR--Employees--Add Employee'}{code} = qq| |; $button{'HR--Employees--Add Employee'}{order} = $i++; foreach $item (split /;/, $myconfig{acs}) { @@ -679,14 +679,14 @@ sub employee_footer {
- - + + |; if ($form->{id}) { - print qq|\n|; + print qq|\n|; if ($form->{status} eq 'orphaned') { - print qq|\n|; + print qq|\n|; } } @@ -840,7 +840,7 @@ sub search_deduction { } $i = 1; - $button{'HR--Deductions--Add Deduction'}{code} = qq| |; + $button{'HR--Deductions--Add Deduction'}{code} = qq| |; $button{'HR--Deductions--Add Deduction'}{order} = $i++; foreach $item (split /;/, $myconfig{acs}) { @@ -1099,27 +1099,27 @@ sub deduction_header { sub deduction_footer { print qq| -{id}> + -{db}> + -{path}> -{login}> -{sessionid}> + + + - +
- - + + |; if ($form->{id}) { - print qq|\n|; + print qq|\n|; if ($form->{status} eq 'orphaned') { - print qq|\n|; + print qq|\n|; } } -- cgit v1.2.3