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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #183679|0                           |1
        is obsolete|                            |

--- Comment #10 from David Nind <[email protected]> ---
Created attachment 191009
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191009&action=edit
Bug 39780: Update library groups form to use grid layout

This patch updates the library groups page to convert forms to use the
grid layout introduced in Bug 39483. Some changes are made the global
form-grid CSS:

- Use container queries rather than media queries to control the
  responsive behavior of forms using the grid
- Add ".input-md" and ".input-sm" classes to be used when a form's
  <input> corresponds to a database column which is smaller. In this
  case:
    ".input-sm" for the row containing branches.branchcode (varchar 10)
    ".input-md" for the row containing branches.branchzip (varchar 25)
  - These classes have been added to branches.tt

The library groups template has been updated with the new form grid
markup.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Administration -> Libraries -> New library
  - In the entry form, most form fields should equally wide.
  - The library zipcode, IP, and MARC organization code fields should be
    narrower.
  - The library code field should be narrowest.
- Go to Administration -> Library groups -> New group. The "Add group"
  form should be laid out vertically.
  - Also test the form shown when editing a group.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <[email protected]>

-- 
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