[Koha-bugs] [Bug 9302] Add ability to merge patron records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 17 15:47:52 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302

--- Comment #40 from Owen Leonard <oleonard at myacpl.org> ---
> 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.


More information about the Koha-bugs mailing list