Skip to content

Commit

Permalink
clarify that web-based SCO URL is based on OPAC, not intranet
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
  • Loading branch information
gmcharlt authored and ncbaratta committed Jan 17, 2011
1 parent cb36e09 commit ef47d3a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions de/manual.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions el/manual.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions en/manual.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions es/manual.xml
Expand Up @@ -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
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions fr/manual.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pt/manual.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit ef47d3a

Please sign in to comment.