File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 6161 'width ' => "" ,
6262 'value ' => array ('Y ' => $ app ->lng ('yes_txt ' ), 'N ' => $ app ->lng ('no_txt ' )));
6363
64+ $ liste ["item " ][] = array ( 'field ' => "dnssec_initialized " ,
65+ 'datatype ' => "VARCHAR " ,
66+ 'formtype ' => "TEXT " ,
67+ 'op ' => "= " ,
68+ 'prefix ' => "" ,
69+ 'suffix ' => "" ,
70+ 'width ' => "" ,
71+ 'value ' => '' ,
72+ );
73+
6474
6575$ liste ["item " ][] = array ( 'field ' => "server_id " ,
6676 'datatype ' => "VARCHAR " ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
5757 < tbody >
5858 < tmpl _loop name ="records ">
5959 < tr >
60- < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}</ td >
60+ < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}< tmpl _if name =" dnssec_initialized " op =" == " value =" Y " > < i class =" fa fa-key " aria-hidden =" true " > </ i > </ tmpl _if > < /td >
6161 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="sys_groupid"}</ a > </ td >
6262 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='server_id'} "> {tmpl_var name="server_id"}</ a > </ td >
6363 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='origin'} "> {tmpl_var name="origin"}</ a > </ td >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
5555 < tbody >
5656 < tmpl _loop name ="records ">
5757 < tr >
58- < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}</ td >
58+ < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records "> {tmpl_var name="active"}< tmpl _if name =" dnssec_initialized " op =" == " value =" Y " > < i class =" fa fa-key " aria-hidden =" true " > </ i > </ tmpl _if > < /td >
5959 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='server_id'} "> {tmpl_var name="server_id"}</ a > </ td >
6060 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='origin'} "> {tmpl_var name="origin"}</ a > </ td >
6161 < td > < a href ="# " data-load-content ="dns/dns_soa_edit.php?id={tmpl_var name='id'}&next_tab=dns_records " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='ns'} "> {tmpl_var name="ns"}</ a > </ td >
You can’t perform that action at this time.
0 commit comments