1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9eb10fd69c98/ Changeset: 9eb10fd69c98 User: jmchilton Date: 2014-01-14 22:40:27 Summary: Close remap div in tool_form. Fixes up the GUI slightly and is needed for me to selectively disable feature downstream. Affected #: 1 file diff -r be5f0c5df96fba1a12e3e96fdb6f1805703f0b73 -r 9eb10fd69c986fcd01a4ca0393e28ac18b1c3518 templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -268,12 +268,12 @@ <%def name="row_for_rerun()"> %if trans.app.config.track_jobs_in_database and tool_state.rerun_remap_job_id is not None: - <div class="form-row"> + <div id="remap-row" class="form-row"><input type="checkbox" name="rerun_remap_job_id" value="${tool_state.rerun_remap_job_id}"> Resume dependencies from this job <div class="toolParamHelp" style="clear: both;"> The previous run of this tool failed and other tools were waiting for it to finish successfully, use this option to resume those tools using the outputs of this tool run. </div> - <div> + </div><div style="clear: both;"></div> %endif </%def> 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.