Commit graph

792 commits

Author SHA1 Message Date
oleonard
adfe5d4aa8 Adding external css file to move invalid attributes out of body tag 2004-01-07 17:30:34 +00:00
oleonard
69b2d2da11 Modified HTML to move towards validity (quoted attributes, close tags, etc) 2004-01-07 17:26:13 +00:00
oleonard
c5a8438b74 Modified HTML to move towards validity (quoted attributes, removed deprecated elements, etc) 2004-01-02 17:18:13 +00:00
oleonard
efe31b55a5 Modified HTML to move towards validity (quoted attributes, added DOCTYPE, etc) 2004-01-02 15:44:46 +00:00
oleonard
4ba30267fe Adding smaller version of arrow so image doesn't need to be resized in HTML 2004-01-02 15:42:45 +00:00
tipaul
cc8a40b48a minor html modif 2003-12-22 15:17:11 +00:00
tipaul
8eba7e8b28 fix for #671 (add institution member)
note member management code is really dirty & can be factorised, will be done in HEAD branch (2.1.x version)
2003-12-22 14:58:38 +00:00
tipaul
1efd84f9cb fix for #672 (ordering readingrec) 2003-12-22 10:58:28 +00:00
tipaul
bc14432d5f fix for #537 : in borrower screen, the "fine & debts" now shows only amount due if >0, "nothing due" if borrower has no debts. 2003-12-22 10:41:22 +00:00
tipaul
0bc6382e5e fix for #675 2003-12-22 09:14:21 +00:00
tipaul
2bd4fe5d77 image link error 2003-12-19 17:20:24 +00:00
tipaul
52c95d1276 fix for 557 2003-12-18 17:27:44 +00:00
tipaul
196778c7b5 fix for 586 2003-12-18 17:19:56 +00:00
tipaul
abebb31d30 OPAC now show a systempref variable in main/home screen => easier to change for a library. 2003-12-15 14:39:52 +00:00
tipaul
adccc51b06 <TMPL to <!-- TMPL 2003-12-11 12:40:29 +00:00
tipaul
7067b2755a reintroducing opac-bottom dropped by mistake 2003-12-11 12:39:44 +00:00
tipaul
1b873ec499 just reordering menu : links are now in the order they must be filled in order to get a working Koha. 2003-12-09 13:46:28 +00:00
tipaul
1e93add16b templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, because it's strict html compliant, and HTML::TreeBuilder deals better with this form. 2003-12-09 10:26:51 +00:00
tipaul
cf802b5ad8 new feature : recent acquisition in opac. 2003-12-08 16:27:10 +00:00
tipaul
409bf6dfcc reintroducing opac-bottom dropped by mistake 2003-12-08 14:33:32 +00:00
tipaul
776d59a625 html modified to be "translator" compatible 2003-12-08 10:52:58 +00:00
tipaul
1815489c21 html modified to be "translator" compatible 2003-12-08 10:45:20 +00:00
tipaul
53e3ca45cc removing unused inc 2003-12-08 10:44:49 +00:00
tipaul
3604997735 new french OPAC, translated with translator tool. 2003-12-08 10:44:23 +00:00
tipaul
30801072e5 minor modifs for translator compliance 2003-12-05 16:53:25 +00:00
tipaul
5298e98ccb bugfix : adding thesaurus entries did not work (worked in french) 2003-12-04 11:52:41 +00:00
tipaul
9b7a80b2e0 minor graphic fixes 2003-12-04 09:32:08 +00:00
dragon28
db278d0be5 re-added the place-request.gif to fix bug 656 2003-12-03 22:41:28 +00:00
dragon28
54ec1d4617 minor correction for bug 677 2003-12-03 19:17:15 +00:00
dragon28
bd056786a7 minor correction for bug 676 2003-12-03 18:57:47 +00:00
tipaul
b706b5061b confirm member deletion 2003-12-02 10:28:49 +00:00
tipaul
d1e0cef3c7 confirm member deletion 2003-12-02 10:28:49 +00:00
tipaul
5f5c74ba27 delete biblio icon 2003-12-02 10:28:27 +00:00
tipaul
26984a9774 html indenting for readability & adding bgcolor for even records 2003-11-28 14:53:16 +00:00
tipaul
06190d741e *** empty log message *** 2003-11-28 14:09:33 +00:00
tipaul
173e385e8f adding credits & using $] instead of perl -v to get perl version 2003-11-28 13:59:30 +00:00
tipaul
efebff07f4 translation to english (existed only in french before) 2003-11-28 10:49:39 +00:00
tipaul
5175c45aaf fix for #634 2003-11-24 17:15:55 +00:00
tipaul
feccbd1685 warning the librarian if he modify this table to run rebuildnonmarc script (#387) 2003-11-24 17:00:09 +00:00
tipaul
e0759d0934 fixing a bug in searches with stopwords (that where not dropped).
Moving "contains" as 1st choice for the search (= default one)
2003-11-24 16:53:10 +00:00
tipaul
6eb2c6141d biblio & item deletion now works fine in MARC editor.
Stores deleted biblio/item in the marc field of the deletedbiblio/deleteditem table.
2003-11-24 16:28:49 +00:00
oleonard
427bbdcf6d Fix for Bug 678, along with minor corrections and cleaning up 2003-11-18 21:54:43 +00:00
tipaul
c196693358 minor fixes in thesaurus_popup & authorities.pm
NEW plugin : the plugin that manages 60X field in UNIMARC (i think it's the same in marc21). Used to search a thesaurus entry & parse bibliothesaurus table for category NC (Common Name in french).
The user can enter a search term, and see entries corresponding. If the search is a real entry in the thesaurus, and this entry has dependencies, they are shown too.
For example, if the thesaurus contains :
Geo -- Europe -- France -- Marseille
Geo -- Europe -- France -- Paris
Hist -- Europe -- France -- Revolution

A search on "France"
shows
Geo --Europe --France and Hist -- Europe -- France on the left panel
When the user clic on Geo -- Europe -- France,
Marseille & Paris are shown on the right panel.

When the user selects a value, it's reported to the MARC editor.

NOTE : template ONLY IN FRENCH (but it's 11PM for instance, & i plan to go to bed :-) )
2003-11-14 22:00:42 +00:00
tipaul
073d2233cc bugfix for #384
1st draft for MARC biblio deletion.
Still does not work well, but at least, Biblio.pm compiles & it should'nt break too many things
(Note the trash in the MARCdetail, but don't use it, please :-) )
2003-11-06 17:18:30 +00:00
tipaul
7eac982ff3 minor html modifs & warn removed 2003-11-06 10:18:33 +00:00
tipaul
dda880448c minor html fixes 2003-11-05 11:15:51 +00:00
tipaul
ab6dd1271c minor html fixes 2003-11-05 11:12:15 +00:00
oleonard
8c26703607 This image got lost in the shuffle somewhere. Re-adding it to take care of Bug 654 2003-11-03 16:36:11 +00:00
oleonard
25fb983f74 Fix for Bug 639. Also cleaned up HTML (quote attributes, add DOCTYPE, correct other invalid HTML) 2003-10-31 20:21:32 +00:00
oleonard
db339c009e Fix for Bug 649. Also corrected some HTML (quoted attributes, replaced & with &nbsp;, close <p> tags) 2003-10-31 19:09:12 +00:00