https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36150
--- Comment #2 from Pedro Amorim <[email protected]> --- git show -w <patch_hash>: @@ -23,9 +23,11 @@ [% END #/ WRAPPER sub-header.inc %] <div class="main container-fluid"> + <div class="row"> + <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> + [% INCLUDE 'messages.inc' %] <h1>Circulation</h1> - [% INCLUDE 'messages.inc' %] <div class="row"> @@ -180,5 +182,7 @@ </div> </div> </div> + </div> + </div> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
