[open-ils-commits] r10530 - trunk/Open-ILS/web/vandelay
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 3 22:45:05 EDT 2008
Author: erickson
Date: 2008-09-03 22:45:03 -0400 (Wed, 03 Sep 2008)
New Revision: 10530
Modified:
trunk/Open-ILS/web/vandelay/vandelay.html
Log:
minor cleanup/comment
Modified: trunk/Open-ILS/web/vandelay/vandelay.html
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.html 2008-09-04 02:43:30 UTC (rev 10529)
+++ trunk/Open-ILS/web/vandelay/vandelay.html 2008-09-04 02:45:03 UTC (rev 10530)
@@ -100,6 +100,8 @@
</table>
</form>
</div>
+
+ <!-- record queue grid -->
<div id='vl-queue-div' class='tall hidden'>
<h1>Record Queue</h1><br/>
<script>
@@ -147,7 +149,8 @@
</script>
<h1>Import Matches</h1></br>
<div>
- <button dojoType='dijit.form.Button' onclick='displayGlobalDiv("vl-queue-div");'>Back To Import Queue...</button>
+ <button dojoType='dijit.form.Button'
+ onclick='displayGlobalDiv("vl-queue-div");'>Back To Import Queue...</button>
</div>
<div class='tall'>
<div dojoType='dojox.Grid' jsId='vlMatchGrid'> </div>
@@ -159,7 +162,8 @@
<div id='vl-match-html-div' class='tall hidden'>
<h1>MARC Record</h1><br/>
<div>
- <button dojoType='dijit.form.Button' onclick='displayGlobalDiv("vl-match-div");'>Back To Matches...</button>
+ <button dojoType='dijit.form.Button'
+ onclick='displayGlobalDiv("vl-match-div");'>Back To Matches...</button>
</div>
<div>
<style>#vl-match-record-html td {padding:0px;}</style>
More information about the open-ils-commits
mailing list