mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2945 #comment Prod-editing : Fix default height/min-height for editing_top_box #time 2h
This commit is contained in:
@@ -32,7 +32,7 @@ class DisplaySettingService
|
|||||||
'images_per_page' => '20',
|
'images_per_page' => '20',
|
||||||
'images_size' => '120',
|
'images_size' => '120',
|
||||||
'editing_images_size' => '134',
|
'editing_images_size' => '134',
|
||||||
'editing_top_box' => '180px',
|
'editing_top_box' => '120px',
|
||||||
'editing_right_box' => '400px',
|
'editing_right_box' => '400px',
|
||||||
'editing_left_box' => '710px',
|
'editing_left_box' => '710px',
|
||||||
'basket_sort_field' => 'name',
|
'basket_sort_field' => 'name',
|
||||||
|
@@ -126,6 +126,7 @@
|
|||||||
|
|
||||||
{% set actionable = recordsRequest|length %}
|
{% set actionable = recordsRequest|length %}
|
||||||
{% set not_actionable = recordsRequest.received|length - actionable %}
|
{% set not_actionable = recordsRequest.received|length - actionable %}
|
||||||
|
{% set editing_top_box_height = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'editing_top_box') %}
|
||||||
|
|
||||||
<div id="EDIT_ALL">
|
<div id="EDIT_ALL">
|
||||||
|
|
||||||
@@ -135,8 +136,7 @@
|
|||||||
<input style="font-size:2px; width:5px;" type="text" id="editFakefocus" />
|
<input style="font-size:2px; width:5px;" type="text" id="editFakefocus" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div id="EDIT_TOP" style="height:{{app['settings'].getUserSetting(app.getAuthenticatedUser(), 'editing_top_box')
|
<div id="EDIT_TOP" style="height:{{editing_top_box_height}}%; min-height: {{ editing_top_box_height }}">
|
||||||
}}%;">
|
|
||||||
<div id="EDIT_MENU">
|
<div id="EDIT_MENU">
|
||||||
<div id="EDIT_ZOOMSLIDER" >
|
<div id="EDIT_ZOOMSLIDER" >
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user