Closed (fixed)
Project:
Internationalization
Version:
master
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2006 at 01:25 UTC
Updated:
13 May 2006 at 17:24 UTC
If you have multilingual support disabled for a certain node type, you still get an empty fieldset on the edit node form. The code from i18n.inc line 185 ($form['i18n'] = array('#type' => 'fieldset' ...) should be moved into if(variable_get('i18n_node_'.$form['type']['#value'], 0) ... block. That hides the fieldset together with the selection box.
| Comment | File | Size | Author |
|---|---|---|---|
| i18n.inc_7.patch | 1.34 KB | profix898 |
Comments
Comment #1
jose reyero commentedApplied, thanks
Comment #2
jose reyero commented