From 70e890ed44de037bd1207fc74872b57debb8de5a Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Thu, 11 Dec 2008 14:42:24 -0500 Subject: [PATCH] moved the system-log and the jobqueue to the monitor. --- interface/web/monitor/templates/syslog_list.htm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/admin/templates/syslog_list.htm b/interface/web/monitor/templates/syslog_list.htm similarity index 85% rename from interface/web/admin/templates/syslog_list.htm rename to interface/web/monitor/templates/syslog_list.htm index 45f2a38..4734736 100644 --- a/interface/web/admin/templates/syslog_list.htm +++ b/interface/web/monitor/templates/syslog_list.htm @@ -15,10 +15,10 @@ </tr> <tr> <td class="tbl_col_tstamp"> </td> - <td class="tbl_col_server_id"><select name="search_server_id" onChange="submitForm('pageForm','admin/log_list.php');">{tmpl_var name='search_server_id'}</select></td> - <td class="tbl_col_loglevel"><select name="search_loglevel" onChange="submitForm('pageForm','admin/log_list.php');">{tmpl_var name='search_loglevel'}</select></td> + <td class="tbl_col_server_id"><select name="search_server_id" onChange="submitForm('pageForm','monitor/log_list.php');">{tmpl_var name='search_server_id'}</select></td> + <td class="tbl_col_loglevel"><select name="search_loglevel" onChange="submitForm('pageForm','monitor/log_list.php');">{tmpl_var name='search_loglevel'}</select></td> <td class="tbl_col_message"><input type="text" name="search_message" value="{tmpl_var name='search_message'}" /></td> - <td class="tbl_col_buttons"><div class="buttons"><button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','admin/log_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td> + <td class="tbl_col_buttons"><div class="buttons"><button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','monitor/log_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td> </tr> </thead> <tbody> -- Gitblit v1.9.1