401dce8971
Various random noodlings: - Visual changes to circ, detail, request, and member pages. Fixed checkouts/reserves tabs on circulation.tmpl. Moved new form-layout CSS into staff-global.css and generalized it for wider use. Refined patron details sidebar for use on circulation.tmpl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:52 -05:00
0966dca9e2
Corrections to memberentrygen.tmpl and members.js, experimental reformatting of moremember.tmpl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:46 -05:00
Paul POULAIN
85636b5cf1
BUGFIX : updating opac-logout to deal with CGI::Sessions
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:42 -05:00
Paul POULAIN
9a1b556879
BUGFIX : create a unique div for each subfield
...
otherwise, when you have a repeated field, when editing biblio,
the cloneSubfield (+) button will clone the subfield in the 1st field
wherever you click !
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:40 -05:00
Chris Cormack
3082ad80bc
Bugfix for 1429
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:30:19 -05:00
Paul POULAIN
b81f961b7f
acquisition, parcel recieve : Changing column order & title and adding totals
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:29:53 -05:00
Henri-Damien LAURENT
0a6809af92
Bug Fixing : password were modified when patron page was edited even though unchanged
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:29:34 -05:00
Henri-Damien LAURENT
93bca202da
Bug Fix : Unknown is displayed when needed. and First arrival and innercounter is displayed.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:29:30 -05:00
Paul POULAIN
871c93278a
template change : removing <table> & setting <label> instead (bug 183 on suivi.paulpoulain.com)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:29:20 -05:00
Paul POULAIN
ff9aca298d
BUGFIX (unimarc specific) escaping ' in template variables in 4XX plugin
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:28:52 -05:00
Paul POULAIN
5f15ea68e8
2 BUGFIX (1 being unimarc specific) : change in plugin handling
...
before this commit, the main (usually $a) entry could not be entered by the librarian.
With the new BiblioAddAuthority feature, it's a bad idea : the librarian will
be able to enter a value manually, and the authority will be automatically created on the fly
Thus the small change in addbiblio.pl
This commit also fixes a bug in plugin 4XX (which is unimarc specific) :
"Empty" option did not work properly + API convention fix (biblionumber instead of bibnum)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:28:45 -05:00
Paul POULAIN
0d7a4aafd0
BUGFIX : NoZebra indexing was wrong for accented words
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-26 05:28:37 -05:00
34b67109d1
A couple more tweaks to member entry form. Still unfinished: inline CSS will have to be generalized and moved to external stylesheet. Trying some changes to circ page, including moving patron info into sidebar, consolidating messages and warnings. Also unfinished!
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:47:02 -05:00
808519a2f5
Minor changes to header and circ-toolbar. Beginning work on memberentry form layout CSS (unfinished)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:47:00 -05:00
a37daca905
More efforts with toolbars, nothing solved. Also corrections, and modifications to resident search to place focus on displayed form field.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:56 -05:00
2666466407
Corrections, and first test of Circ toolbar
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:54 -05:00
33f8001652
Cleaning up acquisitions, adding breadcrumbs, adding resident search. Other minor corrections.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:51 -05:00
7febf4745b
Various corrections, and addition of printers-admin search form
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:06 -05:00
Paul POULAIN
549afc9647
BUGFIX : fix url for up button
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:32:10 -05:00
Paul POULAIN
a3a4bfc5e6
IMPROVEMENT : reintroducing stopwords management
...
Zebra (and NoZebra) doesn't deal with stopwords.
It search the exact string the user types.
This commit :
- reintroduces stopword management script that was in 2.2
- add stopword management to Zebra & NoZebra searches.
PS : fortunatly, the stopwords table was not removed by updatedatabase, so nothing to do here.
(& the table is in kohastructure.sql)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:32:06 -05:00
Paul POULAIN
72e5d4f62d
BUGFIX : API changed, removing "old"
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:49 -05:00
Paul POULAIN
a477061dc9
BUGFIX #670
...
Ported code from librarian interface, as it works here
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:45 -05:00
Paul POULAIN
c4d4b6ecf2
Bug fixing : 1396
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:40 -05:00
Paul POULAIN
0e3b44e3f8
Bug fixing : Editing broken javascript
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:37 -05:00
Paul POULAIN
3568e20644
bug fixing on 1396 :
...
Conflicts:
circ/circulation.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:42 -05:00
Henri-Damien LAURENT
6bfcc00751
Adding a status description.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:29 -05:00
Paul POULAIN
a00de016a5
Bug Fixing: button renew did not work. (popup was changed to take only useful variable.)
...
Conflicts:
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:25 -05:00
Paul POULAIN
09d6d9f583
bug IPT176 :Once more.
...
Conflicts:
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:21 -05:00
Paul POULAIN
91b01d3862
BUGFIX for 1309 (displayXXX in Koha.pm)
...
Those subs were no more useful, the template didn't use them.
No hardcoding strings in .pl & .pm pls, we can't translate them.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:16 -05:00
Paul POULAIN
0b78706879
FIX for 1391, search on 1 digit cardnumber
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:09 -05:00
Paul POULAIN
fd10552848
FIX for 1298 : removing hardcoded calls to mySQL, Perl, zebra & yaz-client
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:06 -05:00
Chris Cormack
1a4fc157bf
Applying the fix for bug 1416 from paul
...
Had to edit the patch as it was corrupt
2007-09-20 17:39:43 -05:00
Paul POULAIN
3206db0692
no need to define a const var just to pass it to a sub
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:31:23 -05:00
Paul POULAIN
fa87c4d8ff
BUGfix : return correctly the form checking
...
The check_form_borrowers showed an error in the user entry if needed,
but validated it anyway
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:31:06 -05:00
Paul POULAIN
033d9c25cb
just adding links to add patrons
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:30:59 -05:00
Paul POULAIN
952e4bd9dc
BUGFIX : biblionumber instead of oldbiblionumber (2.2 API)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:30:33 -05:00
Paul POULAIN
789a88691c
adding action style (probably temporary need)
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-20 15:30:25 -05:00
Chris Cormack
2cd76adddf
Files sent from paul, Systempreferences translated to French
2007-09-19 02:52:07 -05:00
Joshua Ferraro
606ae968a8
moving itemslost to reports from tools
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 20:47:48 -05:00
Joshua Ferraro
eac5ed44a0
fix link to reading record
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 20:47:46 -05:00
Joshua Ferraro
f280a42787
changing nomenclature: s/letters/notices/
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 19:11:17 -05:00
a24d525e7f
Cleaning up Tools pages, adding breadcrumbs and resident search form
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:20:45 -05:00
Chris Cormack
6b5790eda6
Removing \r characters that were busting a patch
2007-09-18 15:17:35 -05:00
fa79f6f177
Some changes to members pages: - refining members-menu.inc - cleaning up memberentrygen.tmpl - some tweaks to moremember.tmpl - adding borrowernumber variable output to member-password.pl
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:52 -05:00
Paul POULAIN
e809eff05f
BUGFIX : branch CPL was hardcoded
...
What is the branch CPL ?
Anyway, this was buggy and reseted the branch to empty
which was a bug ;-)
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:47 -05:00
Paul POULAIN
159187adf4
BUGFIX : no need to load a package twice
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:18 -05:00
Henri-Damien LAURENT
d3022c3caf
Fixing previous fix.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:09 -05:00
Henri-Damien LAURENT
036811f9df
Fixing error on duplicate entry process.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:04 -05:00
Paul POULAIN
d832c88462
BUGFIX : ModReserveStatus can't be found if you don't specify full path
...
this is a workaround, and could hide another problem.
However, I haven't found ModReserveStatus problem or duplicate definition.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:06:02 -05:00
Paul POULAIN
1450fd180e
FIX for #1375
...
marc_subfield_structure.hidden lost on create new framework
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 15:05:51 -05:00