"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.

CommentFileSizeAuthor
locale_checkbox.patch2.07 KBmeba

Comments

gábor hojtsy’s picture

Status: Needs review » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)