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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +1 lines)
Lines 331-337 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
331
    [% END %]
331
    [% END %]
332
    [% FOREACH lang_lis IN lang_list %]
332
    [% FOREACH lang_lis IN lang_list %]
333
        <optgroup label="[% lang_lis.language | html %]">
333
        <optgroup label="[% lang_lis.language | html %]">
334
            [% FOREACH location IN [ '', 'OpacNavRight', 'opacheader', 'OpacMainUserBlock' ] %]
334
            [% FOREACH location IN [ '', 'OpacNavRight', 'opacheader', 'OpacMainUserBlock', 'SelfRegistrationHead' ] %]
335
                [% IF ( location == '' ) %]
335
                [% IF ( location == '' ) %]
336
                    [% SET location_lang = lang_lis.language %]
336
                    [% SET location_lang = lang_lis.language %]
337
                    [% location = BLOCK %]OPAC news[% END %]
337
                    [% location = BLOCK %]OPAC news[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +8 lines)
Lines 6-11 Link Here
6
[% USE Branches %]
6
[% USE Branches %]
7
[% USE KohaDates %]
7
[% USE KohaDates %]
8
[% USE Math %]
8
[% USE Math %]
9
[% USE KohaNews %]
10
[% SET SelfRegistrationHead = KohaNews.get( location => "SelfRegistrationHead", lang => lang, library => branchcode ) %]
9
[% SET userupdateview = 1 %]
11
[% SET userupdateview = 1 %]
10
[% BLOCK streetnumber %]
12
[% BLOCK streetnumber %]
11
    [% UNLESS hidden.defined('streetnumber') %]
13
    [% UNLESS hidden.defined('streetnumber') %]
Lines 60-65 Link Here
60
                    <div id="add-account">
62
                    <div id="add-account">
61
                [% END %]
63
                [% END %]
62
64
65
                [% IF ( SelfRegistrationHead ) && action != 'edit' %]
66
                    <div id="selfregistrationheader">
67
                        [% PROCESS koha_news_block news => SelfRegistrationHead %]
68
                    </div>
69
                [% END %]
70
63
                [% IF action == 'edit' %]
71
                [% IF action == 'edit' %]
64
                    [% UNLESS OPACPatronDetails %]
72
                    [% UNLESS OPACPatronDetails %]
65
                        <div class="alert alert-info">To make changes to your record please contact the library.</div>
73
                        <div class="alert alert-info">To make changes to your record please contact the library.</div>
66
- 

Return to bug 25100