acli
de88b3b406
Added missing "use" statement
...
Noted correct tab size
Note: this script does not actually work yet
2003-02-05 08:30:27 +00:00
acli
ddc6eadc7b
Updated opac-userupdate.pl to work with 1.3
...
Copied kohaerror.tmpl from 1.2 for opac-userupdate.pl
2003-02-04 06:40:04 +00:00
acli
ad5c82626d
Sync to same file in 1.2 branch
2003-02-04 06:01:52 +00:00
acli
f1c8e7e686
Forgot to use C4::Interface::CGI::Output
2003-02-03 22:24:38 +00:00
acli
058c8bf28b
Updates for using (OPAC) user log-in in 1.3
2003-02-03 21:42:41 +00:00
acli
32b87866dd
Minor code cleanup
...
(Implemented some simple FIXME's in C4/Search.pm)
2003-02-03 02:15:43 +00:00
acli
52a5fd4bbd
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
2003-02-02 07:18:37 +00:00
acli
125c7f9c7e
Handle meta tags for non-latin1 charsets
2003-01-20 07:39:27 +00:00
tipaul
d1a905a786
small bugfix to make logout work
2002-12-20 13:59:07 +00:00
tipaul
747a71aa67
little bugfixes for opac templated.
...
Need "use HTML::Template" at the beginning of every script.
Note : opac-reserve does not work at all.
Could katipo/finlay check why ?
2002-12-19 11:04:14 +00:00
finlayt
2b8ef90945
merged in changes from the rel-1-2 branch into the main branch. Some of the default templates are a bit broken now....
2002-12-04 22:25:01 +00:00
tipaul
ebb6609879
*** empty log message ***
2002-11-12 16:41:12 +00:00
tonnesen
52a3126df1
Merging changes from rel-1-2 to trunk
2002-10-28 21:44:33 +00:00
tonnesen
c16a952963
Merging from rel-1-2 to trunk
2002-10-28 20:02:57 +00:00
arensb
5aa0fca7fa
Removed trailing whitespace.
2002-10-13 10:43:54 +00:00
arensb
d582d90c53
Replaced &requireDBI with C4::Context->dbh, thus making the "use
...
Database" statement unnecessary.
Replaced a prepare()/execute() with a do().
2002-10-11 12:50:42 +00:00
tonnesen
d04d6cace7
switched from picktemplate() to gettemplate()
2002-10-09 18:09:16 +00:00
finlayt
6007e1e067
added these files from the rel-1-2 branch. This is the beging of the new opac
2002-10-03 08:51:29 +00:00