File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 584584 'value ' => ''
585585 ),
586586 'mail_servers ' => array (
587- 'datatype ' => 'INTEGER ' ,
587+ 'datatype ' => 'VARCHAR ' ,
588588 'formtype ' => 'MULTIPLE ' ,
589589 'separator ' => ', ' ,
590590 'default ' => '1 ' ,
11251125 'value ' => ''
11261126 ),
11271127 'dns_servers ' => array (
1128- 'datatype ' => 'INTEGER ' ,
1128+ 'datatype ' => 'VARCHAR ' ,
11291129 'formtype ' => 'MULTIPLE ' ,
11301130 'separator ' => ', ' ,
11311131 'default ' => '1 ' ,
12231223 'value ' => ''
12241224 ),
12251225 'db_servers ' => array (
1226- 'datatype ' => 'INTEGER ' ,
1226+ 'datatype ' => 'VARCHAR ' ,
12271227 'formtype ' => 'MULTIPLE ' ,
12281228 'separator ' => ', ' ,
12291229 'default ' => '1 ' ,
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
3131 < tbody >
3232 < tmpl _loop name ="records ">
3333 < tr >
34- < td > < a href ="# " data-load-content ="sites/web_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="domain"}</ a > </ td >
35- < td > < a href ="# " data-load-content ="sites/web_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="system_user"}</ a > </ td >
36- < td > < a href ="# " data-load-content ="sites/web_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="used"}</ a > </ td >
37- < td > < a href ="# " data-load-content ="sites/web_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="soft"}</ a > </ td >
38- < td > < a href ="# " data-load-content ="sites/web_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="hard"}</ a > </ td >
39- < td > < a href ="# " data-load-content ="sites/web_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="files"}</ a > </ td >
34+ < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="domain"}</ a > </ td >
35+ < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="system_user"}</ a > </ td >
36+ < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="used"}</ a > </ td >
37+ < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="soft"}</ a > </ td >
38+ < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="hard"}</ a > </ td >
39+ < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit .php?id={tmpl_var name='id'} "> {tmpl_var name="files"}</ a > </ td >
4040 < td class ="text-right "> </ td >
4141 </ tr >
4242 </ tmpl _loop>
@@ -54,4 +54,4 @@ <h1><tmpl_var name="list_head_txt"></h1>
5454 </ table >
5555</ div >
5656
57- </ div>
57+ </ div>
You can’t perform that action at this time.
0 commit comments