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/templates/web_vhost_domain_backup.htm |    1 -
 interface/web/sites/form/web_vhost_domain.tform.php       |    2 +-
 2 files changed, 1 insertions(+), 2 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 (
 			//#################################
diff --git a/interface/web/sites/templates/web_vhost_domain_backup.htm b/interface/web/sites/templates/web_vhost_domain_backup.htm
index 40b64de..c31a579 100644
--- a/interface/web/sites/templates/web_vhost_domain_backup.htm
+++ b/interface/web/sites/templates/web_vhost_domain_backup.htm
@@ -12,7 +12,6 @@
 </div>
 </tmpl_if>
 
-
         <legend>Backup</legend>
             <div class="form-group">
                 <label for="backup_interval" class="col-sm-3 control-label">{tmpl_var name='backup_interval_txt'}</label>

--
Gitblit v1.9.1