rename to IntranetUserJS
authorNicole C. Engard <nengard@gmail.com>
Mon, 31 Aug 2015 19:49:12 +0000 (14:49 -0500)
committerNicole C. Engard <nengard@gmail.com>
Mon, 31 Aug 2015 19:49:12 +0000 (14:49 -0500)
en/manual.xml

index 2314ede..77a8f8b 100644 (file)
@@ -14083,7 +14083,7 @@ location: [STAFF, ISO]</programlisting>Will block items with an itype code of
           </section>
 
           <section id="intranetuserjs">
-            <title>intranetuserjs</title>
+            <title>IntranetUserJS</title>
 
             <para>Asks: Include the following JavaScript on all pages in the
             staff interface</para>
@@ -30026,9 +30026,8 @@ location: [STAFF, ISO]</programlisting>Will block items with an itype code of
         client logged into a computer all day</para>
       </note>
 
-      <para>There is no link to the Self Checkout module, but a simple
-      addition to the <link linkend="intranetuserjs">intranetuserjs</link>
-      system preference can add one.</para>
+      <para>There is no link to the Self Checkout module, but a simple addition to the <link
+          linkend="intranetuserjs">IntranetUserJS</link> system preference can add one.</para>
 
       <programlisting>$(document).ready(function(){ $("#login
       #submit").parent().after("&lt;p&gt;&lt;a
@@ -51183,7 +51182,7 @@ import_mode: direct</programlisting></para>
       <para>Finally you'll want to add the following JQuery to your
       preferences so that it will relabel 'Collection' to 'Color'</para>
 
-      <para><link linkend="intranetuserjs">intranetuserjs</link></para>
+      <para><link linkend="intranetuserjs">IntranetUserJS</link></para>
 
       <programlisting>$(document).ready(function(){
     $("#advsearch-tab-ccode a:contains('Collection')").text("Color");