Commit graph

60 commits

Author SHA1 Message Date
tipaul
711c90b460 *** empty log message *** 2003-06-23 11:26:21 +00:00
tipaul
e4d3b2f6b4 *** empty log message *** 2003-06-23 11:20:28 +00:00
zifox
f778ff8548 Fix for bug #473: added arrows to 'browse' the authorised parameters results pages. 2003-06-23 08:13:45 +00:00
tipaul
2537461334 repetable field support.
The 3 problem from yesterday are fixed :
* cc the + to each tab (for instance, only in tab 0)
* doing the french template
* fixing an annoying bug : everything is stored in the same field :
200$a$b$c$a$b$c and not
200$a$b$c
200$a$b$c
as expected.

100% FUNCTIONNAL (at least I expect !)

IMPORTANT NOTE :
ALL subfields from a field MUST be in the same tab. Otherwise, Koha can't magically find how to group subfields in case of repeted fields.
I'll add a check in checkmarc immediatly.
That's not a "bug" in Koha. That's mandatory because of MARC structure.
2003-06-20 14:32:08 +00:00
tipaul
bb7fecd745 improvments/fixes for z3950 support.
* Works now even on ADD, not only on MODIFY
* able to search on ISBN, author, title
2003-06-17 11:21:12 +00:00
tipaul
5e3ed3cbad fixes for #395 2003-06-13 14:41:32 +00:00
tipaul
e363ddc14b fixes for bookfunds & budget. Should work now. I fix #223, #424 2003-06-13 13:46:01 +00:00
tipaul
82744c0ca9 small fix & improvement.
* fix : the marc subfield was called "tag" in the template. was working nice, but tricky.
* improvment : on each MARC value is now a little finder. If you click on the finder, it will auto-search all biblios with the corresponding value. Very useful to find everything written by an author, or every books from a collection.
2003-06-10 15:46:34 +00:00
tipaul
d8ed149e5f 1st draft for budget reordering
DOES NOT WORK.
But it's time for week end for me, so bugfix will wait until tuesday :-)
2003-06-06 14:50:35 +00:00
tipaul
f2a2937c0c fir for #208 + bugfix in adding an organisation 2003-06-06 10:00:52 +00:00
tipaul
3decb00927 fix for #366 2003-06-06 09:31:52 +00:00
tipaul
a548aab083 some graphic improvments 2003-06-05 14:28:44 +00:00
tipaul
aeb66ea367 graphic improvments 2003-06-05 14:19:58 +00:00
tipaul
bc78a82103 fixing small bug in catalogue style 2003-06-05 13:07:20 +00:00
tipaul
95e8ce44ac never seen this yellow image anywhere. and it's 150kb fat :-) 2003-06-05 12:57:24 +00:00
tipaul
b2ee20c913 FRENCH templates
* moving all styles to common-style.css sheet. The styles specifics to a topic (the parameter button in parameters-top.inc is the only one defined in parameters-top.inc, he overwrittes the common-style definition)
* changing from <TMPL_INCLUDE> to <link rel=stylesheet> the *-top. This way, the style sheet is sent only once, then found in the cache of the navigator. A few kb to avoid transmitting.
* In some menus, adding a 2nd menu line. It contains some shorcuts for quick access. Like "quick search" and "MARC search". This way, the librarian can access the search he prefers in 1 clic.
* removing MARC topic in menu.
* managing correctly simple marc & non-marc acquisition system.
2003-06-05 12:40:49 +00:00
tipaul
03f9467912 moving breeding farm import to parameters page (GUI) and to new import/ directory (code structure) 2003-06-04 13:46:24 +00:00
tipaul
ab22bfaee9 small fix 2003-05-19 13:53:46 +00:00
tipaul
707edff529 removing image 2003-05-19 13:52:54 +00:00
tipaul
f9770ca29c fixes for bug 246 (zipcode), 207 (display of institutional member) and some improvment and other bugfixes 2003-05-15 12:47:30 +00:00
tipaul
254bb419cf fix for #407 2003-05-14 14:33:07 +00:00
tipaul
66d43cb3c1 fixes for #130, 377 2003-05-13 15:43:17 +00:00
tipaul
2ad601de76 *** empty log message *** 2003-05-07 16:17:57 +00:00
tipaul
d03dcd26cd *** empty log message *** 2003-05-07 15:17:40 +00:00
tipaul
f0fb0975f1 *** empty log message *** 2003-05-07 15:07:14 +00:00
tipaul
85350be492 removing image links 2003-05-06 16:32:46 +00:00
tipaul
7eec1bd53d removing pictures in english. To be replaced by "button" style link 2003-05-06 15:17:19 +00:00
tipaul
4a2bd256be french translations & fixes 2003-05-06 14:56:39 +00:00
tipaul
368d9107a2 moving loggedinuser => loggedinusername in includes and Auth.pm :
The $loggedinuser in Koha is the CODE of the logged user (result of get_user_and_template subroutine).
BTW, in get_user_and_template subroutine, the TMPL_VAR loggedinuser is replaced by the NAME of the user.
This is troubleshooting.
so, I replace the name by the "loggedinusername" template variable.
If you want to add the username somewhere, just add <TMPL_VAR name="loggedinusername"> in the template.

Fixes bug #401
2003-05-05 15:00:53 +00:00
tipaul
b9acaac50a fix for #218 (fr) 2003-05-05 13:29:02 +00:00
tipaul
95dde50470 fix for #344 2003-05-05 08:53:39 +00:00
tipaul
7d34ac8ec4 *** empty log message *** 2003-04-11 08:41:06 +00:00
tipaul
66c2a98029 adding about link (french templates) 2003-04-10 14:05:13 +00:00
tipaul
4fabd2c2d2 *** empty log message *** 2003-04-09 16:02:53 +00:00
tipaul
5e04a2af38 fix for #255 + typo 2003-04-08 12:23:03 +00:00
tipaul
5ef80c5648 *** empty log message *** 2003-04-08 12:17:10 +00:00
tipaul
f169bbdbf4 fix for #254 2003-04-08 12:16:59 +00:00
tipaul
a3ed52337a templating Mr, Mrs, Ms... 2003-04-08 11:12:22 +00:00
tipaul
f77ad61e74 fixes for #207, 208, 211 french templates 2003-04-08 10:01:21 +00:00
tipaul
844797459f fix for #187 2003-04-07 14:05:24 +00:00
tipaul
1e335be7fa copying images from english path to french path. They are NOT translated. 2003-04-04 08:38:21 +00:00
tipaul
b32eb72f0e french templates for 1.9.1 2003-04-04 08:35:52 +00:00
tipaul
ecac4a75d6 french templates for 1.9.1 2003-04-04 08:29:42 +00:00
tipaul
6efb67d833 french translation update 2003-04-01 13:46:03 +00:00
tipaul
dbc226cec6 bugfix #181 2003-03-18 09:33:21 +00:00
acli
1b284383bc The tabs are numbered 0-9, not 0xx,..., 9xx 2003-02-09 09:47:22 +00:00
acli
37ebda534b Updated for the fix for bug 180 2003-02-09 08:08:38 +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