Skip to content

Commit 5660509

Browse files
author
Till Brehm
committed
Website domain backup tab was using wrong template file.
1 parent 97dafdc commit 5660509

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

interface/web/sites/form/web_vhost_domain.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
$form["tabs"]['backup'] = array (
612612
'title' => "Backup",
613613
'width' => 100,
614-
'template' => "templates/web_domain_backup.htm",
614+
'template' => "templates/web_vhost_domain_backup.htm",
615615
'readonly' => false,
616616
'fields' => array (
617617
//#################################

interface/web/sites/templates/web_vhost_domain_backup.htm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ <h1><tmpl_var name="list_head_txt"></h1>
1212
</div>
1313
</tmpl_if>
1414

15-
1615
<legend>Backup</legend>
1716
<div class="form-group">
1817
<label for="backup_interval" class="col-sm-3 control-label">{tmpl_var name='backup_interval_txt'}</label>

0 commit comments

Comments
 (0)