MantisBT: master 3667d0cf

Author Committer Branch Timestamp Parent
dregad dregad master 2019-05-23 12:23 master 54e553d5
Affected Issues  0025784: Invalid HTML in manage_config_workflow_page.php
Changeset

Fix invalid HTML in manage_config_workflow_page

The generated markup has a form to revert the configuration changes
defined within the main form. This is invalid HTML.

To fix this without complicating the layout, we use a deported <button>
within the main form, using the HTML5 form attribute pointing to the
the revert form's id, which is defined outside.

Fixes 0025784

mod - manage_config_workflow_page.php Diff File