equal
deleted
inserted
replaced
1223 $cls = 'row2'; |
1223 $cls = 'row2'; |
1224 for ( $i = 0; $i < sizeof($plugin_files); $i++ ) |
1224 for ( $i = 0; $i < sizeof($plugin_files); $i++ ) |
1225 { |
1225 { |
1226 $cls = ( $cls == 'row2' ) ? 'row3' : 'row2'; |
1226 $cls = ( $cls == 'row2' ) ? 'row3' : 'row2'; |
1227 $this_plugin = ( isset($system[$plugin_files[$i]]) ) ? $system[$plugin_files[$i]] : $plugin_list[$plugin_files[$i]]; |
1227 $this_plugin = ( isset($system[$plugin_files[$i]]) ) ? $system[$plugin_files[$i]] : $plugin_list[$plugin_files[$i]]; |
1228 $is_system = ( $system[$plugin_files[$i]] ); |
1228 $is_system = ( @$system[$plugin_files[$i]] ); |
1229 $bgcolor = ''; |
1229 $bgcolor = ''; |
1230 if ( $is_system && $cls == 'row2' ) |
1230 if ( $is_system && $cls == 'row2' ) |
1231 $bgcolor = ' style="background-color: #FFD8D8;"'; |
1231 $bgcolor = ' style="background-color: #FFD8D8;"'; |
1232 else if ( $is_system && $cls == 'row3' ) |
1232 else if ( $is_system && $cls == 'row3' ) |
1233 $bgcolor = ' style="background-color: #FFD0D0;"'; |
1233 $bgcolor = ' style="background-color: #FFD0D0;"'; |