File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
interface/web/sites/templates Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,8 @@ <h1><tmpl_if name='vhostdomain_type' op='==' value='domain'>{tmpl_var name="doma
3737 </ thead >
3838 < tbody >
3939 < tmpl _loop name ="records ">
40- < tr < tmpl _if name ="site_error " > class="danger" </ tmpl _if > < tmpl _if name =" warn_inactive "> class="danger" </ tmpl _if> >
40+ < tr < tmpl _if name ="warn_inactive "> class="danger" </ tmpl _if> >
4141 < tmpl _if name ="vhostdomain_type " value ="domain "> < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'} "> {tmpl_var name="domain_id"}</ a > </ td > </ tmpl _if>
42- < tmpl _if name ="site_error ">
43-
44- < a href ="# " data-toggle ="tooltip " title ="{tmpl_var name= "site_error "}">
45- < span class ="glyphicon glyphicon-warning-sign "> </ span > </ a >
46- </ tmpl _if>
47- </ a > </ td > </ tmpl _if>
4842 < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'} "> {tmpl_var name="active"}</ a > </ td >
4943 < tmpl _if name ="vhostdomain_type " value ="domain "> < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'} "> {tmpl_var name="sys_groupid"}</ a > </ td > </ tmpl _if>
5044 < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'} "> {tmpl_var name="server_id"}</ a > </ td >
Original file line number Diff line number Diff line change @@ -52,14 +52,8 @@ <h1><tmpl_if name='vhostdomain_type' op='==' value='domain'>{tmpl_var name="doma
5252 </ thead >
5353 < tbody >
5454 < tmpl _loop name ="records ">
55- < tr < tmpl _if name ="site_error " > class="danger" </ tmpl _if > < tmpl _if name =" warn_inactive "> class="danger" </ tmpl _if> >
55+ < tr < tmpl _if name ="warn_inactive "> class="danger" </ tmpl _if> >
5656 < tmpl _if name ="vhostdomain_type " value ="domain "> < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'} "> {tmpl_var name="domain_id"}</ a > </ td > </ tmpl _if>
57- < tmpl _if name ="site_error ">
58-
59- < a href ="# " data-toggle ="tooltip " title ="{tmpl_var name= "site_error "}">
60- < span class ="glyphicon glyphicon-warning-sign "> </ span > </ a >
61- </ tmpl _if>
62- </ a > </ td > </ tmpl _if>
6357 < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'} "> {tmpl_var name="active"}</ a > </ td >
6458 < td > < a href ="# " data-load-content ="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'} " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='server_id'} "> {tmpl_var name="server_id"}</ a > </ td >
6559 < tmpl _if name ="vhostdomain_type " op ="!= " value ="domain "> < td > < a href ="# " data-load-content ="sites/web_vhost_aliasdomain_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="parent_domain_id"}</ a > </ td > </ tmpl _if>
You can’t perform that action at this time.
0 commit comments