diff --git a/e107_admin/admin_log.php b/e107_admin/admin_log.php index 9aa738426..589f95edc 100644 --- a/e107_admin/admin_log.php +++ b/e107_admin/admin_log.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/admin_log.php,v $ -| $Revision: 1.10 $ -| $Date: 2008-01-04 21:32:21 $ -| $Author: e107steved $ +| $Revision: 1.11 $ +| $Date: 2008-01-10 02:55:03 $ +| $Author: e107coders $ | | Preferences: | 'sys_log_perpage' - number of events per page @@ -178,7 +178,7 @@ if (($action == "confdel") || ($action == "auditdel")) $text = "
- +
@@ -296,7 +296,7 @@ if($action == "config") // Common to all logs $text = "
-

"; $text .= (($action == "confdel") ? RL_LAN_047 : RL_LAN_065).$old_string."

+
@@ -335,7 +335,7 @@ function gen_log_delete($selectname) //================== $text = " -
".RL_LAN_044."
+
".RL_LAN_045." ".gen_log_delete('rolllog_clearadmin').RL_LAN_046." @@ -383,7 +383,7 @@ $audit_checkboxes = array( $user_signup_opts = array_flip(explode(',',varset($pref['user_audit_opts'],''))); $text = "
- +
".RL_LAN_026." "; @@ -418,7 +418,7 @@ $audit_checkboxes = array( // Audit Trail maintenance $text = " - +
".RL_LAN_066." ".gen_log_delete('rolllog_clearaudit').RL_LAN_046." @@ -436,7 +436,7 @@ $audit_checkboxes = array( //==================== $text = "
- +
".RL_LAN_008." @@ -583,7 +583,7 @@ $col_fields = array('adminlog' => array('cf_datestring','dblog_type','dblog_ip', // Start by putting up the filter boxes $text = "
- +
@@ -658,7 +658,7 @@ $col_fields = array('adminlog' => array('cf_datestring','dblog_type','dblog_ip', $column_count = count($col_widths[$action]); $text .= "
-
+
"; foreach($col_widths[$action] as $i) {