new virtual shelves changes, keyed by biblionumber -- approved
authorJoshua Ferraro <jmf@liblime.com>
Thu, 9 Aug 2007 14:22:17 +0000 (09:22 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 9 Aug 2007 14:22:17 +0000 (09:22 -0500)
commit8af76042d82e2034061087e9b78df038e3b2a403
treee211232f3d2933a5a6ecd645f5e525b9070e08b4
parent6cdf0832e2ad3739a42fa811cc08363908c0dec2
new virtual shelves changes, keyed by biblionumber -- approved
40 files changed:
C4/Auth.pm
C4/BookShelves.pm [new file with mode: 0755]
C4/Branch.pm
C4/VirtualShelves.pm [deleted file]
Makefile.PL
bookshelves/addbookbybiblionumber.pl [new file with mode: 0755]
bookshelves/shelves.pl [new file with mode: 0755]
help.pl
installer/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/about.tmpl
koha-tmpl/intranet-tmpl/prog/en/auth.tmpl
koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl
koha-tmpl/intranet-tmpl/prog/en/help/nohelp.tmpl
koha-tmpl/intranet-tmpl/prog/en/includes/action-catalogue.inc
koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc
koha-tmpl/intranet-tmpl/prog/en/includes/menu-bookshelves.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/menu-virtualshelves.inc [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc
koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl
koha-tmpl/intranet-tmpl/prog/en/virtualshelves/addbybiblionumber.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/virtualshelves/shelves.tmpl [deleted file]
koha-tmpl/opac-tmpl/prog/en/includes/basket.js
koha-tmpl/opac-tmpl/prog/en/opac-ISBDdetail.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-addbookbybiblionumber.tmpl [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/opac-addbybiblionumber.tmpl [deleted file]
koha-tmpl/opac-tmpl/prog/en/opac-detail.tmpl
koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl
opac/opac-addbookbybiblionumber.pl [new file with mode: 0755]
opac/opac-addbybiblionumber.pl [deleted file]
opac/opac-main.pl
opac/opac-shelves.pl
t/BookShelves.t [new file with mode: 0644]
t/VirtualShelves.t [deleted file]
tools/export.pl
updater/updatedatabase
virtualshelves/addbybiblionumber.pl [deleted file]
virtualshelves/shelves.pl [deleted file]