commit/galaxy-central: guerler: Unused overlay in visualization mako
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/267d294711e9/ Changeset: 267d294711e9 User: guerler Date: 2013-08-20 17:44:35 Summary: Unused overlay in visualization mako Affected #: 1 file diff -r 6e148e87d81925bb0b920e9e66c87cda0bd358c5 -r 267d294711e9f72dcfbff842ce263a1050be058f templates/webapps/galaxy/galaxy.panels.mako --- a/templates/webapps/galaxy/galaxy.panels.mako +++ b/templates/webapps/galaxy/galaxy.panels.mako @@ -12,7 +12,6 @@ 'left_panel' : False, 'right_panel' : False, 'message_box' : False, - 'overlay' : False, ## root 'root' : h.url_for("/"), @@ -158,16 +157,12 @@ </%def> ## overlay -<%def name="overlay( title='', content='', visible=False )"> +<%def name="overlay( title='', content='')"><%def name="title()"></%def><%def name="content()"></%def><% - if visible: - display = "style='display: block;'" - overlay_class = "in" - else: - display = "style='display: none;'" - overlay_class = "" + display = "style='display: none;'" + overlay_class = "" %><div id="overlay" ${display}> @@ -227,7 +222,7 @@ %endif ## overlay - ${self.overlay(visible=self.galaxy_config['overlay'])} + ${self.overlay()} ## left panel %if self.galaxy_config['left_panel']: 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)
-
commits-noreply@bitbucket.org