From 8cc5dbe13c88326396488ab7abbcf55e219f80e6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 14 May 2014 13:33:04 +0200 Subject: [PATCH] CVars: RDBO-basiertes Render-Template nach webpages/common verschoben --- .../webpages/{customer_vendor => common}/render_cvar_input.html | 0 templates/webpages/customer_vendor/tabs/contacts.html | 2 +- templates/webpages/customer_vendor/tabs/custom_variables.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename templates/webpages/{customer_vendor => common}/render_cvar_input.html (100%) diff --git a/templates/webpages/customer_vendor/render_cvar_input.html b/templates/webpages/common/render_cvar_input.html similarity index 100% rename from templates/webpages/customer_vendor/render_cvar_input.html rename to templates/webpages/common/render_cvar_input.html diff --git a/templates/webpages/customer_vendor/tabs/contacts.html b/templates/webpages/customer_vendor/tabs/contacts.html index 6420cbe7e..aca56cd00 100644 --- a/templates/webpages/customer_vendor/tabs/contacts.html +++ b/templates/webpages/customer_vendor/tabs/contacts.html @@ -214,7 +214,7 @@ [% var.config.description | html %] - [% PROCESS 'customer_vendor/render_cvar_input.html' + [% PROCESS 'common/render_cvar_input.html' cvar_name_prefix = 'contact_cvars.' %] diff --git a/templates/webpages/customer_vendor/tabs/custom_variables.html b/templates/webpages/customer_vendor/tabs/custom_variables.html index a0a90f9e5..00a2ca45f 100644 --- a/templates/webpages/customer_vendor/tabs/custom_variables.html +++ b/templates/webpages/customer_vendor/tabs/custom_variables.html @@ -8,7 +8,7 @@ [% var.config.description | html %] - [% PROCESS 'customer_vendor/render_cvar_input.html' + [% PROCESS 'common/render_cvar_input.html' cvar_name_prefix = 'cv_cvars.' %] -- 2.20.1