diff options
author | rojanu <aliustek@gmail.com> | 2011-03-26 23:05:17 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-03-26 23:05:17 +0100 |
commit | f6e585f272f8d1c1c3fbede3a5f4994c5da1e182 (patch) | |
tree | f6a7a6ad8ea528fec9ec6e6abe40d1ec7b626013 /template/en/default/admin/workflow | |
parent | f98af557d48ae9cea1d41fff18643200af7f7d8e (diff) | |
download | bugzilla-f6e585f272f8d1c1c3fbede3a5f4994c5da1e182.tar.gz bugzilla-f6e585f272f8d1c1c3fbede3a5f4994c5da1e182.tar.xz |
Bug 449067: Add an ID to more buttons (to help with Selenium scripts)
r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/workflow')
-rw-r--r-- | template/en/default/admin/workflow/comment.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/workflow/edit.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/workflow/comment.html.tmpl b/template/en/default/admin/workflow/comment.html.tmpl index a7a6a74c2..109d98bc2 100644 --- a/template/en/default/admin/workflow/comment.html.tmpl +++ b/template/en/default/admin/workflow/comment.html.tmpl @@ -82,7 +82,7 @@ <p align="center"> <input type="hidden" name="action" value="update_comment"> <input type="hidden" name="token" value="[% token FILTER html %]"> - <input type="submit" value="Commit Changes"> - + <input type="submit" id="update_comment" value="Commit Changes"> - <a href="editworkflow.cgi?action=edit_comment">Cancel Changes</a> - <a href="editworkflow.cgi">View Current Workflow</a> </p> diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl index 406c08a21..5f2b21263 100644 --- a/template/en/default/admin/workflow/edit.html.tmpl +++ b/template/en/default/admin/workflow/edit.html.tmpl @@ -100,7 +100,7 @@ <p align="center"> <input type="hidden" name="action" value="update"> <input type="hidden" name="token" value="[% token FILTER html %]"> - <input type="submit" value="Commit Changes"> - + <input type="submit" id="update_workflow" value="Commit Changes"> - <a href="editworkflow.cgi">Cancel Changes</a> - <a href="editworkflow.cgi?action=edit_comment">View Comments Required on Status Transitions</a> </p> |