From 5660509ef29fdbcbfb28d34ee954279dd36afc4f Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sat, 02 Jan 2016 11:17:36 -0500
Subject: [PATCH] Website domain backup tab was using wrong template file.

---
 interface/web/sites/form/web_vhost_domain.tform.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/sites/form/web_vhost_domain.tform.php b/interface/web/sites/form/web_vhost_domain.tform.php
index e753a98..e0b3a03 100644
--- a/interface/web/sites/form/web_vhost_domain.tform.php
+++ b/interface/web/sites/form/web_vhost_domain.tform.php
@@ -611,7 +611,7 @@
 	$form["tabs"]['backup'] = array (
 		'title'  => "Backup",
 		'width'  => 100,
-		'template'  => "templates/web_domain_backup.htm",
+		'template'  => "templates/web_vhost_domain_backup.htm",
 		'readonly' => false,
 		'fields'  => array (
 			//#################################

--
Gitblit v1.9.1