1
0
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:
Lóna Lore
2016-03-31 09:45:35 +02:00
parent 790caa8ae2
commit df4e45f2a4

View File

@@ -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,
),