<font size="2"><font face="verdana,sans-serif">Hi Elaine,<br><br></font></font><font size="2"><font face="verdana,sans-serif">Here&#39;s a script I found which lets you</font></font><font size="2"><font face="verdana,sans-serif"> use the system preference &quot;opacuserjs&quot; to rename the cart function. This script below changes &quot;Cart&quot; to &quot;Book Bag&quot; but you can use choose any other label:<br>

<br>$(&quot;a.addtocart&quot;).text(&#39;Add to Book Bag&#39;);<br><br>// redefining messages to use &quot;book bag&quot;<br>MSG_BASKET_EMPTY = _(&quot;Your book bag is currently empty&quot;);<br>MSG_RECORD_IN_BASKET = _(&quot;This item is already in your book bag&quot;);<br>

MSG_RECORD_ADDED = _(&quot;This item has been added to your book bag&quot;);<br>MSG_NRECORDS_ADDED = _(&quot; item(s) added to your book bag&quot;);<br>MSG_NRECORDS_IN_BASKET = _(&quot;already in your book bag&quot;);<br>

MSG_NO_RECORD_ADDED = _(&quot;No item was added to your book bag&quot;);<br>MSG_CONFIRM_DEL_BASKET = _(&quot;Are you sure you want to empty your book bag?&quot;);<br><br>  $(&quot;.container &gt; h1:contains(&#39;Your Cart&#39;)&quot;).html(&quot;Your Book Bag&quot;);<br>

  $(&quot;span.addto&quot;).click( function(){<br>     $(&quot;select#addto &gt; option:contains(&#39;Cart&#39;)&quot;).html(&quot;Book Bag&quot;);<br>  });<br><br>top_button_convert = function() {<br>  basketcount = $(&quot;#basketcount&quot;).html();<br>

  $(&quot;#cartmenulink&quot;).html(<br>&#39;&lt;i&gt;&lt;/i&gt;&lt;span&gt;&lt;i&gt;&lt;/i&gt;&lt;span&gt;&lt;/span&gt;&lt;img src=&quot;/opac-tmpl/prog/images/cart.gif&quot; width=&quot;14&quot; height=&quot;14&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt; Book Bag&lt;span id=&quot;basketcount&quot;&gt;&#39; + basketcount + &#39;&lt;/span&gt;&lt;/span&gt;&#39;<br>

  );<br>};<br>  top_button_convert(); // run once <br>  $(&quot;a.addtocart&quot;).click( function(){<br>     top_button_convert();  // run on given clicks<br>  });<br> <br><br>You need to enter the above script between the following beginning and opening lines:<br>

<br></font></font><span style="font-family: verdana,sans-serif;">$(document).ready(function(){</span><br style="font-family: verdana,sans-serif;"><br style="font-family: verdana,sans-serif;"><br style="font-family: verdana,sans-serif;">

<span style="font-family: verdana,sans-serif;">});</span><br clear="all"><br><br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">There may be a way to use Jquery to hide the actual Cart button but I don&#39;t have any scripts that do this. </span><br style="font-family: verdana,sans-serif;">

<br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">Bev</span><br><br>* * * * <br>Beverly Church <br>LibLime Project Manager<br><br>phone: 1-888-564-2457 ext. 717 <br>            1-301-654-8088 ext. 292<br>

email: <a href="mailto:bchurch@liblime.com" target="_blank">bchurch@liblime.com</a><br>skype: beverlychurch<br>
<br><br><div class="gmail_quote">On Thu, Nov 25, 2010 at 5:29 AM, Elaine Bradtke <span dir="ltr">&lt;<a href="mailto:eb@efdss.org">eb@efdss.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

We are in the process of fine tuning the OPAC display, and have an<br>
outside web designer providing a &#39;skin&#39; in the house style so it<br>
matches the rest of the Society&#39;s web sites.<br>
Having learned html back in the dark ages, I&#39;m not yet up to speed on<br>
css.  I&#39;m not even sure which parts are governed by the skin and which<br>
are internal koha stylesheets.<br>
Is this spelled out somewhere?<br>
<br>
My boss has taken an extreme dislike to the &#39;cart&#39; button.  He would<br>
like it removed, or at least called something else (still pondering<br>
about what to change it to).<br>
I have experimented with them both, and there seems to be very little<br>
difference between the cart function and the list function.  Am I<br>
wrong in this?<br>
<br>
Has anyone switched it off, or changed the name of the button?<br>
--<br>
Elaine Bradtke<br>
Data Wrangler<br>
VWML<br>
English Folk Dance and Song Society | <a href="http://www.efdss.org" target="_blank">http://www.efdss.org</a><br>
Cecil Sharp House, 2 Regent&#39;s Park Road, London NW1 7AY<br>
Tel    +44 (0) 20 7485 2206 ext 36<br>
--------------------------------------------------------------------------<br>
Registered Company No. 297142<br>
Charity Registered in England and Wales No. 305999<br>
---------------------------------------------------------------------------<br>
&quot;Writing about music is like dancing about architecture&quot;<br>
--Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)<br>
_______________________________________________<br>
Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</blockquote></div><br>