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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt (-3 / +6 lines)
Lines 29-43 Link Here
29
                </div>
29
                </div>
30
            [% END %]
30
            [% END %]
31
31
32
            [% IF ( OpacNav || OpacNavBottom  ) %]
32
            [% IF ( OpacNav ||  OpacNavBottom && OpacNavRight ) %]
33
                [% #  Three-column layout with right and left sidebars %]
33
                [% #  Three-column layout with right and left sidebars %]
34
                <div class="col-12 col-lg-7 order-md-1 maincontent">
34
                <div class="col-12 col-lg-7 order-md-1 maincontent">
35
            [% ELSIF ( OpacNavRight ) %]
35
            [% ELSIF ( OpacNavRight ) %]
36
                [% #  Two-column layout with right sidebar %]
36
                [% #  Two-column layout with right sidebar %]
37
                <div class="col-12 col-lg-9 order-md-1 maincontent">
37
                <div class="col-12 col-lg-9 order-md-1 maincontent">
38
            [% ELSIF ( OpacNav ||  OpacNavBottom  ) %]
39
                <div class="col-12 col-lg-10 order-md-1 maincontent">
40
            [% ELSE %]
41
                <div class="col order-md-1 maincontent">
38
            [% END %]
42
            [% END %]
39
43
40
                    <div id="registration-complete" class="maincontent">
44
                    <div id="registration-complete">
41
                        <h1>Registration complete!</h1>
45
                        <h1>Registration complete!</h1>
42
46
43
                        <p>You have successfully registered your new account.</p>
47
                        <p>You have successfully registered your new account.</p>
44
- 

Return to bug 35262