Browse Source

Revert "removed Bundle suffixes"

This reverts commit 9b9aaf547c12d88413dfb9220e865e4ca86d04f4.
Fabien Potencier 14 năm trước cách đây
mục cha
commit
fc06492409

+ 3 - 3
Resources/views/Step/csrf.html.twig

@@ -1,10 +1,10 @@
-{% extends "SymfonyWebConfigurator::layout.html.twig" %}
+{% extends "SymfonyWebConfiguratorBundle::layout.html.twig" %}
 
 
 {% block title %}Symfony - Configure CSRF{% endblock %}
 {% block title %}Symfony - Configure CSRF{% endblock %}
 
 
 {% block content %}
 {% block content %}
-    {% form_theme form "SymfonyWebConfigurator::form.html.twig" %}
-    {% include "SymfonyWebConfigurator::steps.html.twig" with { "index": index, "count": count } %}
+    {% form_theme form "SymfonyWebConfiguratorBundle::form.html.twig" %}
+    {% include "SymfonyWebConfiguratorBundle::steps.html.twig" with { "index": index, "count": count } %}
 
 
     <h1>CSRF Protection</h1>
     <h1>CSRF Protection</h1>
     <p>Configure CSRF protection for your website :</p>
     <p>Configure CSRF protection for your website :</p>

+ 3 - 3
Resources/views/Step/doctrine.html.twig

@@ -1,10 +1,10 @@
-{% extends "SymfonyWebConfigurator::layout.html.twig" %}
+{% extends "SymfonyWebConfiguratorBundle::layout.html.twig" %}
 
 
 {% block title %}Symfony - Configure database{% endblock %}
 {% block title %}Symfony - Configure database{% endblock %}
 
 
 {% block content %}
 {% block content %}
-    {% form_theme form "SymfonyWebConfigurator::form.html.twig" %}
-    {% include "SymfonyWebConfigurator::steps.html.twig" with { "index": index, "count": count } %}
+    {% form_theme form "SymfonyWebConfiguratorBundle::form.html.twig" %}
+    {% include "SymfonyWebConfiguratorBundle::steps.html.twig" with { "index": index, "count": count } %}
 
 
     <h1>Configure your Database</h1>
     <h1>Configure your Database</h1>
     <p>If your website needs a database connection, please configure it here.</p>
     <p>If your website needs a database connection, please configure it here.</p>

+ 1 - 1
Resources/views/check.html.twig

@@ -1,4 +1,4 @@
-{% extends "SymfonyWebConfigurator::layout.html.twig" %}
+{% extends "SymfonyWebConfiguratorBundle::layout.html.twig" %}
 
 
 {% block content %}
 {% block content %}
     {% if majors|length %}
     {% if majors|length %}

+ 1 - 1
Resources/views/final.html.twig

@@ -1,4 +1,4 @@
-{% extends "SymfonyWebConfigurator::layout.html.twig" %}
+{% extends "SymfonyWebConfiguratorBundle::layout.html.twig" %}
 
 
 {% block content_class %}config_done{% endblock %}
 {% block content_class %}config_done{% endblock %}
 {% block content %}
 {% block content %}

+ 1 - 1
Resources/views/form.html.twig

@@ -1,4 +1,4 @@
-{% extends "Twig::form.html.twig" %}
+{% extends "TwigBundle::form.html.twig" %}
 
 
 {% block field_row %}
 {% block field_row %}
     <div class="symfony-form-row">
     <div class="symfony-form-row">