Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
24c66b82
Commit
24c66b82
authored
Dec 14, 2007
by
Gábor Hojtsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#199402
by keith.smith: standardize on 'Save and continue' text on installer submit buttons
parent
b6532a4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
install.php
install.php
+3
-3
No files found.
install.php
View file @
24c66b82
...
...
@@ -324,7 +324,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting
$form
[
'save'
]
=
array
(
'#type'
=>
'submit'
,
'#value'
=>
st
(
'Save
configuration
'
),
'#value'
=>
st
(
'Save
and continue
'
),
);
$form
[
'errors'
]
=
array
();
...
...
@@ -471,7 +471,7 @@ function install_select_profile_form(&$form_state, $profiles) {
}
$form
[
'submit'
]
=
array
(
'#type'
=>
'submit'
,
'#value'
=>
st
(
'Save
configuration
'
),
'#value'
=>
st
(
'Save
and continue
'
),
);
return
$form
;
}
...
...
@@ -1058,7 +1058,7 @@ function install_configure_form(&$form_state, $url) {
$form
[
'submit'
]
=
array
(
'#type'
=>
'submit'
,
'#value'
=>
st
(
'Save'
),
'#value'
=>
st
(
'Save
and continue
'
),
'#weight'
=>
15
,
);
$form
[
'#action'
]
=
$url
;
...
...
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