[open-ils-commits] r10017 - branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jul 11 14:40:55 EDT 2008


Author: erickson
Date: 2008-07-11 14:40:48 -0400 (Fri, 11 Jul 2008)
New Revision: 10017

Modified:
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html
Log:
also hide the approve button when not in "full" display mode

Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html	2008-07-10 13:04:10 UTC (rev 10016)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html	2008-07-11 18:40:48 UTC (rev 10017)
@@ -109,13 +109,13 @@
     <script>JUBGrid.showDetails = true;</script>
     <div id="${domprefix + '-container'}"
         dojoType="dijit.layout.ContentPane" sizeMin="20" sizeShare="50">
-% endif
         <div dojoType="dijit.layout.ContentPane"
              id=${domprefix+"-jub-buttonbar"}>
             <button dojoType="dijit.form.Button" onclick="JUBGrid.approveJUB">
                 ${_('Approve Selected Titles')}
             </button>
         </div>
+% endif
         <div structure='JUBGrid.jubGridLayout' jsid='${grid_jsid}' 
             dojoType='dojox.Grid' id="${domprefix + '-JUB-grid'}">
         </div>



More information about the open-ils-commits mailing list