From: erickson Date: Thu, 9 Oct 2008 13:20:48 +0000 (+0000) Subject: added bucket id entry field for exporting buckets by id. put some borders in to... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=175da8532bb0a3f2e324ce370ce32071ba17b01b;p=Evergreen.git added bucket id entry field for exporting buckets by id. put some borders in to make the form a little more clear git-svn-id: svn://svn.open-ils.org/ILS/trunk@10801 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/locale/en-US/vandelay.dtd b/Open-ILS/web/opac/locale/en-US/vandelay.dtd index 05845c60e7..9e7b116113 100644 --- a/Open-ILS/web/opac/locale/en-US/vandelay.dtd +++ b/Open-ILS/web/opac/locale/en-US/vandelay.dtd @@ -98,3 +98,4 @@ + diff --git a/Open-ILS/web/vandelay/inc/export.xml b/Open-ILS/web/vandelay/inc/export.xml index 27fadc9535..292f13b643 100644 --- a/Open-ILS/web/vandelay/inc/export.xml +++ b/Open-ILS/web/vandelay/inc/export.xml @@ -1,8 +1,7 @@ -

&vandelay.export.records;


- + - + - + + + + + +
&vandelay.export.use_field_no; @@ -14,11 +13,16 @@
&vandelay.export.or;
&vandelay.export.record_id;
&vandelay.export.or;
&vandelay.export.bucket;
&vandelay.record.type;
-
diff --git a/Open-ILS/web/vandelay/vandelay.css b/Open-ILS/web/vandelay/vandelay.css index 863c56df90..2516d6e780 100644 --- a/Open-ILS/web/vandelay/vandelay.css +++ b/Open-ILS/web/vandelay/vandelay.css @@ -28,3 +28,5 @@ table.dijitTooltipTable { border-collapse: separate; } background: #d9e8f9; border: 1px solid red; } + +.export_tr_border td { border-top: 1px solid #808080; }