koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1,1.1.2.1 aqbudget.pl,1.2,1.2


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1,1.1.2.1 aqbudget.pl,1.2,1.2.2.1 branches.pl,1.1,1.1.2.1 currency.pl,1.1,1.1.2.1 itemtypes.pl,1.1,1.1.2.1 printers.pl,1.1,1.1.2.1 stopwords.pl,1.1,1.1.2.1 systempreferences.pl,1.1,1.1.2.1
Date: Thu, 20 Jun 2002 18:29:39 -0700

Update of /cvsroot/koha/koha/admin
In directory usw-pr-cvs1:/tmp/cvs-serv13939

Modified Files:
      Tag: rel-1-2
        aqbookfund.pl aqbudget.pl branches.pl currency.pl itemtypes.pl 
        printers.pl stopwords.pl systempreferences.pl 
Log Message:
Fixing broken mklink call 


Index: aqbookfund.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbookfund.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** aqbookfund.pl       5 Mar 2002 20:48:42 -0000       1.1
--- aqbookfund.pl       21 Jun 2002 01:29:37 -0000      1.1.2.1
***************
*** 236,240 ****
                $results->[$i]{'bookfundname'},$results->[$i]{'bookfundgroup'},
                
mklink("$script_name?op=add_form&bookfundid=".$results->[$i]{'bookfundid'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete',''));
        }
        print mktableft;
--- 236,240 ----
                $results->[$i]{'bookfundname'},$results->[$i]{'bookfundgroup'},
                
mklink("$script_name?op=add_form&bookfundid=".$results->[$i]{'bookfundid'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete'));
        }
        print mktableft;

Index: aqbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbudget.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** aqbudget.pl 5 Apr 2002 03:09:18 -0000       1.2
--- aqbudget.pl 21 Jun 2002 01:29:37 -0000      1.2.2.1
***************
*** 243,247 ****
                $results->[$i]{'budgetamount'},
                
mklink("$script_name?op=add_form&bookfundid=".$results->[$i]{'bookfundid'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete',''));
        }
        print mktableft;
--- 243,247 ----
                $results->[$i]{'budgetamount'},
                
mklink("$script_name?op=add_form&bookfundid=".$results->[$i]{'bookfundid'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete'));
        }
        print mktableft;

Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** branches.pl 5 Mar 2002 20:48:42 -0000       1.1
--- branches.pl 21 Jun 2002 01:29:37 -0000      1.1.2.1
***************
*** 260,264 ****
                
$results->[$i]{'branchphone'},,$results->[$i]{'branchfax'},,$results->[$i]{'branchmail'},,$results->[$i]{'issuing'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'branchcode'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'branchcode'},'Delete',''));
        }
        print mktableft;
--- 260,264 ----
                
$results->[$i]{'branchphone'},,$results->[$i]{'branchfax'},,$results->[$i]{'branchmail'},,$results->[$i]{'issuing'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'branchcode'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'branchcode'},'Delete'));
        }
        print mktableft;

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/currency.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** currency.pl 5 Mar 2002 20:48:42 -0000       1.1
--- currency.pl 21 Jun 2002 01:29:37 -0000      1.1.2.1
***************
*** 234,238 ****
                print 
mktablerow(4,$toggle,$results->[$i]{'currency'},$results->[$i]{'rate'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'currency'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'currency'},'Delete',''));
        }
        print mktableft;
--- 234,238 ----
                print 
mktablerow(4,$toggle,$results->[$i]{'currency'},$results->[$i]{'rate'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'currency'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'currency'},'Delete'));
        }
        print mktableft;

Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** itemtypes.pl        5 Mar 2002 20:48:42 -0000       1.1
--- itemtypes.pl        21 Jun 2002 01:29:37 -0000      1.1.2.1
***************
*** 258,262 ****
                
$results->[$i]{'renewalsallowed'}==1?'Yes':'No',$results->[$i]{'rentalcharge'},
                
mklink("$script_name?op=add_form&itemtype=".$results->[$i]{'itemtype'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&itemtype=".$results->[$i]{'itemtype'},'Delete',''));
        }
        print mktableft;
--- 258,262 ----
                
$results->[$i]{'renewalsallowed'}==1?'Yes':'No',$results->[$i]{'rentalcharge'},
                
mklink("$script_name?op=add_form&itemtype=".$results->[$i]{'itemtype'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&itemtype=".$results->[$i]{'itemtype'},'Delete'));
        }
        print mktableft;

Index: printers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/printers.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** printers.pl 5 Mar 2002 20:48:42 -0000       1.1
--- printers.pl 21 Jun 2002 01:29:37 -0000      1.1.2.1
***************
*** 225,229 ****
                print 
mktablerow(5,$toggle,$results->[$i]{'printername'},$results->[$i]{'printqueue'},$results->[$i]{'printtype'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'printername'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'printername'},'Delete',''));
        }
        print mktableft;
--- 225,229 ----
                print 
mktablerow(5,$toggle,$results->[$i]{'printername'},$results->[$i]{'printqueue'},$results->[$i]{'printtype'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'printername'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'printername'},'Delete'));
        }
        print mktableft;

Index: stopwords.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/stopwords.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** stopwords.pl        5 Mar 2002 20:48:42 -0000       1.1
--- stopwords.pl        21 Jun 2002 01:29:37 -0000      1.1.2.1
***************
*** 214,218 ****
                }
                print mktablerow(2,$toggle,$results->[$i]{'word'},
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'word'},'Delete',''));
        }
        print mktableft;
--- 214,218 ----
                }
                print mktablerow(2,$toggle,$results->[$i]{'word'},
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'word'},'Delete'));
        }
        print mktableft;

Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** systempreferences.pl        5 Mar 2002 20:48:42 -0000       1.1
--- systempreferences.pl        21 Jun 2002 01:29:37 -0000      1.1.2.1
***************
*** 225,229 ****
                print 
mktablerow(4,$toggle,$results->[$i]{'variable'},$results->[$i]{'value'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'variable'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'variable'},'Delete',''));
        }
        print mktableft;
--- 225,229 ----
                print 
mktablerow(4,$toggle,$results->[$i]{'variable'},$results->[$i]{'value'},
                
mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'variable'},'Edit'),
!               
mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'variable'},'Delete'));
        }
        print mktableft;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]