diff options
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> |