Browse Source

Evolution #357: Maj interface d'ajout

Sevajol Bastien 12 years ago
parent
commit
12e0cbfada
1 changed files with 4 additions and 5 deletions
  1. 4 5
      src/Muzich/CoreBundle/Resources/views/Element/form.add.html.twig

+ 4 - 5
src/Muzich/CoreBundle/Resources/views/Element/form.add.html.twig View File

@@ -17,11 +17,6 @@
17 17
       {{ 'home.check_url'|trans({}, 'navigationui') }}
18 18
     </a>
19 19
 
20
-
21
-    <img id="form_add_loader" class="tag_loader" style="display: none;" 
22
-      src="{{ asset('/bundles/muzichcore/img/ajax-loader.gif') }}" alt="loading" 
23
-    />
24
-
25 20
   </div>
26 21
     
27 22
 </div>
@@ -70,4 +65,8 @@
70 65
     
71 66
 </div>
72 67
 
68
+    <img id="form_add_loader" class="tag_loader" style="display: none;" 
69
+      src="{{ asset('/bundles/muzichcore/img/ajax-loader.gif') }}" alt="loading" 
70
+    />
71
+
73 72
 {{ form_row(form._token) }}