Fix editing default user settings

This commit is contained in:
Romain Neutron
2013-11-14 13:29:49 +01:00
parent 7ce719a00b
commit 84c444c186
5 changed files with 89 additions and 10 deletions

View File

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