From d37e28af19ad3c56e799e881f785b71885e01dd9 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 30 Sep 2013 11:12:15 +0200 Subject: [PATCH] rename order* file template --- core/lib/Thelia/Config/Resources/routing/front.xml | 10 +++++----- .../{order_delivery.html => order-delivery.html} | 0 .../default/{order_invoice.html => order-invoice.html} | 0 .../default/{order_placed.html => order-placed.html} | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename templates/default/{order_delivery.html => order-delivery.html} (100%) rename templates/default/{order_invoice.html => order-invoice.html} (100%) rename templates/default/{order_placed.html => order-placed.html} (100%) diff --git a/core/lib/Thelia/Config/Resources/routing/front.xml b/core/lib/Thelia/Config/Resources/routing/front.xml index 5b26a6ed6..53a0408a0 100755 --- a/core/lib/Thelia/Config/Resources/routing/front.xml +++ b/core/lib/Thelia/Config/Resources/routing/front.xml @@ -117,22 +117,22 @@ Thelia\Controller\Front\OrderController::deliver - order_delivery + order-delivery Thelia\Controller\Front\DefaultController::noAction - order_delivery + order-delivery Thelia\Controller\Front\OrderController::invoice - order_invoice + order-invoice Thelia\Controller\Front\DefaultController::noAction - order_invoice + order-invoice @@ -141,7 +141,7 @@ Thelia\Controller\Front\OrderController::orderPlaced - order_placed + order-placed diff --git a/templates/default/order_delivery.html b/templates/default/order-delivery.html similarity index 100% rename from templates/default/order_delivery.html rename to templates/default/order-delivery.html diff --git a/templates/default/order_invoice.html b/templates/default/order-invoice.html similarity index 100% rename from templates/default/order_invoice.html rename to templates/default/order-invoice.html diff --git a/templates/default/order_placed.html b/templates/default/order-placed.html similarity index 100% rename from templates/default/order_placed.html rename to templates/default/order-placed.html