File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3939//* Enable auth
4040$ liste ['auth ' ] = 'no ' ;
4141
42+ $ liste ['sort_field ' ] = 'tstamp ' ;
43+ $ liste ['sort_direction ' ] = 'ASC ' ;
4244
4345/*****************************************************
4446* Suchfelder
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ <h2><tmpl_var name="list_head_txt"></h2>
2424 < tbody >
2525 < tmpl _loop name ="records ">
2626 < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
27- < td class ="tbl_col_tstamp "> < a href =" # " onClick =" loadContent('admin/syslog_edit.php?id= {tmpl_var name='id'}'); " > {tmpl_var name=" tstamp"}</ a > </ td >
28- < td class ="tbl_col_server_id "> < a href =" # " onClick =" loadContent('admin/syslog_edit.php?id= {tmpl_var name='id'}'); " > {tmpl_var name=" server_id"}</ a > </ td >
29- < td class ="tbl_col_loglevel "> < a href =" # " onClick =" loadContent('admin/syslog_edit.php?id= {tmpl_var name='id'}'); " > {tmpl_var name=" loglevel"}</ a > </ td >
30- < td class ="tbl_col_message "> < a href =" # " onClick =" loadContent('admin/syslog_edit.php?id= {tmpl_var name='id'}'); " > {tmpl_var name=" message"}</ a > </ td >
27+ < td class ="tbl_col_tstamp "> {tmpl_var name=" tstamp"}</ td >
28+ < td class ="tbl_col_server_id "> {tmpl_var name=" server_id"}</ td >
29+ < td class ="tbl_col_loglevel "> {tmpl_var name=" loglevel"}</ td >
30+ < td class ="tbl_col_message "> {tmpl_var name=" message"}</ td >
3131 < td class ="tbl_col_buttons ">
3232
3333 </ td >
You can’t perform that action at this time.
0 commit comments