Problem/Motivation
- Drupal has changed to using modal's when accessing
Deletelinks based on this issue: https://www.drupal.org/project/drupal/issues/2253257 - Add CSS for modal windows and adjust the Delete buttons. We need to support the
Deletebutton because when a modal window is accessed, the original Delete button is hidden, and the Dialog JS writes another one on the lower right hand side. - See screenshot:
| Comment | File | Size | Author |
|---|
Issue fork rigel-3436310
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baldwinlouie commented@yas, please review this patch. It adds css styling to modals.
Comment #4
yas@baldwinlouie
Thank you for the fix. I'll merge the patch to
6.xand7.x; and close this issue as Fixed.Comment #5
yasComment #6
yasComment #10
baldwinlouie commented@yas, please review the hotfix. This fixes the coder issue.
Comment #11
yas@baldwinlouie
Thank you for the hotfix. I'll merge the patch to
6.xand7.x; and close this issue as Fixed.Comment #14
yasComment #16
baldwinlouie commented@yas, I opened a hotfix branch to fix the coding issue.
3436310-coding-fix.Please review it.
Comment #19
yas@baldwinlouie
Thank you for the fix for the coding standard. I'll merge the patch to
6.xand7.x; and close this issue as Fixed.