https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302
--- Comment #40 from Owen Leonard <[email protected]> --- > 10. Not sure about that part, I am going to ping Owen: > 60 <div id="doc2" class="yui-t7"> > 61 <div id="bd"> > 62 <div id="yui-main"> I recommend this be replaced with: <div class="main container-fluid"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> I'll work on updating the interface patterns page (https://wiki.koha-community.org/wiki/Interface_patterns#Page_layouts) on the wiki. Please also move the JavaScript block to the footer. At the top of the page: [% SET footerjs = 1 %] Just before [% INCLUDE 'intranet-bottom.inc' %]: [% MACRO jsinclude BLOCK %] ...your <script> [% END %] Note that you should leave off the script "type" attribute, and the "//<![CDATA[" markers are now obsolete. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
