mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Fixed: handle opacity as float instead of int.
This commit is contained in:
@@ -409,7 +409,7 @@ class gallery_cat_admin_ui extends e_admin_ui
|
||||
'title' => LAN_GALLERY_ADMIN_36,
|
||||
'help' => LAN_GALLERY_ADMIN_37,
|
||||
'type' => 'text',
|
||||
'data' => 'int',
|
||||
'data' => 'float',
|
||||
'writeParms' => array(
|
||||
'default' => 0.80,
|
||||
),
|
||||
|
Reference in New Issue
Block a user