[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 tipaul at users.sourceforge.net
Mon Jan 26 11:36:06 CET 2004


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>&lt;&lt; Prev</a>");
  	}
  	if ($pagesize<$count) {
! 		$template->param(next => "<a href=$script_name?branch=$branch&search_category=$search_category&searchstring=$searchstring&offset=$nextpage>Next &gt;&gt;</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





More information about the Koha-cvs mailing list