Commit graph

244 commits

Author SHA1 Message Date
tipaul
c591cf1859 synch'ing virtual shelves management in opac with the librarian one, that has more features 2005-01-03 11:09:33 +00:00
tipaul
a47efce802 merging opac.css and marc-editor.css, that is used in MARC view. 2005-01-03 11:08:36 +00:00
tipaul
cb32ef4fc1 adding "opacstylesheet" systempreference.
if this parameter is defined, the url is used instead of the default one.
So, you can have your own stylesheet somewhere, and use it instead of the official Koha one.
2005-01-03 10:58:46 +00:00
acli
cd08a02005 Spelling correction 2004-12-30 07:46:05 +00:00
tipaul
60db5889fb fix for strange things in MARC view when label is too long 2004-12-15 16:03:55 +00:00
tipaul
e2914a4499 Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd 2004-12-10 16:11:29 +00:00
oleonard
1ca847571f Removing NPL-specific link 2004-12-08 16:12:17 +00:00
tipaul
62bf07de80 fix to add biblio in basket when the query has only 1 result 2004-12-08 10:27:10 +00:00
tipaul
53c7b55826 css & html fixes 2004-12-08 10:26:32 +00:00
tipaul
a3bc9cdf82 email sent basket : the sender can give it's name, in case the basket is sent to a friend, not to itself 2004-12-07 10:10:40 +00:00
oleonard
1d7e6ef66e Removing non-functional "Beginning Date" and "Ending Date" form fields 2004-12-06 17:56:56 +00:00
oleonard
b7bebaa100 Minor change to HTML 2004-12-06 17:54:55 +00:00
tipaul
98021d8c78 itemcallnumber search is a start by, not a contains 2004-12-02 16:46:48 +00:00
tipaul
c46b24e19f missed CVS commit 2004-12-02 16:45:23 +00:00
oleonard
6c9d261301 Removing NPL-specific links 2004-11-29 16:26:56 +00:00
tipaul
462ff88e75 removing "ISBD : " string 2004-11-28 08:58:03 +00:00
tipaul
f74be54635 french OPAC 2004-11-24 16:09:45 +00:00
tipaul
a661362911 minor css & html changes 2004-11-24 16:08:55 +00:00
tipaul
112613c307 adding barcode into list of on loan books 2004-11-24 16:08:12 +00:00
tipaul
ba610a9a4a fixing a problem in char encoding : translation of the send basket was erroneous 2004-11-22 16:41:03 +00:00
tipaul
4be058b4e8 show "subject(s): " if there is at least one subject 2004-11-22 16:18:11 +00:00
oleonard
5cccbfa620 Fixing clear on line break 2004-11-17 17:19:36 +00:00
tipaul
5f61b4b465 some html fixes & bugfix for biblio printing 2004-11-12 16:28:10 +00:00
tipaul
abe75fc301 rewritting item status checking : now, each item is shown with it's callnumber and status (available, on loan,...) 2004-10-25 13:28:44 +00:00
oleonard
5fa45d213c Adding Nelsonville Public Library's OPAC templates (npl) 2004-10-20 19:15:04 +00:00
tipaul
b2ea3f0160 french OPAC for 2.2 2004-10-19 13:40:47 +00:00
tipaul
5f7daf16c3 moving language change : now, possible even when unidentified 2004-10-19 13:40:15 +00:00
tipaul
8d5a80d428 repeating bg image in h2 & a.hover 2004-10-05 08:47:13 +00:00
tipaul
608d48d75c The textmessaging field now appears in opac-main when the user log in.
The textmessaging field has been moved in the member editor & changed to a textarea html field
2004-10-04 20:20:24 +00:00
tipaul
9a5a4a07a2 bugfix in biblio-basket :
* error in delBasket link (silly escape=URL)
* use of bibid instead of biblionumber to store in the basket
2004-09-30 12:58:20 +00:00
tipaul
e587e5465b minor fixes & improvements 2004-09-20 13:21:41 +00:00
tipaul
214c37b371 modifs in new acquisition option : the search is now managed through the standard search API, with an "order by timestamp" order.
opac-new.pl can be removed
2004-09-16 09:21:05 +00:00
tipaul
027516bf79 reservation is impossible if the borrower has a card lost, is gonenoaddress or is suspended 2004-09-15 16:42:42 +00:00
tipaul
1b748abaf9 *** empty log message *** 2004-09-13 15:32:42 +00:00
tipaul
3b2a649d71 minor css changes 2004-09-13 15:30:18 +00:00
tipaul
8d868bb448 adding a "location" field to the library.
This field is useful when the callnumber contains no information on the room where the item is stored.
With this field, we now have 3 levels of informations to find a book :
* the branch.
* the location.
* the callnumber.

This should be versatile enough to solve any storing method.
This hack is quite simple, due to the nice Biblio.pm API. The MARC => koha db link is automatically managed. Just add the link in the parameters section.
2004-09-06 10:00:19 +00:00
tipaul
2aa689c34b french OPAC for 2.2 2004-09-02 16:32:18 +00:00
tipaul
2744755bbc minor modifs & improvements 2004-09-02 16:30:57 +00:00
tipaul
8790983cd5 commiting stephen hedges modifs to css template & fixing a bug in variable name (same name in TMPL_LOOP and TMPL_VAR confuses a lot HTML::Template) 2004-08-18 16:44:37 +00:00
tipaul
331db0ab02 *** empty log message *** 2004-08-18 16:26:02 +00:00
shedges
59ea82d93c added MARCNOTES and MARCSUBJCTS loop variables for displaying notes and subjects from MARC data. 2004-08-17 20:56:42 +00:00
tipaul
502ab11ae9 moving language chooser to the main page.
monving the getalltemplates and getalllanguages subs out from Search.pm (that will be deprecated soon) to Koha.pm
2004-08-16 12:48:52 +00:00
rangi
e334c8699f Commiting a sample change to the default template to allow users to pick
their language.
Just a sample template builders can look at this and make changes to their
templates
2004-08-15 01:50:24 +00:00
acli
26191577a8 In English, there is usually no space before question mark or colon 2004-08-13 06:06:53 +00:00
acli
73b095d2a8 Minor spelling corrections 2004-08-13 06:01:10 +00:00
acli
8dda85aaac Spelling correction 2004-08-13 05:54:55 +00:00
tipaul
4af4f48154 minor fixes (to get less warning during translation) 2004-08-12 14:39:59 +00:00
tipaul
716d4a4e18 serials : lot of bugfixes.
Works fine now. And is documented (clic Help)
2004-08-12 14:36:07 +00:00
tipaul
c963cdc93f minor css modifications 2004-08-02 13:23:42 +00:00
doxulting
d2cad27d7d line added for presentation 2004-07-23 16:04:22 +00:00