Patch #28662
closedReplace "Cancel" buttons from the modals with "Cancel" link
Description
In the current UI, the main action for a form is represented by a button element (eg: Create, Create and continue, Add, etc) and the "Cancel" action is represented by a link. This is a very useful because the main action should be more evident for an user.
In the modals (Export to CSV, Add watchers, Add members), both actions (main and cancel) are represented by a button and this is confusing. The attached patch replaces all the cancel buttons from the modals with the same "Cancel" link used in the rest of the app.
Files
Updated by Marius BĂLTEANU over 6 years ago
- File current.png current.png added
- File after.png after.png added
Current UI:
After applying this patch:
Updated by Go MAEDA about 6 years ago
- File patch-29848-v2.patch added
Updated the patch for the current trunk (r17612).
$ patch -p1 < 0001-replace-Cancel-button-in-the-modals-with-a-Cancel-li.patch patching file app/views/groups/_new_users_modal.html.erb patching file app/views/issue_categories/_new_modal.html.erb patching file app/views/issues/index.html.erb Hunk #1 FAILED at 45. 1 out of 1 hunk FAILED -- saving rejects to file app/views/issues/index.html.erb.rej patching file app/views/members/_new_modal.html.erb patching file app/views/principal_memberships/_new_modal.html.erb patching file app/views/sudo_mode/_new_modal.html.erb patching file app/views/timelog/index.html.erb Hunk #1 FAILED at 33. 1 out of 1 hunk FAILED -- saving rejects to file app/views/timelog/index.html.erb.rej patching file app/views/versions/_new_modal.html.erb patching file app/views/watchers/_new.html.erb patching file app/views/wiki/_new_modal.html.erb Hunk #1 succeeded at 24 (offset 8 lines).
Updated by Marius BĂLTEANU about 6 years ago
Go MAEDA wrote:
Updated the patch for the current trunk (r17612).
[...]
Please note that the updated patch includes some changes that are already committed. Please let me know if you want to update the patch for you.
Updated by Marius BĂLTEANU about 6 years ago
- File deleted (
0001-replace-Cancel-button-in-the-modals-with-a-Cancel-li.patch)
Updated by Marius BĂLTEANU about 6 years ago
- File deleted (
patch-29848-v2.patch)
Updated by Marius BĂLTEANU about 6 years ago
- File 0001-Replace-cancel-button-with-cancel-link-in-modals.patch 0001-Replace-cancel-button-with-cancel-link-in-modals.patch added
@Go Maeda, I've removed from your updated patch some unnecessary changes.
Updated by Go MAEDA about 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed the patch. Thank you for your contribution.