Posted by Jacine on April 14, 2008 at 2:48pm
Jump to:
| Project: | Drupal core |
| Version: | 5.7 |
| Component: | block.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
First patch here, so I hope I did it right.
In the theme_admin_block_display function, the colspan defaults to 7 columns for sites with throttle enabled, and 6 for sites without throttle, when really there are only 6 columns with throttle and 5 without. The attached patch just changes the defaults to 6 and 5.
With Throttle
- Block
- Region
- Weight
- Throttle
- Operations (configure)
- Operations (delete)
Without Throttle
- Block
- Region
- Weight
- Operations (configure)
- Operations (delete)
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| theme_admin_block_colspan.diff | 1.14 KB | Ignored: Check issue status. | None | None |
Comments
#1
Committed to 5.x.
#2
Automatically closed -- issue fixed for two weeks with no activity.