1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/aa821d6fdb3b/ changeset: aa821d6fdb3b user: jgoecks date: 2012-04-18 21:34:36 summary: Remove spurious comments from templates. affected #: 4 files diff -r 45bd2e0fe8d0eae68a82d3a141ebfc20d0ae7b2e -r aa821d6fdb3b56779401993727521acb661c90e8 templates/history/list_published.mako --- a/templates/history/list_published.mako +++ b/templates/history/list_published.mako @@ -24,8 +24,6 @@ <%def name="center_panel()"> - ## <iframe name="galaxy_main" id="galaxy_main" frameborder="0" style="position: absolute; width: 100%; height: 100%;" src="${h.url_for( controller="page", action="list" )}"></iframe> - <div style="overflow: auto; height: 100%;"><div class="page-container" style="padding: 10px;"> ${h.to_unicode( grid )} diff -r 45bd2e0fe8d0eae68a82d3a141ebfc20d0ae7b2e -r aa821d6fdb3b56779401993727521acb661c90e8 templates/page/index.mako --- a/templates/page/index.mako +++ b/templates/page/index.mako @@ -11,8 +11,6 @@ <%def name="center_panel()"> - ## <iframe name="galaxy_main" id="galaxy_main" frameborder="0" style="position: absolute; width: 100%; height: 100%;" src="${h.url_for( controller="page", action="list" )}"></iframe> - <div style="overflow: auto; height: 100%;"><div class="page-container" style="padding: 10px;"> ${h.to_unicode( grid )} diff -r 45bd2e0fe8d0eae68a82d3a141ebfc20d0ae7b2e -r aa821d6fdb3b56779401993727521acb661c90e8 templates/page/list_published.mako --- a/templates/page/list_published.mako +++ b/templates/page/list_published.mako @@ -24,8 +24,6 @@ <%def name="center_panel()"> - ## <iframe name="galaxy_main" id="galaxy_main" frameborder="0" style="position: absolute; width: 100%; height: 100%;" src="${h.url_for( controller="page", action="list" )}"></iframe> - <div style="overflow: auto; height: 100%;"><div class="page-container" style="padding: 10px;"> ${h.to_unicode( grid )} diff -r 45bd2e0fe8d0eae68a82d3a141ebfc20d0ae7b2e -r aa821d6fdb3b56779401993727521acb661c90e8 templates/visualization/list_published.mako --- a/templates/visualization/list_published.mako +++ b/templates/visualization/list_published.mako @@ -24,8 +24,6 @@ <%def name="center_panel()"> - ## <iframe name="galaxy_main" id="galaxy_main" frameborder="0" style="position: absolute; width: 100%; height: 100%;" src="${h.url_for( controller="page", action="list" )}"></iframe> - <div style="overflow: auto; height: 100%;"><div class="page-container" style="padding: 10px;"> ${h.to_unicode( grid )} 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.