File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868 'prefix ' => "" ,
6969 'suffix ' => "" ,
7070 'width ' => "" ,
71- 'value ' => array ('y ' => "Yes " ,'n ' => "No " ));
71+ 'value ' => array ('y ' => "<div id= \" ir- Yes\" class= \" swap \" ><span>Yes</span></div> " ,'n ' => "<div class= \" swap \" id= \" ir-No \" ><span>No</span></div> " ));
7272
7373if ($ _SESSION ['s ' ]['user ' ]['typ ' ] == 'admin ' ) {
7474$ liste ["item " ][] = array ( 'field ' => "sys_groupid " ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4747 < tbody >
4848 < tmpl _loop name ="records ">
4949 < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
50- < td class ="tbl_col_active "> < a href ="# " onclick ="loadContent('sites/cron_edit.php?id={tmpl_var name='id'}'); "> < img src =" themes/ {tmpl_var name='theme'}/icons/{tmpl_var name='_active_'} " border =" 0 " /> </ a > </ td >
50+ < td class ="tbl_col_active "> < a href ="# " onclick ="loadContent('sites/cron_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="active"} </ a > </ td >
5151 < td class ="tbl_col_server_id "> < a href ="# " onclick ="loadContent('sites/cron_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="server_id"}</ a > </ td >
5252 < td class ="tbl_col_parent_domain_id "> < a href ="# " onclick ="loadContent('sites/cron_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="parent_domain_id"}</ a > </ td >
5353 < td class ="tbl_col_run_min "> < a href ="# " onclick ="loadContent('sites/cron_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="run_min"}</ a > </ td >
You can’t perform that action at this time.
0 commit comments