Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
workbench_files
Commits
4c953f3c
Commit
4c953f3c
authored
Jul 08, 2011
by
Ken Rickard
Browse files
Changes File List to File list to match other view titles
parent
3ed449de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
views/workbench_files.view.inc
views/workbench_files.view.inc
+2
-2
No files found.
views/workbench_files.view.inc
View file @
4c953f3c
...
...
@@ -12,7 +12,7 @@ $view->tag = 'Workbench';
$view
->
base_table
=
'file_managed'
;
$view
->
human_name
=
''
;
$view
->
core
=
0
;
$view
->
api_version
=
'3.0-alpha1'
;
$view
->
api_version
=
3
;
$view
->
disabled
=
FALSE
;
/* Edit this to true to make a default view disabled initially */
/* Display: Defaults */
...
...
@@ -200,7 +200,7 @@ $handler->display->display_options['filters']['filename']['expose']['identifier'
$handler
=
$view
->
new_display
(
'page'
,
'Page'
,
'page_1'
);
$handler
->
display
->
display_options
[
'path'
]
=
'admin/workbench/files'
;
$handler
->
display
->
display_options
[
'menu'
][
'type'
]
=
'tab'
;
$handler
->
display
->
display_options
[
'menu'
][
'title'
]
=
'File
L
ist'
;
$handler
->
display
->
display_options
[
'menu'
][
'title'
]
=
'File
l
ist'
;
$handler
->
display
->
display_options
[
'menu'
][
'description'
]
=
'List of all files uploaded to this site.'
;
$handler
->
display
->
display_options
[
'menu'
][
'weight'
]
=
'0'
;
$translatables
[
'workbench_files'
]
=
array
(
...
...
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