update SMSSendDriver
authorNicole C. Engard <nengard@gmail.com>
Wed, 6 Apr 2016 13:48:41 +0000 (08:48 -0500)
committerNicole C. Engard <nengard@gmail.com>
Wed, 6 Apr 2016 13:48:41 +0000 (08:48 -0500)
en/manual.xml

index bf8ce1a..f9a6287 100644 (file)
@@ -12989,41 +12989,49 @@ location: [STAFF, ISO]</programlisting>Will block items with an itype code of
             <title> SMSSendDriver, SMSSendUsername, and SMSSendPassword </title>
             <para>Asks: Use the SMS::Send:: ___ driver to send SMS messages. Define a username/login
               ___ and a password ___.</para>
-            <para>There are two options for using SMS in Koha.  You can use the Email protocol for
-              free by entering 'Email' as the SMSSendDriver or you can pay for a SMS driver.  Some
-              examples of values for the driver are:</para>
-            <itemizedlist>
-              <listitem>
-                <para>SMS::Send::Us::Ipipi</para>
-              </listitem>
-              <listitem>
-                <para>SMS::Send::US::TMobile</para>
-              </listitem>
-              <listitem>
-                <para>SMS::Send::US::Verizon</para>
-              </listitem>
-              <listitem>
-                <para>SMS::Send::IN::Unicel</para>
-              </listitem>
-            </itemizedlist>
-            <para>Additional values can be found here: <ulink
-                url="http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all"
-                >http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all </ulink></para>
-            <important>
-              <para>Only drivers available as Perl modules will work in this preference, so make
-                sure a Perl module is available before choosing an SMS service.</para>
-            </important>
-            <para>Once a driver is entered in the preference an option will appear in the staff
-              client and the OPAC on the patron messaging form to choose to receive messages as
-              SMS</para>
-            <screenshot>
-              <screeninfo>SMSSendDriver Options</screeninfo>
-              <mediaobject>
-                <imageobject>
-                  <imagedata fileref="images/admin/globalprefs/SMSSendDriver.png"/>
-                </imageobject>
-              </mediaobject>
-            </screenshot>
+            <para><important>
+                <para> Please refer to your national laws concerning the sending of bulk SMS
+                  messages before enabling this feature.</para>
+              </important>Descritpion:<itemizedlist>
+                <listitem>
+                  <para>There are two options for using SMS in Koha. You can use the Email protocol
+                    for free by entering 'Email' as the SMSSendDriver or you can pay for a SMS
+                    driver. Some examples of values for the driver are:</para>
+                  <itemizedlist>
+                    <listitem>
+                      <para>SMS::Send::Us::Ipipi</para>
+                    </listitem>
+                    <listitem>
+                      <para>SMS::Send::US::TMobile</para>
+                    </listitem>
+                    <listitem>
+                      <para>SMS::Send::US::Verizon</para>
+                    </listitem>
+                    <listitem>
+                      <para>SMS::Send::IN::Unicel</para>
+                    </listitem>
+                  </itemizedlist>
+                  <para>Additional values can be found here: <ulink
+                      url="http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all"
+                      >http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all
+                    </ulink></para>
+                  <important>
+                    <para>Only drivers available as Perl modules will work in this preference, so
+                      make sure a Perl module is available before choosing an SMS service.</para>
+                  </important>
+                  <para>Once a driver is entered in the preference an option will appear in the
+                    staff client and the OPAC on the patron messaging form to choose to receive
+                    messages as SMS</para>
+                  <screenshot>
+                    <screeninfo>SMSSendDriver Options</screeninfo>
+                    <mediaobject>
+                      <imageobject>
+                        <imagedata fileref="images/admin/globalprefs/SMSSendDriver.png"/>
+                      </imageobject>
+                    </mediaobject>
+                  </screenshot>
+                </listitem>
+              </itemizedlist></para>
             <important>
               <para>You must allow <link linkend="EnhancedMessagingPreferences"
                   >EnhancedMessagingPreferences</link> for this to work.</para>