From 41d04b30f47c6f67820c0dbc8398a318d0db5670 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 8 Oct 2008 22:22:47 +0000 Subject: [PATCH 1/1] added record export form into the vandelay interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@10797 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/vandelay.dtd | 16 ++++++ Open-ILS/web/vandelay/inc/export.xml | 61 +++++++++++++++++++++ Open-ILS/web/vandelay/inc/toolbar.xml | 2 + Open-ILS/web/vandelay/vandelay.xml | 3 + 4 files changed, 82 insertions(+) create mode 100644 Open-ILS/web/vandelay/inc/export.xml diff --git a/Open-ILS/web/opac/locale/en-US/vandelay.dtd b/Open-ILS/web/opac/locale/en-US/vandelay.dtd index dbbb0618e9..05845c60e7 100644 --- a/Open-ILS/web/opac/locale/en-US/vandelay.dtd +++ b/Open-ILS/web/opac/locale/en-US/vandelay.dtd @@ -82,3 +82,19 @@ + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/vandelay/inc/export.xml b/Open-ILS/web/vandelay/inc/export.xml new file mode 100644 index 0000000000..27fadc9535 --- /dev/null +++ b/Open-ILS/web/vandelay/inc/export.xml @@ -0,0 +1,61 @@ + +

&vandelay.export.records;


+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&vandelay.export.use_field_no; + + &vandelay.export.field_no_hint; +
&vandelay.export.from_csv;
&vandelay.export.or;
&vandelay.export.record_id;
&vandelay.record.type; + +
&vandelay.export.format; + +
&vandelay.export.encoding; + +
&vandelay.export.holdings;
+ +
+
+
diff --git a/Open-ILS/web/vandelay/inc/toolbar.xml b/Open-ILS/web/vandelay/inc/toolbar.xml index 5ce543187a..ad067d891c 100644 --- a/Open-ILS/web/vandelay/inc/toolbar.xml +++ b/Open-ILS/web/vandelay/inc/toolbar.xml @@ -1,4 +1,6 @@
+
&vandelay.export.records;
&vandelay.import.records;
+ -- 2.43.2