Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
313
Merge Requests
313
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
77515308
Commit
77515308
authored
Aug 18, 2004
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Small change to the wording of the 'note'.
parent
8050af67
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
CHANGELOG.txt
CHANGELOG.txt
+2
-4
modules/upload.module
modules/upload.module
+1
-1
modules/upload/upload.module
modules/upload/upload.module
+1
-1
No files found.
CHANGELOG.txt
View file @
77515308
...
...
@@ -36,8 +36,7 @@ Drupal x.x.x, xxxx-xx-xx
- accessibility:
* improved the accessibility of the archive module's calendar.
* improved form handling and error reporting.
* added HTTP redirects to prevent submitting twice when refreshing right
after a form submission
* added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
- refactored 403 (forbidden) handling and added support for custom 403 pages.
- documentation:
* added PHPDoc/Doxygen comments.
...
...
@@ -46,8 +45,7 @@ Drupal x.x.x, xxxx-xx-xx
* expanded the embedded PHP-code feature so it can be used everywhere
* added support for role-dependant filtering, through input formats
- UI translation:
* managing translations is now completely done through the administration
interface
* managing translations is now completely done through the administration interface
* added support for importing/exporting gettext .po files
Drupal 4.4.2, 2004-07-04
...
...
modules/upload.module
View file @
77515308
...
...
@@ -291,7 +291,7 @@ function upload_form($node) {
}
if
(
count
(
$node
->
files
))
{
$output
=
form_item
(
''
,
theme
(
'table'
,
$header
,
$rows
),
t
(
'Note:
Changes made to the attachments list are not permanent until you save this node
.'
));
$output
=
form_item
(
''
,
theme
(
'table'
,
$header
,
$rows
),
t
(
'Note:
changes made to the attachments are not permanent until you save this post
.'
));
}
$output
.
=
form_file
(
t
(
'Attach new file'
),
"upload"
,
40
);
$output
.
=
form_button
(
t
(
'Attach'
),
'fileop'
);
...
...
modules/upload/upload.module
View file @
77515308
...
...
@@ -291,7 +291,7 @@ function upload_form($node) {
}
if
(
count
(
$node
->
files
))
{
$output
=
form_item
(
''
,
theme
(
'table'
,
$header
,
$rows
),
t
(
'Note:
Changes made to the attachments list are not permanent until you save this node
.'
));
$output
=
form_item
(
''
,
theme
(
'table'
,
$header
,
$rows
),
t
(
'Note:
changes made to the attachments are not permanent until you save this post
.'
));
}
$output
.
=
form_file
(
t
(
'Attach new file'
),
"upload"
,
40
);
$output
.
=
form_button
(
t
(
'Attach'
),
'fileop'
);
...
...
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