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
27c619d1
Commit
27c619d1
authored
Oct 26, 2005
by
Dries
Browse files
- Patch
#35279
by asimmonds: fixed typo in pager code.
parent
f2675cfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/node.module
View file @
27c619d1
...
@@ -1150,7 +1150,7 @@ function node_admin_nodes() {
...
@@ -1150,7 +1150,7 @@ function node_admin_nodes() {
$form
[
'operations'
][
$node
->
nid
]
=
array
(
'#value'
=>
l
(
t
(
'edit'
),
'node/'
.
$node
->
nid
.
'/edit'
,
array
(),
$destination
));
$form
[
'operations'
][
$node
->
nid
]
=
array
(
'#value'
=>
l
(
t
(
'edit'
),
'node/'
.
$node
->
nid
.
'/edit'
,
array
(),
$destination
));
}
}
$form
[
'nodes'
]
=
array
(
'#type'
=>
'checkboxes'
,
'#options'
=>
$nodes
);
$form
[
'nodes'
]
=
array
(
'#type'
=>
'checkboxes'
,
'#options'
=>
$nodes
);
$form
[
'pager'
]
=
array
(
'value'
=>
theme
(
'pager'
,
NULL
,
50
,
0
));
$form
[
'pager'
]
=
array
(
'
#
value'
=>
theme
(
'pager'
,
NULL
,
50
,
0
));
$form
[
'#method'
]
=
'post'
;
$form
[
'#method'
]
=
'post'
;
$form
[
'#action'
]
=
url
(
'admin/node/action'
);
$form
[
'#action'
]
=
url
(
'admin/node/action'
);
...
...
modules/node/node.module
View file @
27c619d1
...
@@ -1150,7 +1150,7 @@ function node_admin_nodes() {
...
@@ -1150,7 +1150,7 @@ function node_admin_nodes() {
$form
[
'operations'
][
$node
->
nid
]
=
array
(
'#value'
=>
l
(
t
(
'edit'
),
'node/'
.
$node
->
nid
.
'/edit'
,
array
(),
$destination
));
$form
[
'operations'
][
$node
->
nid
]
=
array
(
'#value'
=>
l
(
t
(
'edit'
),
'node/'
.
$node
->
nid
.
'/edit'
,
array
(),
$destination
));
}
}
$form
[
'nodes'
]
=
array
(
'#type'
=>
'checkboxes'
,
'#options'
=>
$nodes
);
$form
[
'nodes'
]
=
array
(
'#type'
=>
'checkboxes'
,
'#options'
=>
$nodes
);
$form
[
'pager'
]
=
array
(
'value'
=>
theme
(
'pager'
,
NULL
,
50
,
0
));
$form
[
'pager'
]
=
array
(
'
#
value'
=>
theme
(
'pager'
,
NULL
,
50
,
0
));
$form
[
'#method'
]
=
'post'
;
$form
[
'#method'
]
=
'post'
;
$form
[
'#action'
]
=
url
(
'admin/node/action'
);
$form
[
'#action'
]
=
url
(
'admin/node/action'
);
...
...
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