Skip to content

Commit 0110516

Browse files
committed
move form theme, and paginator theme out of bundle, use symfony/paginator default themes
1 parent 805c1e3 commit 0110516

4 files changed

Lines changed: 3 additions & 595 deletions

File tree

DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ class Configuration implements ConfigurationInterface
4545
* @access protected
4646
* @var string $defaultValueFormTheme
4747
*/
48-
protected $defaultValueFormTheme = 'CCDNUserAdminBundle:Common:Form/fields.html.twig';
48+
protected $defaultValueFormTheme = 'form_div_layout.html.twig';
4949

5050
/**
5151
*
5252
* @access protected
5353
* @var string $defaultValuePaginatorTheme
5454
*/
55-
protected $defaultValuePaginatorTheme = 'CCDNUserAdminBundle:Common:Paginator/twitter_bootstrap.html.twig';
55+
protected $defaultValuePaginatorTheme = null;
5656

5757
/**
5858
*

0 commit comments

Comments
 (0)