Florian Schaal
2015-06-22 b42486c6fea976fe5f0615c6fb679fd3c084e7a9
fixed inserted text for document root in domain edit page
1 files modified
2 ■■■ changed files
interface/web/sites/templates/web_vhost_domain_edit.htm 2 ●●● patch | view | raw | blame | history
interface/web/sites/templates/web_vhost_domain_edit.htm
@@ -91,7 +91,7 @@
            </div>
            <tmpl_if name="edit_disabled">
                <div class="form-group">
                    <label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='ip_address_txt'}</label>
                    <label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='document_root_txt'}</label>
                    <div class="col-sm-9">{tmpl_var name='document_root'}</div>
                </div>
            </tmpl_if>