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

Manage other integer type for edit templates

Timothée Barray преди 14 години
родител
ревизия
2470cc0f6c
променени са 2 файла, в които са добавени 24 реда и са изтрити 0 реда
  1. 12 0
      Resources/views/CRUD/edit_bigint.twig.html
  2. 12 0
      Resources/views/CRUD/edit_smallint.twig.html

+ 12 - 0
Resources/views/CRUD/edit_bigint.twig.html

@@ -0,0 +1,12 @@
+{#
+
+This file is part of the Sonata package.
+
+(c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
+
+For the full copyright and license information, please view the LICENSE
+file that was distributed with this source code.
+
+#}
+
+{% extends 'SonataBaseApplicationBundle:CRUD:edit_integer.twig.html' %}

+ 12 - 0
Resources/views/CRUD/edit_smallint.twig.html

@@ -0,0 +1,12 @@
+{#
+
+This file is part of the Sonata package.
+
+(c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
+
+For the full copyright and license information, please view the LICENSE
+file that was distributed with this source code.
+
+#}
+
+{% extends 'SonataBaseApplicationBundle:CRUD:edit_integer.twig.html' %}