details: http://www.bx.psu.edu/hg/galaxy/rev/9c185604c32a changeset: 2351:9c185604c32a user: James Taylor <james@jamestaylor.org> date: Mon Apr 20 13:14:06 2009 -0400 description: Remove beta message from workflow views 2 file(s) affected in this change: templates/workflow/editor.mako templates/workflow/index.mako diffs (46 lines): diff -r f447719533f3 -r 9c185604c32a templates/workflow/editor.mako --- a/templates/workflow/editor.mako Mon Apr 20 13:07:25 2009 -0400 +++ b/templates/workflow/editor.mako Mon Apr 20 13:14:06 2009 -0400 @@ -3,16 +3,8 @@ <%def name="init()"> <% self.active_view="workflow" - self.message_box_visible=True - self.message_box_class="warning" self.overlay_visible=True %> -</%def> - -<%def name="message_box_content()"> - Workflow support is currently in <b><i>beta</i></b> testing. - Workflows may not work with all tools, may fail unexpectedly, and may - not be compatible with future updates to <b>Galaxy</b>. </%def> <%def name="late_javascripts()"> diff -r f447719533f3 -r 9c185604c32a templates/workflow/index.mako --- a/templates/workflow/index.mako Mon Apr 20 13:07:25 2009 -0400 +++ b/templates/workflow/index.mako Mon Apr 20 13:14:06 2009 -0400 @@ -5,19 +5,12 @@ self.has_left_panel=False self.has_right_panel=False self.active_view="workflow" - self.message_box_visible=True - self.message_box_class="warning" + self.message_box_visible=False %> -</%def> - -<%def name="message_box_content()"> - Workflow support is currently in <b><i>beta</i></b> testing. - Workflows may not work with all tools, may fail unexpectedly, and may - not be compatible with future updates to <b>Galaxy</b>. </%def> <%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="workflow", action="list" )}"> </iframe> -</%def> \ No newline at end of file +</%def>