[Koha-patches] [PATCH] [KOHA MANUAL] clarify that web-based SCO URL is based on OPAC, not intranet

Galen Charlton gmcharlt at gmail.com
Mon Jan 17 17:59:36 CET 2011


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 de/manual.xml |    4 ++--
 el/manual.xml |    4 ++--
 en/manual.xml |    4 ++--
 es/manual.xml |    4 ++--
 fr/manual.xml |    4 ++--
 pt/manual.xml |    4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/de/manual.xml b/de/manual.xml
index 00db2d6..119ff81 100644
--- a/de/manual.xml
+++ b/de/manual.xml
@@ -18186,7 +18186,7 @@
 
       <programlisting>$(document).ready(function(){ $("#login
       #submit").parent().after("&lt;p&gt;&lt;a
-      href=\"http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl\"
+      href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
 
       <para>The link will then appear at the bottom of the log in page:</para>
@@ -18202,7 +18202,7 @@
       </screenshot>
 
       <para>You can also access this module by going to :
-      http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl</para>
+      http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
 
       <para>When on the self checkout page you will be asked to enter your
       patron card number:</para>
diff --git a/el/manual.xml b/el/manual.xml
index 437baf9..39a6e95 100644
--- a/el/manual.xml
+++ b/el/manual.xml
@@ -18186,7 +18186,7 @@
 
       <programlisting>$(document).ready(function(){ $("#login
       #submit").parent().after("&lt;p&gt;&lt;a
-      href=\"http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl\"
+      href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
 
       <para>The link will then appear at the bottom of the log in page:</para>
@@ -18202,7 +18202,7 @@
       </screenshot>
 
       <para>You can also access this module by going to :
-      http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl</para>
+      http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
 
       <para>When on the self checkout page you will be asked to enter your
       patron card number:</para>
diff --git a/en/manual.xml b/en/manual.xml
index a975097..805f7f5 100644
--- a/en/manual.xml
+++ b/en/manual.xml
@@ -18237,7 +18237,7 @@
 
       <programlisting>$(document).ready(function(){ $("#login
       #submit").parent().after("&lt;p&gt;&lt;a
-      href=\"http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl\"
+      href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
 
       <para>The link will then appear at the bottom of the log in page:</para>
@@ -18253,7 +18253,7 @@
       </screenshot>
 
       <para>You can also access this module by going to :
-      http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl</para>
+      http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
 
       <para>When on the self checkout page you will be asked to enter your
       patron card number:</para>
diff --git a/es/manual.xml b/es/manual.xml
index e95d49d..fc4a98e 100644
--- a/es/manual.xml
+++ b/es/manual.xml
@@ -15533,7 +15533,7 @@
       intranetuserjs </link> preferencia del sistema.</para>
 
       <programlisting>
-                        $(document).ready(function(){ $("#login #submit").parent().after("&lt;p&gt;&lt;a href=\"http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl\" target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); });
+                        $(document).ready(function(){ $("#login #submit").parent().after("&lt;p&gt;&lt;a href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\" target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); });
                   </programlisting>
 
       <para>El enlace aparecerá entonces en la parte inferior de la página de
@@ -15551,7 +15551,7 @@
       </screenshot>
 
       <para>También puede acceder a este módulo yendo a:
-      http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl</para>
+      http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
 
       <para>Cuando esté an la página de autropréstamo se le pedirá que
       introduzca su número de carnet de socio:</para>
diff --git a/fr/manual.xml b/fr/manual.xml
index be2db1b..c7a0d78 100644
--- a/fr/manual.xml
+++ b/fr/manual.xml
@@ -12859,7 +12859,7 @@
 
       <programlisting>$(document).ready(function(){ $("#login
       #submit").parent().after("&lt;p&gt;&lt;a
-      href=\"http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl\"
+      href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
 
       <para>The link will then appear at the bottom of the log in page:</para>
@@ -12875,7 +12875,7 @@
       </screenshot>
 
       <para>You can also access this module by going to :
-      http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl</para>
+      http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
 
       <para>When on the self checkout page you will be asked to enter your
       patron card number:</para>
diff --git a/pt/manual.xml b/pt/manual.xml
index 9142d3c..11471d1 100644
--- a/pt/manual.xml
+++ b/pt/manual.xml
@@ -18186,7 +18186,7 @@
 
       <programlisting>$(document).ready(function(){ $("#login
       #submit").parent().after("&lt;p&gt;&lt;a
-      href=\"http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl\"
+      href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
 
       <para>The link will then appear at the bottom of the log in page:</para>
@@ -18202,7 +18202,7 @@
       </screenshot>
 
       <para>You can also access this module by going to :
-      http://YOUR_KOHA_URL/cgi-bin/koha/sco/sco-main.pl</para>
+      http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
 
       <para>When on the self checkout page you will be asked to enter your
       patron card number:</para>
-- 
1.7.2.3



More information about the Koha-patches mailing list