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
07ecb2ab
Commit
07ecb2ab
authored
Oct 22, 2005
by
Dries
Browse files
- Patch
#34831
by asimmonds: added missing table header.
parent
f31db8d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
07ecb2ab
...
...
@@ -206,6 +206,7 @@ function theme_system_user($form) {
$rows
[]
=
$row
;
}
$header
=
array
(
t
(
'Screenshot'
),
t
(
'Name'
),
t
(
'Selected'
));
$output
=
theme
(
'table'
,
$header
,
$rows
);
return
$output
;
}
...
...
modules/system/system.module
View file @
07ecb2ab
...
...
@@ -206,6 +206,7 @@ function theme_system_user($form) {
$rows
[]
=
$row
;
}
$header
=
array
(
t
(
'Screenshot'
),
t
(
'Name'
),
t
(
'Selected'
));
$output
=
theme
(
'table'
,
$header
,
$rows
);
return
$output
;
}
...
...
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