tbrehm
2010-07-28 1470f4407d0ad2baa5e7259884132ca0a1a91867
Fixed a formatting problem in the config template for the domain module.
1 files modified
4 ■■■ changed files
interface/web/admin/templates/system_config_domains_edit.htm 4 ●●● patch | view | raw | blame | history
interface/web/admin/templates/system_config_domains_edit.htm
@@ -17,9 +17,7 @@
      <div class="ctrlHolder">
                <p class="label">{tmpl_var name='new_domain_txt'}</p>
                    <div class="multiField">
                        <textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px">
                        {tmpl_var name='new_domain_html'}
                        </textarea>
                        <textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px">{tmpl_var name='new_domain_html'}</textarea>
                    </div>
    </div>
    </fieldset>