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

            Bug ID: 38718
           Summary: main container wrapper
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

On bug 38664 we are going to tidy the template file and so indent them
properly.

Most of our templates have the following structure:

<div class="main container-fluid">
    <div class="row">
        <div class="col-md-10 order-md-2 order-sm-1">
            <main>
                [% INCLUDE 'messages.inc' %]
                <!-- The content -->
            </main>
        </div>
        <div class="col-md-2 order-sm-2 order-md-1">
            <aside>
            </aside>
        </div>
    </div>
</div>

It would be useful to have a WRAPPER to avoid:
* errors (sometimes we see the two divs with the same order: sm-2)
* inconsistencies
* 4 indentation blocks (will be replaced with a single one)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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/

Reply via email to