File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 318318 ##################################
319319 # Begin Datatable fields
320320 ##################################
321+ /*
321322 'document_root' => array (
322323 'datatype' => 'VARCHAR',
323324 'formtype' => 'TEXT',
351352 'width' => '30',
352353 'maxlength' => '255'
353354 ),
355+ */
354356 'apache_directives ' => array (
355357 'datatype ' => 'TEXT ' ,
356358 'formtype ' => 'TEXT ' ,
Original file line number Diff line number Diff line change 11< table width ="500 " border ="0 " cellspacing ="0 " cellpadding ="2 ">
2+ <!--
23 <tr>
34 <td class="frmText11">{tmpl_var name='document_root_txt'}:</td>
45 <td class="frmText11"><input name="document_root" type="text" class="text" value="{tmpl_var name='document_root'}" size="30" maxlength="255"></td>
1112 <td class="frmText11">{tmpl_var name='system_group_txt'}:</td>
1213 <td class="frmText11"><input name="system_group" type="text" class="text" value="{tmpl_var name='system_group'}" size="30" maxlength="255"></td>
1314 </tr>
15+ -->
1416 < tr >
1517 < td class ="frmText11 "> {tmpl_var name='apache_directives_txt'}:</ td >
1618 < td class ="frmText11 "> < textarea name ="apache_directives " class ="text " rows ="10 " cols ="30 "> {tmpl_var name='apache_directives'}</ textarea > </ td >
You can’t perform that action at this time.
0 commit comments