[Koha-bugs] [Bug 14544] Move the list related code to Koha::Virtualshelves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 25 14:47:05 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14544

--- Comment #70 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
4/
I've noticed that when editing a list, the HTML warnings show there are 2
useless ending div tags.

I think the correction is :

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
index 245a8dd..e5c40db 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
@@ -705,13 +705,13 @@
                                     <p>No private lists.</p>
                                 [% END %]
                             [% END %]
+                        </div>
+                    </div>
                         [% ELSIF NOT loggedinusernumber %]
                             [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
                                 <div class="alert alert-info"><a
href="/cgi-bin/koha/opac-user.pl">Log in</a> to create new lists.</div>
                             [% END %]
                         [% END  # IF loggedinusername %]
-                        </div>
-                    </div>
                 </div> <!-- / #usershelves -->
                 </div> <!-- / .span10/12 -->
       </div> <!-- / .row-fluid -->

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list