[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin branches.pl,1.22.2.2,1.22.2.3 thesaurus.pl,1.
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/admin branches.pl,1.22.2.2,1.22.2.3 thesaurus.pl,1.9.2.1,1.9.2.2 |
Date: |
Mon, 26 Jan 2004 02:36:06 -0800 |
Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16211/admin
Modified Files:
Tag: rel_2_0
branches.pl thesaurus.pl
Log Message:
moving <<prev & next>> links into template, to enable translation.
Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -C2 -r1.22.2.2 -r1.22.2.3
*** branches.pl 30 Dec 2003 19:58:44 -0000 1.22.2.2
--- branches.pl 26 Jan 2004 10:36:03 -0000 1.22.2.3
***************
*** 79,83 ****
}
$template->param(action => $script_name);
-
if ($op eq 'add') {
# If the user has pressed the "add new branch" button.
--- 79,82 ----
Index: thesaurus.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/thesaurus.pl,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** thesaurus.pl 19 Dec 2003 02:15:25 -0000 1.9.2.1
--- thesaurus.pl 26 Jan 2004 10:36:03 -0000 1.9.2.2
***************
*** 258,265 ****
father => $father);
if ($offset>0) {
! $template->param(previous => "<a
href=$script_name?branch=$branch&search_category=$search_category&searchstring=$searchstring&offset=$prevpage><<
Prev</a>");
}
if ($pagesize<$count) {
! $template->param(next => "<a
href=$script_name?branch=$branch&search_category=$search_category&searchstring=$searchstring&offset=$nextpage>Next
>></a>");
}
} #---- END $OP eq DEFAULT
--- 258,265 ----
father => $father);
if ($offset>0) {
! $template->param(previous =>
"$script_name?branch=$branch&search_category=$search_category&searchstring=$searchstring&offset=$prevpage");
}
if ($pagesize<$count) {
! $template->param(next =>
"$script_name?branch=$branch&search_category=$search_category&searchstring=$searchstring&offset=$nextpage");
}
} #---- END $OP eq DEFAULT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin branches.pl,1.22.2.2,1.22.2.3 thesaurus.pl,1.9.2.1,1.9.2.2,
Paul POULAIN <=