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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc (-4 lines)
Lines 1-10 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<!-- snippet for form to set borrower and patron category messaging preferences -->
2
<!-- snippet for form to set borrower and patron category messaging preferences -->
3
3
4
<script>
5
    var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %];
6
    var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %];
7
</script>
8
<input type="hidden" name="modify" value="yes" />
4
<input type="hidden" name="modify" value="yes" />
9
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
5
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
10
  <table>
6
  <table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (+4 lines)
Lines 733-738 Link Here
733
     </div> <!-- /.row -->
733
     </div> <!-- /.row -->
734
734
735
[% MACRO jsinclude BLOCK %]
735
[% MACRO jsinclude BLOCK %]
736
    <script>
737
        var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %];
738
        var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %];
739
    </script>
736
    [% Asset.js("js/admin-menu.js") | $raw %]
740
    [% Asset.js("js/admin-menu.js") | $raw %]
737
    [% Asset.js("js/messaging-preference-form.js") | $raw %]
741
    [% Asset.js("js/messaging-preference-form.js") | $raw %]
738
    [% INCLUDE 'calendar.inc' %]
742
    [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +3 lines)
Lines 1931-1936 legend:hover { Link Here
1931
        [% END %]
1931
        [% END %]
1932
        $("#guarantor_template").hide();
1932
        $("#guarantor_template").hide();
1933
1933
1934
        var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %];
1935
        var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %];
1936
1934
    </script>
1937
    </script>
1935
    [% Asset.js("js/members.js") | $raw %]
1938
    [% Asset.js("js/members.js") | $raw %]
1936
    [% Asset.js("js/messaging-preference-form.js") | $raw %]
1939
    [% Asset.js("js/messaging-preference-form.js") | $raw %]
1937
- 

Return to bug 32655