From 3e30e0491bb136ccb533c2fcd85d60f76d4f9c36 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Sat, 16 Nov 2024 14:33:16 +0100 Subject: [PATCH] [Changed] rework for OXID 7 --- Application/Controller/Admin/ManufacturerInfoLongdesc.php | 2 +- .../{d3manufacturer_longdesc.tpl => d3manufacturerlongdesc.tpl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename views/smarty/admin/{d3manufacturer_longdesc.tpl => d3manufacturerlongdesc.tpl} (100%) diff --git a/Application/Controller/Admin/ManufacturerInfoLongdesc.php b/Application/Controller/Admin/ManufacturerInfoLongdesc.php index c02b49d..3db8378 100644 --- a/Application/Controller/Admin/ManufacturerInfoLongdesc.php +++ b/Application/Controller/Admin/ManufacturerInfoLongdesc.php @@ -49,7 +49,7 @@ class ManufacturerInfoLongdesc extends AdminDetailsController $this->_aViewData["editor"] = $this->generateTextEditor("100%", 280, $oManufacturer, "oxmanufacturers__D3DESCRIPTION", "list.tpl.css"); - return "d3manufacturerlongdesc.tpl"; + return "@d3manufacturerinformation/admin/d3manufacturerlongdesc"; } /** diff --git a/views/smarty/admin/d3manufacturer_longdesc.tpl b/views/smarty/admin/d3manufacturerlongdesc.tpl similarity index 100% rename from views/smarty/admin/d3manufacturer_longdesc.tpl rename to views/smarty/admin/d3manufacturerlongdesc.tpl