koha-cvs
[Top][All Lists]
Advanced

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

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


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/circ branchtransfers.pl,1.15,1.16
Date: Sat, 01 Feb 2003 23:18:40 -0800

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 => 
address@hidden
                                                        );
! print $query->header(-cookie=>$sessioncookie), $template->output;
  
  
--- 283,287 ----
                                                                errmsgloop => 
address@hidden
                                                        );
! output_html_with_http_headers $query, $sessioncookie, $template->output;
  
  




reply via email to

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