Closed (fixed)
Project:
Notifications
Version:
7.x-1.x-dev
Component:
Notifications
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2011 at 17:29 UTC
Updated:
18 Dec 2011 at 14:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
that0n3guy commentedFor the extra "cancel button"
I fixed that and also made the items on that page non-selectable since they are select lists without a submit button. Both of the patches below fix that.
For the "delete button"
There are 2 ways to fix this:
* One is to fix the delete button so it works. The patch called "0001-fixed-extra-buttons-delete-and-cancel" does this.
* Second is to just remove the delete button from the page since there is a delete tab... we don't need both. This is probably the patch I would think we will go with. The patch called '0001-removed-extra-buttons' does this.
NOTE: don't apply both patches... its either one or the other.
Comment #2
webflo commentedLets use triggering element for that. Its more robust if someone want to change the button text (button value). I think the "Delete" button is ok.
Comment #3
webflo commentedCommit 58505f0 on 7.x-1.x.