Hello all,

Attached is a simple patch to fix the bookbag menu not showing up in Craftsman. 
 This patch is against the 1_6_0 branch.  All it does is ID the correct node 
for unhiding purposes.

Dan

=============================================
Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
   have the right to submit it under the open source license
   indicated in the file; or

(b) The contribution is based upon previous work that, to the best
   of my knowledge, is covered under an appropriate open source
   license and I have the right under that license to submit that
   work with modifications, whether created in whole or in part
   by me, under the same open source license (unless I am
   permitted to submit under a different license), as indicated
   in the file; or

(c) The contribution was provided directly to me by some other
   person who certified (a), (b) or (c) and I have not modified
   it.

(d) I understand and agree that this project and the contribution
   are public and that a record of the contribution (including all
   personal information I submit with it, including my sign-off) is
   maintained indefinitely and may be redistributed consistent with
   this project or the open source license(s) involved.

Signed-off-by: Daniel B. Wells (Calvin College)
=============================================

Index: Open-ILS/web/opac/skin/craftsman/xml/page_rdetail.xml
===================================================================
--- Open-ILS/web/opac/skin/craftsman/xml/page_rdetail.xml       (revision 16428)
+++ Open-ILS/web/opac/skin/craftsman/xml/page_rdetail.xml       (working copy)
@@ -53,8 +53,8 @@
                                                                        <a 
id='rdetail_place_hold'>&opac.holds.placeHold;</a>
                                                                </span>
                                                        </li>
-                                                       <li class='hide_me'>
-                                                               <span 
class='selectBox' id='rdetail_more_actions'>
+                                                       <li class='hide_me' 
id='rdetail_more_actions'>
+                                                               <span 
class='selectBox'>
                                                                        <select 
id='rdetail_more_actions_selector' style='max-width: 11em;'>
                                                                                
<option value='start'>&rdetail.more;</option>
                                                                                
<option disabled='disabled'>--------------</option>

Reply via email to