Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
6e0b9613
Commit
6e0b9613
authored
Dec 09, 2008
by
tbrehm
Browse files
No commit message
No commit message
parent
eaa00d8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/list/log.list.php
View file @
6e0b9613
...
...
@@ -39,6 +39,8 @@ $liste['paging_tpl'] = 'templates/paging.tpl.htm';
//* Enable auth
$liste
[
'auth'
]
=
'no'
;
$liste
[
'sort_field'
]
=
'tstamp'
;
$liste
[
'sort_direction'
]
=
'ASC'
;
/*****************************************************
* Suchfelder
...
...
interface/web/admin/templates/syslog_list.htm
View file @
6e0b9613
...
...
@@ -24,10 +24,10 @@
<tbody>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_tstamp"
>
<a
href=
"#"
onClick=
"loadContent('admin/syslog_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="tstamp"}
</
a></
td>
<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>
<td
class=
"tbl_col_loglevel"
>
<a
href=
"#"
onClick=
"loadContent('admin/syslog_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="loglevel"}
</
a></
td>
<td
class=
"tbl_col_message"
>
<a
href=
"#"
onClick=
"loadContent('admin/syslog_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="message"}
</
a></
td>
<td
class=
"tbl_col_tstamp"
>
{tmpl_var name="tstamp"}
</td>
<td
class=
"tbl_col_server_id"
>
{tmpl_var name="server_id"}
</td>
<td
class=
"tbl_col_loglevel"
>
{tmpl_var name="loglevel"}
</td>
<td
class=
"tbl_col_message"
>
{tmpl_var name="message"}
</td>
<td
class=
"tbl_col_buttons"
>
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment