Преглед на файлове

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');