mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix editing default user settings
This commit is contained in:
@@ -74,9 +74,9 @@ class User_Adapter implements User_Interface, cache_cacheableInterface
|
||||
'images_per_page' => 20,
|
||||
'images_size' => 120,
|
||||
'editing_images_size' => 134,
|
||||
'editing_top_box' => '180px',
|
||||
'editing_right_box' => '400px',
|
||||
'editing_left_box' => '710px',
|
||||
'editing_top_box' => 30,
|
||||
'editing_right_box' => 48,
|
||||
'editing_left_box' => 33,
|
||||
'basket_sort_field' => 'name',
|
||||
'basket_sort_order' => 'ASC',
|
||||
'warning_on_delete_story' => 'true',
|
||||
|
Reference in New Issue
Block a user