commit/galaxy-central: jgoecks: Disable grid controls and content when new content is being fetched. Fixes #272
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/c6b9d40bdd0e/ changeset: c6b9d40bdd0e user: jgoecks date: 2011-06-08 18:46:11 summary: Disable grid controls and content when new content is being fetched. Fixes #272 affected #: 1 file (8 bytes) --- a/templates/grid_base.mako Wed Jun 08 12:10:51 2011 -0400 +++ b/templates/grid_base.mako Wed Jun 08 12:46:11 2011 -0400 @@ -689,7 +689,7 @@ width : 100%; height : 100%; z-index : 14000; - position : absolute; + position : fixed; display: none; } ## If page is displayed in panels, pad from edges for readability. @@ -708,6 +708,7 @@ <%namespace file="./grid_common.mako" import="*" /><%def name="make_grid( grid )"> + <div class="loading-elt-overlay"></div><table><tr><td width="75%">${self.render_grid_header( grid )}</td> @@ -769,9 +770,7 @@ if show_item_checkboxes or multiple_item_ops_exist: show_item_checkboxes = True %> - <form action="${url()}" method="post" onsubmit="return false;"> - <div class="loading-elt-overlay"></div><table id="grid-table" class="grid"><thead id="grid-table-header"><tr> 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