[Koha-bugs] [Bug 9766] Remove YUI menu on budget planning page in favor of different column-hiding system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 24 14:38:17 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9766

Owen Leonard <oleonard at myacpl.org> changed:

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

--- Comment #8 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 17646
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17646&action=edit
Bug 9766 - Remove YUI menu on budget planning page in favor of different
column-hiding system

The budget planning table previously used a YUI menu as part of a
system for hiding and showing table columns. Instead of trying
to convert that sytem to Bootstrap I have used code from the
batch modification/deletion pages which uses a list of checkboxes
to show and hide table columns. This has the advantage of giving
the user visual feedback of what columns are hidden and of offering the
user an interface which is familiar from other pages.

This patch also moves CSS from a batch-operations-specific
CSS file into the main CSS file. Batch modification templates have been
modified accordingly.

To test, view the budget planning page and choose different
"plan by" options (by month, by library, by item type). Test
the show/hide action on each individual column and using the
"show all" and "hide all" checkboxes.

Signed-off-by: David Cook <dcook at prosentient.com.au>

Works as described.

This interface is also much more visually appealing, user-friendly, and
informative than it was when it used the YUI menu.

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


More information about the Koha-bugs mailing list