commit/galaxy-central: kanwei: Remove error icon in front of red datasets, since red clearly denotes fail already
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/aa55fc70f31e/ changeset: aa55fc70f31e branches: user: kanwei date: 2011-06-03 23:00:20 summary: Remove error icon in front of red datasets, since red clearly denotes fail already affected #: 1 file (36 bytes) --- a/templates/root/history_common.mako Fri Jun 03 16:46:14 2011 -0400 +++ b/templates/root/history_common.mako Fri Jun 03 17:00:20 2011 -0400 @@ -29,7 +29,6 @@ </div> %endif - ## Header row for history items (name, state, action buttons) <div style="overflow: hidden;" class="historyItemTitleBar"><div class="historyItemButtons"> @@ -70,7 +69,6 @@ <a class="icon-button delete tooltip" title="Delete" href="${h.url_for( action='delete', id=data.id, show_deleted_on_refresh=show_deleted_on_refresh )}" id="historyItemDeleter-${data.id}"></a> %endif </div> - <span class="state-icon"></span><span class="historyItemTitle">${hid}: ${data.display_name()}</span></div> @@ -192,7 +190,7 @@ ## icons. <div style="clear: both"></div> %endif - <div style="clear: both"></div> + <div style="clear: both"></div> %for display_app in data.datatype.get_display_types(): <% target_frame, display_links = data.datatype.get_display_links( data, display_app, app, request.base ) %> %if len( display_links ) > 0: 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