소스 검색

Merge pull request #110 from thomas2411/2.0

Modals should be resizeable.
Thomas 13 년 전
부모
커밋
0dbd38798a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Resources/views/CRUD/edit_orm_many_association_script.html.twig

+ 2 - 2
Resources/views/CRUD/edit_orm_many_association_script.html.twig

@@ -111,7 +111,7 @@ This code manage the many-to-[one|many] association field popup
                     height: 'auto',
                     width: 980,
                     modal: true,
-                    resizable: false,
+                    resizable: true,
                     title: '{{ associationadmin.label|trans({}, associationadmin.translationdomain) }}',
                     close: function(event, ui) {
                         // make sure we have a clean state
@@ -159,7 +159,7 @@ This code manage the many-to-[one|many] association field popup
                     width: 650,
                     modal: true,
                     autoOpen: true,
-                    resizable: false,
+                    resizable: true,
                     title: '{{ associationadmin.label|trans({}, associationadmin.translationdomain) }}',
                     close: function(event, ui) {
                         Admin.log('[{{ id }}|field_dialog_form_add] dialog closed - removing `live` events');