mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +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,
|
'title' => LAN_GALLERY_ADMIN_36,
|
||||||
'help' => LAN_GALLERY_ADMIN_37,
|
'help' => LAN_GALLERY_ADMIN_37,
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'data' => 'int',
|
'data' => 'float',
|
||||||
'writeParms' => array(
|
'writeParms' => array(
|
||||||
'default' => 0.80,
|
'default' => 0.80,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user