automatic regexp to move namespace CL\Chill => Chill

This commit is contained in:
2014-11-07 10:01:20 +01:00
parent 651577981c
commit f7d24ae520
31 changed files with 105 additions and 105 deletions

View File

@@ -1,15 +1,15 @@
{% extends "CLChillPersonBundle::layout.html.twig" %}
{% extends "ChillPersonBundle::layout.html.twig" %}
{% set activeRouteKey = '' %}
{% block title %}CLChillPersonBundle:Person:see{% endblock %}
{% block title %}ChillPersonBundle:Person:see{% endblock %}
{% block personcontent %}
{% form_theme form 'CLChillMainBundle:Form:fields.html.twig' %}
{{ form_start(form) }}
{% set include_temp = 'CLChillPersonBundle:Form:form_control.html.twig' %}
{% set include_temp = 'ChillPersonBundle:Form:form_control.html.twig' %}
{% set include_args = {'return_key': 'chill_person_view',
'return_args' : { 'id' : person.id} } %}
{{ include(include_temp, include_args) }}

View File

@@ -1,4 +1,4 @@
{% extends "CLChillPersonBundle::layout.html.twig" %}
{% extends "ChillPersonBundle::layout.html.twig" %}
{% set activeRouteKey = 'chill_person_view' %}
@@ -10,9 +10,9 @@ This view should receive those arguments:
#}
{% block title %}CLChillPersonBundle:Person:see{% endblock %}
{% block title %}ChillPersonBundle:Person:see{% endblock %}
{% set edit_tmp_name = 'CLChillPersonBundle:Form:go_to_form.html.twig' %}
{% set edit_tmp_name = 'ChillPersonBundle:Form:go_to_form.html.twig' %}
{% set edit_tmp_args = { 'form_path_args' : { 'id': person.id },
'form_path_key' : 'chill_person_general_edit' } %}