[open-ils-commits] r10801 - in trunk/Open-ILS/web:
opac/locale/en-US vandelay vandelay/inc
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 9 09:20:50 EDT 2008
Author: erickson
Date: 2008-10-09 09:20:48 -0400 (Thu, 09 Oct 2008)
New Revision: 10801
Modified:
trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd
trunk/Open-ILS/web/vandelay/inc/export.xml
trunk/Open-ILS/web/vandelay/vandelay.css
Log:
added bucket id entry field for exporting buckets by id. put some borders in to make the form a little more clear
Modified: trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd 2008-10-09 02:41:14 UTC (rev 10800)
+++ trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd 2008-10-09 13:20:48 UTC (rev 10801)
@@ -98,3 +98,4 @@
<!ENTITY vandelay.export.holdings "Include holdings in Bibliographic Records">
<!ENTITY vandelay.export.retrieve "Retrieve Records">
<!ENTITY vandelay.export.field_no_hint "(starting from 0)">
+<!ENTITY vandelay.export.bucket "Record Bucket ID">
Modified: trunk/Open-ILS/web/vandelay/inc/export.xml
===================================================================
--- trunk/Open-ILS/web/vandelay/inc/export.xml 2008-10-09 02:41:14 UTC (rev 10800)
+++ trunk/Open-ILS/web/vandelay/inc/export.xml 2008-10-09 13:20:48 UTC (rev 10801)
@@ -1,8 +1,7 @@
-<x>
<h1>&vandelay.export.records;</h1><br/>
<form method="POST" enctype="multipart/form-data" action='/exporter'>
<table class='form_table'>
- <tr>
+ <tr class='export_tr_border'>
<td>&vandelay.export.use_field_no;</td>
<td>
<input dojoType='dijit.form.TextBox' type="text" size="2" maxlength="2" name="idcolumn" value="0"/>
@@ -14,11 +13,16 @@
<td><input type="file" name="idfile"/></td>
</tr>
<tr><td colspan='2'><b>&vandelay.export.or;</b></td></tr>
- <tr>
+ <tr class='export_tr_border'>
<td>&vandelay.export.record_id;</td>
<td><input dojoType='dijit.form.TextBox' type="text" size="12" maxlength="12" name="id"/></td>
</tr>
- <tr>
+ <tr><td colspan='2'><b>&vandelay.export.or;</b></td></tr>
+ <tr class='export_tr_border'>
+ <td>&vandelay.export.bucket;</td>
+ <td><input dojoType='dijit.form.TextBox' type='text' name='containerid'/></td>
+ </tr>
+ <tr class='export_tr_border'>
<td>&vandelay.record.type;</td>
<td>
<select name="rectype" dojoType='dijit.form.FilteringSelect'>
@@ -58,4 +62,3 @@
</tr>
</table>
</form>
-</x>
Modified: trunk/Open-ILS/web/vandelay/vandelay.css
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.css 2008-10-09 02:41:14 UTC (rev 10800)
+++ trunk/Open-ILS/web/vandelay/vandelay.css 2008-10-09 13:20:48 UTC (rev 10801)
@@ -28,3 +28,5 @@
background: #d9e8f9;
border: 1px solid red;
}
+
+.export_tr_border td { border-top: 1px solid #808080; }
More information about the open-ils-commits
mailing list