[Koha-bugs] [Bug 32067] New: [OMNIBUS] Consistent classes for submit and/or primary buttons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 2 12:06:57 CET 2022


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

            Bug ID: 32067
           Summary: [OMNIBUS] Consistent classes for submit and/or primary
                    buttons
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org

Koha has long had a style applied broadly to input tags of type input, button,
and reset. We have not been consistently moving to use the Bootstrap
"btn-primary" class. Now that the staff interface has a more specific style for
this kind of button it would be good to move to using the "btn-primary" class
everywhere and eventually phase out the style applied to all kinds of input
buttons.

Before:

<input type="submit" value="Search" />

After:

<input type="submit" class="btn btn-primary" value="Search" />

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list