Commit graph

459 commits

Author SHA1 Message Date
tipaul
09b6cc337a fix for #342 2003-06-24 09:02:15 +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
b6ea54a5a3 pics 2003-06-17 12:31:49 +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
e22e573e26 removing cat-top.inc references 2003-06-05 14:17:53 +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
f72f073084 removing unused images :
* images-buttons. They are replaced by text button with class="button"
* top images, that are not used since we have text menus.
2003-06-05 12:54:10 +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
08e4dee054 undeleting 2003-06-05 12:40:09 +00:00
tipaul
fff34f4b13 *** empty log message *** 2003-06-05 12:32:33 +00:00
tipaul
45ee38f49a * 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:32:14 +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
rangi
50706ccdb1 Last of the templates imported from SIU 2003-06-03 22:04:40 +00:00
rangi
433e5c9ec1 And yet some more 2003-06-03 22:02:00 +00:00
rangi
55c4eda8b8 More templates and a pile of images as well. Nearly there now 2003-06-03 21:56:29 +00:00
rangi
76f09fc616 And here are some more templates 2003-06-03 21:49:32 +00:00
rangi
1929a4d898 Continuing import 2003-06-03 21:44:41 +00:00
rangi
983df10ed9 Mass import from SIU 2003-06-03 21:41:12 +00:00
rangi
527902426b Fixing bug 450 2003-05-30 21:39:50 +00:00
rangi
02196feed9 Shifted the todays issues and previous issues html out into the template
And fixed a bug that was causing the enter a borrowers card or surname box
to show. Even if you were currently issuing to a borrower
2003-05-30 20:37:09 +00:00
wolfpac444
36db18639f *** empty log message *** 2003-05-27 07:23:58 +00:00
wolfpac444
e2dd7ac6f2 Fixed jmemberentry stuff 2003-05-27 07:09:07 +00:00
wolfpac444
7a5dadc317 Fixed #465. 2003-05-27 06:51:55 +00:00
wolfpac444
e958a973d6 Fixed "Log In" bug. 2003-05-27 05:38:11 +00:00
tonnesen
a1074b903a Last perl variables removed from this script and replaced with TMPL_VAR
variables.
2003-05-26 20:31:09 +00:00
tonnesen
012126e8f3 Fix for missing "Group" drop down box. 2003-05-26 20:26:36 +00:00
tonnesen
743974085e Fix hidden biblionumber input field and itemtypes drop down selector 2003-05-26 20:21:23 +00:00
tonnesen
e90098dfc6 Fix for branch selection options (replaced perl hash variables with appropriate
TMPL_VAR variables) in additem-nomarc.tmpl
2003-05-26 20:12:37 +00:00
tipaul
d8551b19c2 * PARTIAL fix for #322 => gives strange results imho
* removing unused subs
* indenting with tabs
* adding monthly report (stats.pl?time=month)
2003-05-19 16:20:51 +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
d0ba70e702 *** empty log message *** 2003-05-19 13:51:06 +00:00
tipaul
e862f505e0 fix for #387 2003-05-15 13:56:52 +00:00