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

converts tabs to spaces

Brent Shaffer преди 13 години
родител
ревизия
2aaf6c7b74
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      Resources/views/CRUD/edit_orm_many_association_script.html.twig

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

@@ -113,7 +113,7 @@ This code manage the many-to-[one|many] association field popup
                         jQuery('a', field_dialog_{{ id }}).die('click');
                         jQuery('form', field_dialog_{{ id }}).die('submit');
                     },
-					zIndex: 9998,
+                    zIndex: 9998,
                 });
             }
         });
@@ -160,7 +160,7 @@ This code manage the many-to-[one|many] association field popup
                         jQuery('a', field_dialog_{{ id }}).die('click');
                         jQuery('form', field_dialog_{{ id }}).die('submit');
                     },
-					zIndex: 9998,
+                    zIndex: 9998,
                 });
             }
         });
@@ -383,4 +383,4 @@ This code manage the many-to-[one|many] association field popup
     <!-- / edit many association -->
 </script>
 
-{% endautoescape %}
+{% endautoescape %}