tbrehm
2008-09-13 4a4d48104ba8fe3483aa3ac45d6fe35a7c00ece1
Removed some fields of the advanced options tab of the website.
2 files modified
4 ■■■■ changed files
interface/web/sites/form/web_domain.tform.php 2 ●●●●● patch | view | raw | blame | history
interface/web/sites/templates/web_domain_advanced.htm 2 ●●●●● patch | view | raw | blame | history
interface/web/sites/form/web_domain.tform.php
@@ -318,6 +318,7 @@
    ##################################
    # Begin Datatable fields
    ##################################
    /*
        'document_root' => array (
            'datatype'    => 'VARCHAR',
            'formtype'    => 'TEXT',
@@ -351,6 +352,7 @@
            'width'        => '30',
            'maxlength'    => '255'
        ),
        */
        'apache_directives' => array (
            'datatype'    => 'TEXT',
            'formtype'    => 'TEXT',
interface/web/sites/templates/web_domain_advanced.htm
@@ -1,4 +1,5 @@
<table width="500" border="0" cellspacing="0" cellpadding="2">
  <!--
  <tr>
    <td class="frmText11">{tmpl_var name='document_root_txt'}:</td>
    <td class="frmText11"><input name="document_root" type="text" class="text" value="{tmpl_var name='document_root'}" size="30" maxlength="255"></td>
@@ -11,6 +12,7 @@
    <td class="frmText11">{tmpl_var name='system_group_txt'}:</td>
    <td class="frmText11"><input name="system_group" type="text" class="text" value="{tmpl_var name='system_group'}" size="30" maxlength="255"></td>
  </tr>
  -->
  <tr>
    <td class="frmText11">{tmpl_var name='apache_directives_txt'}:</td>
    <td class="frmText11"><textarea name="apache_directives" class="text" rows="10" cols="30">{tmpl_var name='apache_directives'}</textarea></td>