Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e1a7144b
Commit
e1a7144b
authored
Oct 29, 2006
by
Steven Wittens
Browse files
Fix table row striping on status report page
parent
d0169f4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
e1a7144b
...
...
@@ -1809,7 +1809,7 @@ function theme_status_report(&$requirements) {
$output
=
'<table class="system-status-report">'
;
foreach
(
$requirements
as
$requirement
)
{
if
(
$requirement
[
'#type'
]
==
''
)
{
$class
=
$i
%
2
==
0
?
'even'
:
'odd'
;
$class
=
++
$i
%
2
==
0
?
'even'
:
'odd'
;
$classes
=
array
(
REQUIREMENT_INFO
=>
'info'
,
...
...
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