Posted by meba on May 21, 2007 at 8:12pm
Jump to:
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | locale.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
"Enable" checkbox is now enabled for all languages. It should be disabled for default language, otherwise disabling the language doesn't work.
This patch adds disabling functionality.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| locale_checkbox.patch | 2.07 KB | Ignored: Check issue status. | None | None |
Comments
#1
Thanks for the code cleanup. Committed (http://drupal.org/cvs?commit=68125) after some coding style fixes:
- the if should have {} and the body on a new line
- the $rows should be indented only with two spaces
#2