Commit graph

1220 commits

Author SHA1 Message Date
acli
7d7deb7b36 Moved the cardnumber generation logic out of memberentry.pl; new module
C4::Members created to hold this logic

Fixed syntax error in newimember.pl
Make newimember.pl use the cardnumber generation logic (bug 206)
Updated newimember.pl to use get_template_and_user
Other minor mods to newimember.pl; new tab size noted
2003-02-10 07:14:16 +00:00
acli
ac6592a669 Fixed completely wrong logic in my boolean_preference function 2003-02-10 06:37:00 +00:00
acli
1b284383bc The tabs are numbered 0-9, not 0xx,..., 9xx 2003-02-09 09:47:22 +00:00
acli
267f089efd Updated to use get_template_and_user
Missing use C4::Interface::CGI::Output
Noted correct tab size
2003-02-09 09:15:09 +00:00
acli
f711507f05 Make sure it handles non-latin1 charsets (It seems to display correctly
due to an unknown reason, but just in case)

Noted correct tab size

A few other notes
2003-02-09 09:07:11 +00:00
acli
75164d4c69 Update to get_template_and_user 2003-02-09 09:00:12 +00:00
acli
01c8a830ca Missed setbranchinfo when SQL statements were converted to use ? 2003-02-09 08:31:04 +00:00
acli
7351509fe9 Translation of the now-translatable "Ph", "Fax", "Email",
"(nothing entered)", and "(no categories set)"
2003-02-09 08:15:35 +00:00
acli
2834ca3c7c Temporarily removed file that should not be checked in
(should not be translated yet)
2003-02-09 08:09:23 +00:00
acli
37ebda534b Updated for the fix for bug 180 2003-02-09 08:08:38 +00:00
acli
338d829484 Converted the categories field in the default listing to a TMPL_LOOP + a
boolean TMPL_VAR
2003-02-09 07:55:13 +00:00
acli
d16adad21d Partial (incomplete) fix for bug 180 2003-02-09 07:41:22 +00:00
acli
0b48a8edf6 Trying to fix bug 130 here; corresponding changes will need to be made to
the templates
2003-02-09 06:56:43 +00:00
acli
13739fb5e3 Use ? for variables in all SQL statements 2003-02-09 06:39:07 +00:00
acli
76d997dfc2 Noted most likely correct tab size
Fixed some strange indentation
Noted stuff that needs to be fixed
Partial stub for "add new branch category" action
2003-02-09 06:14:32 +00:00
acli
cf4e7d4a65 Additional translations 2003-02-09 05:48:32 +00:00
acli
8cc5c0f8c9 Pick up koha-front-koha.gif from the fr directory
Note: The French in the image may be wrong
2003-02-09 04:10:41 +00:00
acli
2e44bfd44b Missing punctuation 2003-02-09 04:09:31 +00:00
acli
33ac029a05 Take some images from the fr template 2003-02-09 03:23:35 +00:00
acli
dc28ff5ddd French images, translated text from *-top.inc
The "mouseover" images have *not* been translated
2003-02-09 03:23:19 +00:00
acli
0289e3eae4 Ignore .xvpics for CVS checkins 2003-02-09 03:15:38 +00:00
acli
213e2a3cf0 Corrected the width of the images 2003-02-09 03:14:53 +00:00
acli
2e48904e0b Corrected the width of the image; the actual width was not the same as
the width declared in the HTML, causing the image on the screen to become
quite ugly
2003-02-09 02:52:28 +00:00
acli
fff91d52df Pick up some files from the templates directory
Fixed the "Parameters" gif; the actual width was not the same as what is
declared in the HTML
2003-02-09 02:40:54 +00:00
acli
e16671f5df Ignore .xvpics for CVS 2003-02-08 22:14:59 +00:00
acli
67416d6762 Original files for the tentative French images 2003-02-08 22:14:33 +00:00
acli
0a1fde9254 Some tentative French images
Adjusted the *-top.inc files for the tentative images
Added some notes on the images
2003-02-08 22:13:55 +00:00
acli
0361b13db3 HTML syntax error corrected 2003-02-08 21:59:13 +00:00
acli
51154c2d15 Partial translation 2003-02-08 21:53:34 +00:00
acli
fc5e8465ee Corrected wrong method to include headers and footers
Over-translation corrected (simpleredirect.pl parameter "Adult" got
translated, resulting in Zero-sized reply)
2003-02-08 21:52:29 +00:00
acli
308c8aa7b6 Added default case to catch illegal values resulting from over-translation 2003-02-08 21:49:55 +00:00
acli
84a21924d0 Updated script to use get_template_and_user
Noted tab size
2003-02-08 21:47:15 +00:00
acli
26cb22583c Removed duplicated login link
Replaced UTF-8 by SGML entity, since this looks like a ISO-8859-1 page
2003-02-08 19:53:30 +00:00
acli
be5f5273fa Tentatively export the "internal" function CalcReserveFee ; opac-reserves
uses it

Noted correct tab size
2003-02-06 07:41:28 +00:00
acli
23c93d6e80 Removed check for IS (bug 202) 2003-02-06 07:40:12 +00:00
acli
c781f2575a Bug in previous check-in 2003-02-06 07:11:09 +00:00
acli
47aa996a11 Forgot to take out debugging code 2003-02-06 07:07:54 +00:00
acli
a7b83fdbf7 Minor visual tweaks
Noted correct tab size
2003-02-06 07:05:51 +00:00
acli
0bfdc458b6 Minor visual & wording tweaks 2003-02-06 07:04:57 +00:00
acli
7abba9141e Consistency fixes, updated working glossary 2003-02-06 06:37:47 +00:00
acli
850a3e41f6 Use the new C4::Boolean module and the new C4::Auth::boolean_parameter
function to test for boolean values in parameters
2003-02-06 06:35:26 +00:00
acli
97fa105d5a Use get_template_and_user 2003-02-06 06:32:57 +00:00
acli
6157f1842b Convenience function to check for 1/0/true/false/on/off/yes/no 2003-02-06 06:15:00 +00:00
acli
8f722b5829 POD elaboration for checkauth() (esp. regarding "$flagsrequired") 2003-02-06 06:13:59 +00:00
acli
bf5fb01d32 Make sure flagsrequired is *circulate* not parameters 2003-02-06 05:10:54 +00:00
acli
fc5d0e3961 Explicitly declare dependency on HTML::Template
If checkauth() detects a permission problem (e.g., in untemplated scripts),
this is necessary for the code (that displays the error message) to run
(otherwise Perl dies with a very cryptic, confusing error message)
2003-02-06 05:04:36 +00:00
acli
365b8619f4 Minor entity syntax error fix 2003-02-06 03:31:47 +00:00
tipaul
7a7b7d7e6e small fix to launch catalogue through loadmodule (MARC or non MARC) 2003-02-05 17:13:24 +00:00
tipaul
98d746e42e small bugfix (execute with ?) 2003-02-05 15:52:24 +00:00
acli
dcfbab52cb Missing use statement
Noted correct tab size

FIXME: This is just a mock-up & seems to be for OPAC; do we still need this?
2003-02-05 10:13:02 +00:00