# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Nate Coraor <nate@bx.psu.edu> # Date 1279745173 14400 # Node ID ebc01826650f07ee5a5d1a8ef61e7c2dccc56494 # Parent 1acae496c2200747aa79e7ac52cce74f5a3a3c83 Fix tool_form.mako which I broke in 4045:8ffcaf3d9a0c --- a/templates/tool_form.mako +++ b/templates/tool_form.mako @@ -215,7 +215,7 @@ function checkUncheckAll( name, check ) <div class="toolFormTitle">${tool.name}</div> %endif <div class="toolFormBody"> - <form id="tool_form" name="tool_form" action="${tool_url}" enctype="${tool.enctype}" target="${tool.target}" method="${tool.method}"><input type="hidden" name="tool_id" value="${tool.id}"><input type="hidden" name="tool_state" value="${util.object_to_string( tool_state.encode( tool, app ) )}"> + <form id="tool_form" name="tool_form" action="${tool_url}" enctype="${tool.enctype}" target="${tool.target}" method="${tool.method}"><input type="hidden" name="tool_id" value="${tool.id}"><input type="hidden" name="tool_state" value="${util.object_to_string( tool_state.encode( tool, app ) )}"> %if tool.display_by_page[tool_state.page]: