[open-ils-commits] r10977 - in branches/rel_1_4/Open-ILS/web: opac/locale/en-US vandelay vandelay/inc
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 29 13:33:19 EDT 2008
Author: erickson
Date: 2008-10-29 13:33:13 -0400 (Wed, 29 Oct 2008)
New Revision: 10977
Modified:
branches/rel_1_4/Open-ILS/web/opac/locale/en-US/vandelay.dtd
branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml
branches/rel_1_4/Open-ILS/web/vandelay/vandelay.css
branches/rel_1_4/Open-ILS/web/vandelay/vandelay.xml
Log:
showing summary totals along the top and better queue name display. added some padding in various places to reduce general funkiness
Modified: branches/rel_1_4/Open-ILS/web/opac/locale/en-US/vandelay.dtd
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/locale/en-US/vandelay.dtd 2008-10-29 17:21:54 UTC (rev 10976)
+++ branches/rel_1_4/Open-ILS/web/opac/locale/en-US/vandelay.dtd 2008-10-29 17:33:13 UTC (rev 10977)
@@ -101,3 +101,6 @@
<!ENTITY vandelay.export.field_no_hint "(starting from 0)">
<!ENTITY vandelay.export.bucket "Record Bucket ID">
<!ENTITY vandelay.select_actions "-- Actions --">
+<!ENTITY vandelay.queue.total "Total:">
+<!ENTITY vandelay.queue.imported "Imported:">
+
Modified: branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml
===================================================================
--- branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml 2008-10-29 17:21:54 UTC (rev 10976)
+++ branches/rel_1_4/Open-ILS/web/vandelay/inc/queue.xml 2008-10-29 17:33:13 UTC (rev 10977)
@@ -1,8 +1,14 @@
-<h1>&vandelay.record.queue;</h1><br/>
-<div>
- <span style='font-size:105%;' id='vl-queue-summary-name'/>
- <span id='vl-queue-summary-import-count'/> / <span id='vl-queue-summary-total-count'/>
-</div>
+<table class='wide'>
+ <tr>
+ <td align='left'>
+ <h1>&vandelay.record.queue; <span style='font-style:italic;' id='vl-queue-summary-name'/></h1><br/>
+ </td>
+ <td align='right'>
+ &vandelay.queue.total; <span style='font-weight:bold;' id='vl-queue-summary-total-count'/>
+ &vandelay.queue.imported; <span style='font-weight:bold;' id='vl-queue-summary-import-count'/>
+ </td>
+ </tr>
+</table>
<script>
var vlQueueGridLayout;
function resetVlQueueGridLayout() {
@@ -28,7 +34,7 @@
<div id='vl-queue-div-grid' class='tall' dojoType="dijit.layout.ContentPane" layoutAlign='client'>
<!-- column picker dialog -->
- <div dojoType="dijit.Dialog" jsId='vlQueueGridColumePickerDialog' title="Column Picker" execute="alert(2);">
+ <div dojoType="dijit.Dialog" jsId='vlQueueGridColumePickerDialog' title="Column Picker">
<table class='form_table'>
<thead>
<tr><th width='33%'>&vandelay.column;</th>
@@ -113,7 +119,7 @@
<span style='padding-right:10px;'>
<a href='javascript:void(0);' onclick='vlQueueGridNextPage();'>&vandelay.next.page; »</a>
</span>
- <span style='background:#e8e1cf;padding:3px 0px 0px 6px;-moz-border-radius:6px 0px 0px 0px;'>
+ <span style='background:#e8e1cf;padding:3px 2px 2px 6px;-moz-border-radius:6px 0px 0px 0px;'>
<a href='javascript:void(0);' onclick='vlQueueGridColumePickerDialog.show();'>&vandelay.select.cols;</a>
</span>
</td>
Modified: branches/rel_1_4/Open-ILS/web/vandelay/vandelay.css
===================================================================
--- branches/rel_1_4/Open-ILS/web/vandelay/vandelay.css 2008-10-29 17:21:54 UTC (rev 10976)
+++ branches/rel_1_4/Open-ILS/web/vandelay/vandelay.css 2008-10-29 17:33:13 UTC (rev 10977)
@@ -5,6 +5,7 @@
html,body { width:100%; height:100%; border:0; margin:0; padding:0; }
table { border-collapse: collapse; }
table.dijitTooltipTable { border-collapse: separate; }
+.content { padding: 5px; }
.form_table td { padding: 6px; }
.small_form_table td { padding: 1px; }
.match_div {
Modified: branches/rel_1_4/Open-ILS/web/vandelay/vandelay.xml
===================================================================
--- branches/rel_1_4/Open-ILS/web/vandelay/vandelay.xml 2008-10-29 17:21:54 UTC (rev 10976)
+++ branches/rel_1_4/Open-ILS/web/vandelay/vandelay.xml 2008-10-29 17:33:13 UTC (rev 10977)
@@ -34,26 +34,26 @@
<div dojoType="dijit.layout.ContentPane" layoutAlign='client'>
<!--#include virtual="inc/progress.xml"-->
</div>
- <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-export-div' class='hidden'>
+ <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-export-div' class='hidden content'>
<!--#include virtual="inc/export.xml"-->
</div>
- <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-upload-div' class='hidden'>
+ <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-upload-div' class='hidden content'>
<!--#include virtual="inc/upload.xml"-->
</div>
- <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-queue-div' class='tall hidden'>
+ <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-queue-div' class='tall hidden content'>
<!--#include virtual="inc/queue.xml"-->
</div>
- <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-match-div' class='tall hidden'>
+ <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-match-div' class='tall hidden content'>
<!--#include virtual="inc/matches.xml"-->
</div>
- <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-html-div' class='tall hidden'>
+ <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-html-div' class='tall hidden content'>
<!--#include virtual="inc/marchtml.xml"-->
</div>
- <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-queue-select-div' class='tall hidden'>
+ <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-queue-select-div' class='tall hidden content'>
<!--#include virtual="inc/queueselect.xml"-->
</div>
<div dojoType="dijit.layout.ContentPane" layoutAlign="client" id="vl-attr-editor-div"
- class='hidden attr-editor-detail-content-pane' title='&vandelay.edit.attrs;'>
+ class='hidden attr-editor-detail-content-pane content' title='&vandelay.edit.attrs;'>
<!--#include virtual="inc/attrs.xml"-->
</div>
</div>
More information about the open-ils-commits
mailing list