Adding labels generator.
authorRyan Higgins <rch@liblime.com>
Fri, 17 Aug 2007 23:47:26 +0000 (18:47 -0500)
committerChris Cormack <crc@liblime.com>
Sat, 18 Aug 2007 22:39:38 +0000 (17:39 -0500)
commit6e2564450e93fc0b2fd66c71d6c3c128a3099ccd
tree2f92871102afba64751994e902d938003384ad04
parent05b0bad473ecae43e73290807acefe92181b423d
Adding labels generator.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Signed-off-by: Chris Cormack <crc@liblime.com>
49 files changed:
C4/Labels.pm
barcodes/barcodes.pl [deleted file]
barcodes/barcodesGenerator.pl [deleted file]
barcodes/label-home.pl [deleted file]
barcodes/label-item-search.pl [deleted file]
barcodes/label-manager.pl [deleted file]
barcodes/label-print-opus-pdf.pl [deleted file]
barcodes/label-print-pdf.pl [deleted file]
barcodes/label-print.pl [deleted file]
barcodes/pdfViewer.pl [deleted file]
barcodes/printerConfig.pl [deleted file]
barcodes/test.textblock.pl [deleted file]
installer/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/label-bib-search.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/label-create-template.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/label-edit-template.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/label-manager.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/label-print.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/label-templates.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/printerConfig.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/result.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/barcodes/search.tmpl [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/label-status.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/menu-labels.inc [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/labels/label-bib-search.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-create-layout.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-create-template.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-edit-layout.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-edit-template.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-home.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-manager.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-print.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/label-templates.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/result.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/labels/search.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl
labels/label-create-layout.pl [new file with mode: 0755]
labels/label-create-template.pl [new file with mode: 0755]
labels/label-edit-layout.pl [new file with mode: 0755]
labels/label-edit-template.pl [new file with mode: 0755]
labels/label-home.pl [new file with mode: 0755]
labels/label-item-search.pl [new file with mode: 0755]
labels/label-manager.pl [new file with mode: 0755]
labels/label-print-pdf.pl [new file with mode: 0755]
labels/label-save-template.pl [new file with mode: 0755]
labels/label-select-pdf.pl [new file with mode: 0755]
labels/label-templates.pl [new file with mode: 0755]