瀏覽代碼

Merge pull request #55 from pulzarraider/loading_information_fix

Loading information message fix
Thomas 13 年之前
父節點
當前提交
572afd8fab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/views/CRUD/edit_orm_many_association_script.html.twig

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

@@ -362,7 +362,7 @@ This code manage the many-to-[one|many] association field popup
 
             Admin.log('[{{ id }}] update the label');
 
-            jQuery('#field_widget_{{ id }}').html("<span><img src=\"{{ asset('bundles/sonataadmin/ajax-loader.gif') }}\" style=\"vertical-align: middle; margin-right: 10px\"/>{{ 'loading_information ...'|trans([], 'SonataAdminBundle') }}</span>");
+            jQuery('#field_widget_{{ id }}').html("<span><img src=\"{{ asset('bundles/sonataadmin/ajax-loader.gif') }}\" style=\"vertical-align: middle; margin-right: 10px\"/>{{ 'loading_information'|trans([], 'SonataAdminBundle') }}</span>");
             jQuery.ajax({
                 type: 'GET',
                 url: '{{ url('sonata_admin_short_object_information', {