mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
sf4, repair errors and make basic and admin chill pages works
This commit is contained in:
@@ -109,7 +109,7 @@ class ExportController extends Controller
|
||||
|
||||
$exports = $exportManager->getExportsGrouped(true);
|
||||
|
||||
return $this->render('ChillMainBundle:Export:layout.html.twig', array(
|
||||
return $this->render('@ChillMain/Export/layout.html.twig', array(
|
||||
'grouped_exports' => $exports
|
||||
));
|
||||
}
|
||||
@@ -201,7 +201,7 @@ class ExportController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
return $this->render('ChillMainBundle:Export:new_centers_step.html.twig',
|
||||
return $this->render('@ChillMain/Export/new_centers_step.html.twig',
|
||||
array(
|
||||
'form' => $form->createView(),
|
||||
'export' => $export
|
||||
@@ -262,7 +262,7 @@ class ExportController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
return $this->render('ChillMainBundle:Export:new.html.twig', array(
|
||||
return $this->render('@ChillMain/Export/new.html.twig', array(
|
||||
'form' => $form->createView(),
|
||||
'export_alias' => $alias,
|
||||
'export' => $export
|
||||
@@ -403,7 +403,7 @@ class ExportController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
return $this->render('ChillMainBundle:Export:new_formatter_step.html.twig',
|
||||
return $this->render('@ChillMain/Export/new_formatter_step.html.twig',
|
||||
array(
|
||||
'form' => $form->createView(),
|
||||
'export' => $export
|
||||
@@ -543,6 +543,6 @@ class ExportController extends Controller
|
||||
$viewVariables['mime_type'] = 'text/csv';
|
||||
}
|
||||
|
||||
return $this->render("ChillMainBundle:Export:download.html.twig", $viewVariables);
|
||||
return $this->render("@ChillMain/Export/download.html.twig", $viewVariables);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user