Commit graph

636 commits

Author SHA1 Message Date
acli
60ae5fc8c5 Copied some required images from the en directory
(Why are these not in common?)
2003-07-16 05:24:34 +00:00
acli
6f5e59015e Escape the version strings, just in case 2003-07-16 05:07:14 +00:00
acli
2fd6e30997 Removed spurious alt attribute 2003-07-16 04:55:43 +00:00
acli
3b72c1b91d Preliminary update to current en template files 2003-07-16 04:52:13 +00:00
acli
8114a3fb3a Minor fix, alt text contained French 2003-07-16 04:45:42 +00:00
plugz
e2c0d9f154 Small fix: scrolling list (USMARC/UNIMARC) incorrectly displayed 2003-07-11 08:20:42 +00:00
tipaul
0ded1ac11e small fixes for thesaurus modification & removed useless "toponly" in templates 2003-07-10 14:11:46 +00:00
tipaul
e889bfe5da adding image-numbers to non language dependant directory. They are used in MarcSearch (by Esiee).
All calls to images/numbers in en, fr... should be changed to this one.
2003-07-10 13:13:23 +00:00
tipaul
6aacee5271 synch'ing with english 2003-07-10 10:38:04 +00:00
tipaul
6bbec79b66 just adding bottom.inc to close HTML tags 2003-07-10 10:37:45 +00:00
rangi
2d60bc09fa Bug fix for bug 524 2003-07-09 20:27:55 +00:00
plugz
7bf737fd35 Updates and fixes to use the modified SearchMarc.pm v1.8 and search.marc/search.pl v1.10
Users can search using more than 3 criterias (criterias are now added dynamically)
Results can be displayed using 20,50 or 100 results per page.
Added arrows and numbers to walk through the results (as in OPAC)
2003-07-08 12:04:20 +00:00
tipaul
4c56c1a12f translation fix 2003-07-07 14:48:45 +00:00
tipaul
a8574a5b83 fixing bug #526 : gst rate is now calculated through systempref gist entry.
Before this fix :
* was harcoded to 12,5%
* some bugs in template parameters prevented the javascript to work.
* some bugs prevented some calculations to be done properly.
2003-07-07 14:11:16 +00:00
tipaul
68d49adece translation fixes 2003-07-07 12:29:28 +00:00
tipaul
579cafe64a translation fix + minor html cleaning 2003-07-07 12:00:14 +00:00
tipaul
d3fc2fd4d0 translation fixes 2003-07-07 11:56:32 +00:00
tipaul
ede9300e13 translation fix 2003-07-07 09:50:46 +00:00
tipaul
93fee65ad3 fix for #478 in parameters section 2003-07-04 14:03:44 +00:00
tipaul
88d132699d synch'ing with chris modif, for overdue link 2003-07-04 13:29:13 +00:00
tipaul
c3a71778ea fix for #471 2003-07-04 13:17:32 +00:00
rangi
fe716d2bba Changed overdue.tmpl to use the includes and added a link to it from the reports page 2003-07-03 22:00:21 +00:00
tipaul
8a75780833 synch'ing with mike recent commits 2003-07-02 13:26:39 +00:00
tipaul
71817b0ab1 fixing bug in thesaurus entry modification 2003-07-02 12:49:43 +00:00
wolfpac444
4cef812d06 *** empty log message *** 2003-07-02 00:29:51 +00:00
wolfpac444
2ee3977b0e *** empty log message *** 2003-07-01 17:22:17 +00:00
rangi
66df3391d5 More tweaks for the unido system 2003-06-30 22:39:14 +00:00
tipaul
600435d3af very stupid bug due to an unchecked copy/paste... 2003-06-25 15:06:10 +00:00
tipaul
4ed42893e8 fix for #473 2003-06-24 10:26:17 +00:00
tipaul
09b6cc337a fix for #342 2003-06-24 09:02:15 +00:00
tipaul
890b18bfb1 fix for #375 in french 2003-06-24 07:42:52 +00:00
joshferraro
624b598e70 fixes reserve page that used to say that there was one reserve even when there wasn't bug 375 2003-06-23 23:33:33 +00:00
joshferraro
d41c54d0b9 removes MARC from the bottom default includes about-bottom, acquisitions-bottom, cat-bottom, circulation-bottom, issues-bottom, members-bottom, opac-bottom, reports-bottom 2003-06-23 21:32:32 +00:00
joshferraro
27c9971b2c removes MARC from the bottom default includes 2003-06-23 21:11:34 +00:00
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
wolfpac444
3fb99f7d26 *** empty log message *** 2003-06-20 16:11:43 +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
plugz
f2dbb04980 Added arrows to walk through records (using offset parameter) 2003-06-20 13:01:17 +00:00
tipaul
28b099f89e partial work for repetable fields.
Near each field is a +
If you click on it, it's duplicated.
TODO :
* 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.
2003-06-19 16:38:49 +00:00
rangi
63d05cf055 more unido changes 2003-06-17 19:09:14 +00:00
rangi
fd98a7cba5 rationalising fields - better lables\ 2003-06-17 18:59:46 +00:00
rangi
247e444185 --------------------------------------------------------------------- 2003-06-17 18:52:18 +00:00
rangi
473f304360 taking out unused fields 2003-06-17 18:42:26 +00:00
rangi
b49117f488 rationalising the form a bit 2003-06-17 18:41:09 +00:00
rangi
0a85086b1a adding submit button 2003-06-17 18:30:39 +00:00
rangi
d3ea9242fa cosmetic changes and a bit of help 2003-06-17 18:20:57 +00:00
rangi
1a67d952dc Fixing html error 2003-06-17 18:18:06 +00:00
rangi
4aab317ac7 fixing broken submit 2003-06-17 18:14:19 +00:00