View | Details | Raw Unified | Return to bug 16188
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +1 lines)
Lines 129-135 Patrons: Link Here
129
     -
129
     -
130
         - "Use the SMS::Send::"
130
         - "Use the SMS::Send::"
131
         - pref: SMSSendDriver
131
         - pref: SMSSendDriver
132
         - driver to send SMS messages.
132
         - driver to send SMS messages. <em>(<a href="//lists.katipo.co.nz/pipermail/koha/2016-April/045114.html">Do not set this</a> to 'Email' if you are in India)</em><br/>
133
         - "Define a username/login"
133
         - "Define a username/login"
134
         - pref: SMSSendUsername
134
         - pref: SMSSendUsername
135
         - "and a password"
135
         - "and a password"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-2 / +2 lines)
Lines 55-61 Link Here
55
                [% ELSE %]
55
                [% ELSE %]
56
56
57
                    <div class="dialog message">
57
                    <div class="dialog message">
58
                        There are no SMS cellular providers defined.
58
                        There are no SMS cellular providers defined.<br/><br/>
59
                        <em>This feature <a href="//lists.katipo.co.nz/pipermail/koha/2016-April/045114.html">does not work</a> if you are in India</em>
59
                    </div>
60
                    </div>
60
61
61
                [% END %]
62
                [% END %]
62
- 

Return to bug 16188