http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12806
--- Comment #10 from David Cook <[email protected]> --- Comment on attachment 31068 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31068 Koha as a CMS patch for bootstrap OPAC theme Review of attachment 31068: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12806&attachment=31068) ----------------------------------------------------------------- At a glance, we've implemented this in a very different way. We might want to add lots more IDs and classes so that libraries can have more control of what they hide/show on these extra pages. Most libraries we have don't want to see news, quotes, login boxes, etc on their "pages". ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/pages.tt @@ +45,5 @@ > + </div> > + </div> > + [% END %] > + > + [% IF ( page_test ) %]<div id="opacmainuserblock">[% page_test > %]</div>[% END %] Might a better variable name be "page_text" rather than "page_test"? -- 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/
