Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3253715
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3253715
Commits
bbce39ff
Commit
bbce39ff
authored
15 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#307354
by xmacinfo, heather: rename 'Display fields' to 'Manage Display'.
parent
0c0957ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/field/field.module
+1
-1
1 addition, 1 deletion
modules/field/field.module
modules/field_ui/field_ui.module
+3
-3
3 additions, 3 deletions
modules/field_ui/field_ui.module
with
4 additions
and
4 deletions
modules/field/field.module
+
1
−
1
View file @
bbce39ff
...
...
@@ -478,7 +478,7 @@ function _field_filter_xss_display_allowed_tags() {
*
* Used to display a field's values outside the context of the $node, as
* when fields are displayed in Views, or to display a field in a template
* using a different formatter than the one set up on the
Display Fields
tab
* using a different formatter than the one set up on the
'Manage display'
tab
* for the node's context.
*
* @param $field
...
...
This diff is collapsed.
Click to expand it.
modules/field_ui/field_ui.module
+
3
−
3
View file @
bbce39ff
...
...
@@ -106,9 +106,9 @@ function field_ui_menu() {
'file'
=>
'field_ui.admin.inc'
,
)
+
$access
;
// '
Display fields
' tab and context secondary tabs.
// '
Manage display
' tab and context secondary tabs.
$items
[
"
$path
/display"
]
=
array
(
'title'
=>
'
Display fields
'
,
'title'
=>
'
Manage display
'
,
'page callback'
=>
'drupal_get_form'
,
'page arguments'
=>
array
(
'field_ui_display_overview_form'
,
$obj_type
,
$bundle_arg
),
'type'
=>
MENU_LOCAL_TASK
,
...
...
@@ -167,7 +167,7 @@ function field_ui_theme() {
}
/**
* Group available build modes on tabs on the '
Display fields
' page.
* Group available build modes on tabs on the '
Manage display
' page.
*
* @todo Remove this completely and use vertical tabs?
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment