commit/galaxy-central: jgoecks: Fix class assignment for links/menus/popups in grids.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/0cffe389e1b3/ changeset: 0cffe389e1b3 user: jgoecks date: 2012-04-25 04:57:56 summary: Fix class assignment for links/menus/popups in grids. affected #: 1 file diff -r af3265876bc3714d1768169d1f84eea358405c2b -r 0cffe389e1b3470e18494fb21491e75989282b97 templates/grid_base.mako --- a/templates/grid_base.mako +++ b/templates/grid_base.mako @@ -804,10 +804,10 @@ id = 'grid-%d-popup' % i # Determine appropriate class cls = "" - if column.attach_popup or href: + if column.attach_popup: cls = "menubutton" - if column.attach_popup and href: - cls = "menubutton split" + if href: + cls += " split" %><td ${nowrap}> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket