Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boxes
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
boxes
Commits
b491fd1d
Commit
b491fd1d
authored
13 years ago
by
tirdadc
Browse files
Options
Downloads
Patches
Plain Diff
Clarified box field descriptions (6.x)
parent
aaec34ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boxes.module
+2
-2
2 additions, 2 deletions
boxes.module
with
2 additions
and
2 deletions
boxes.module
+
2
−
2
View file @
b491fd1d
...
@@ -280,7 +280,7 @@ function boxes_box_form($form_state) {
...
@@ -280,7 +280,7 @@ function boxes_box_form($form_state) {
'#title'
=>
t
(
'Box description'
),
'#title'
=>
t
(
'Box description'
),
'#default_value'
=>
$box
->
description
,
'#default_value'
=>
$box
->
description
,
'#maxlength'
=>
64
,
'#maxlength'
=>
64
,
'#description'
=>
t
(
'A brief description of your box.'
),
'#description'
=>
t
(
'A brief description of your box.
Used for administrative purposes.
'
),
'#required'
=>
TRUE
,
'#required'
=>
TRUE
,
'#weight'
=>
-
19
,
'#weight'
=>
-
19
,
);
);
...
@@ -288,7 +288,7 @@ function boxes_box_form($form_state) {
...
@@ -288,7 +288,7 @@ function boxes_box_form($form_state) {
'#type'
=>
'textfield'
,
'#type'
=>
'textfield'
,
'#title'
=>
t
(
'Box title'
),
'#title'
=>
t
(
'Box title'
),
'#maxlength'
=>
64
,
'#maxlength'
=>
64
,
'#description'
=>
t
(
'The title of the box as shown to the user.'
),
'#description'
=>
t
(
'The
rendered
title of the box as shown to the user.'
),
'#default_value'
=>
$box
->
title
,
'#default_value'
=>
$box
->
title
,
'#weight'
=>
-
18
,
'#weight'
=>
-
18
,
);
);
...
...
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