Till Brehm
2016-01-02 5660509ef29fdbcbfb28d34ee954279dd36afc4f
Website domain backup tab was using wrong template file.
2 files modified
3 ■■■■ changed files
interface/web/sites/form/web_vhost_domain.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/templates/web_vhost_domain_backup.htm 1 ●●●● patch | view | raw | blame | history
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 (
            //#################################
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>