[open-ils-commits] r10701 - trunk/Open-ILS/web/vandelay

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 25 14:17:56 EDT 2008


Author: erickson
Date: 2008-09-25 14:17:53 -0400 (Thu, 25 Sep 2008)
New Revision: 10701

Modified:
   trunk/Open-ILS/web/vandelay/vandelay.html
Log:
added a nice, friendly arrow to better indicate the "return to previous page" buttons

Modified: trunk/Open-ILS/web/vandelay/vandelay.html
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.html	2008-09-25 16:11:18 UTC (rev 10700)
+++ trunk/Open-ILS/web/vandelay/vandelay.html	2008-09-25 18:17:53 UTC (rev 10701)
@@ -274,7 +274,7 @@
             <h1>Import Matches</h1><br/>
             <div>
                 <button dojoType='dijit.form.Button' 
-                    onclick='displayGlobalDiv("vl-queue-div");'>Back To Import Queue...</button>
+                    onclick='displayGlobalDiv("vl-queue-div");'>&#x2196; Back To Import Queue</button>
                 <span style='padding-left:20px;'>
                     <input dojoType='dijit.form.CheckBox' jsId='vlOverlayTargetEnable' onclick='vlHandleOverlayTargetSelected'/> 
                     Overlay selected record with imported record
@@ -289,7 +289,7 @@
         <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-html-div' class='tall hidden'>
             <h1>MARC Record</h1><br/>
             <div>
-                <button id='vl-marc-html-done-button' dojoType='dijit.form.Button'>Return...</button>
+                <button id='vl-marc-html-done-button' dojoType='dijit.form.Button'>&#x2196; Return</button>
             </div>
             <div>
                 <style>#vl-marc-record-html td {padding:0px;}</style>



More information about the open-ils-commits mailing list