Adding MARC preview to acqui screens
authorRyan Higgins <rch@liblime.com>
Mon, 26 Nov 2007 01:55:32 +0000 (19:55 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 26 Nov 2007 04:15:08 +0000 (22:15 -0600)
commit271aa9043df1229790808aef1b3a0a4228adbb74
tree550d24f9b641f3d631eb5a0dbf90975f8150778c
parenta508bc1cd2a0ddba87a8452dabc7f3a369b9d18d
Adding MARC preview to acqui screens

Also cleaning up some missing params and language.
Add another js library: greyox (jquery derivative iiuc).

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
60 files changed:
C4/Acquisition.pm
acqui/basket.pl
acqui/neworderempty.pl
acqui/parcel.pl
catalogue/showmarc.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/._GreyBox_v5_5 [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/AJS.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/AJS_fx.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5.zip [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/LGPL.txt [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/about.html [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/advance_usage.html [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/combiner.py [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/compressing_greybox.html [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/examples.html [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/installation.html [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/normal_usage.html [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/help.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/help.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/logo.gif [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/salt.jpg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/g_close.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_scripts.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/header_bg.gif [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/indicator.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/loader_frame.html [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/next.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/prev.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/lib/greybox/w_close.gif [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tmpl [new file with mode: 0755]