0.8.22 admin options change
This commit is contained in:
@@ -100,12 +100,12 @@ class Admin_Option(Admin_Trans_BaseModel):
|
|||||||
(_('Контент'), {
|
(_('Контент'), {
|
||||||
'classes': ['wide'],
|
'classes': ['wide'],
|
||||||
'fields': (
|
'fields': (
|
||||||
'name', 'opt_type', 'value', 'prefix', 'picture'
|
'name', 'opt_type', 'prefix', 'value', 'picture'
|
||||||
)
|
)
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
list_display = ['image_thumb', 'opt_type', 'name', 'prefix', 'value']
|
list_display = ['image_thumb', 'opt_type', 'name', 'value', 'prefix']
|
||||||
list_editable = ['value', 'prefix']
|
list_editable = ['value', 'prefix']
|
||||||
list_filter = ['opt_type']
|
list_filter = ['opt_type']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user