[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.15,1.16

Ambrose Li acli at users.sourceforge.net
Sun Feb 2 08:18:40 CET 2003


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv1397/circ

Modified Files:
	branchtransfers.pl 
Log Message:
Moved C4/Charset.pm to C4/Interface/CGI/Output.pm

Create output_html_with_http_headers function to contain the "print $query
->header(-type => guesstype...),..." call. This is in preparation for
non-HTML output (e.g., text/xml) and charset conversion before output in
the future.

Created C4/Interface/CGI/Template.pm to hold convenience functions specific
to the CGI interface using HTML::Template

Modified moremembers.pl to make the "sex" field localizable for languages
where M and F doesn't make sense


Index: branchtransfers.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchtransfers.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** branchtransfers.pl	28 Jan 2003 00:48:36 -0000	1.15
--- branchtransfers.pl	2 Feb 2003 07:18:38 -0000	1.16
***************
*** 283,287 ****
  								errmsgloop => \@errmsgloop
  							);
! print $query->header(-cookie=>$sessioncookie), $template->output;
  
  
--- 283,287 ----
  								errmsgloop => \@errmsgloop
  							);
! output_html_with_http_headers $query, $sessioncookie, $template->output;
  
  





More information about the Koha-cvs mailing list