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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt (-15 / +15 lines)
Lines 129-151 Link Here
129
                    </div> <!-- /#library_info -->
129
                    </div> <!-- /#library_info -->
130
130
131
                [% ELSE %]
131
                [% ELSE %]
132
                    <h2>[% IF ( singleBranchMode ) %]Library[% ELSE %]Libraries[% END %]</h2>
132
                    <div id="library_info" class="maincontent">
133
                        <h2>[% IF ( singleBranchMode ) %]Library[% ELSE %]Libraries[% END %]</h2>
133
134
134
                    [% FOREACH library IN libraries %]
135
                        [% FOREACH library IN libraries %]
135
                        <h3 property="name">
136
                            <h3 property="name">
136
                            [% IF ( libraries.count > 1 ) %]
137
                                [% IF ( libraries.count > 1 ) %]
137
                                <a href="/cgi-bin/koha/opac-library.pl?branchcode=[% library.branchcode | url %]">[% library.branchname | html %]</a>
138
                                    <a href="/cgi-bin/koha/opac-library.pl?branchcode=[% library.branchcode | url %]">[% library.branchname | html %]</a>
138
                            [% ELSE %]
139
                                [% ELSE %]
139
                                [% library.branchname | html %]
140
                                    [% library.branchname | html %]
141
                                [% END %]
142
                            </h3>
143
                            [% PROCESS library_info %]
144
                            <hr>
145
                            [% IF ( libraries.count == 1 ) %]
146
                                [% PROCESS library_description %]
140
                            [% END %]
147
                            [% END %]
141
                        </h3>
142
                        [% PROCESS library_info %]
143
                        <hr>
144
                        [% IF ( libraries.count == 1 ) %]
145
                            [% PROCESS library_description %]
146
                        [% END %]
148
                        [% END %]
147
                    [% END %]
149
                    </div>
148
149
                [% END %]
150
                [% END %]
150
151
151
        </div> <!-- /.row-fluid -->
152
        </div> <!-- /.row-fluid -->
152
- 

Return to bug 22807