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
7a823216
Commit
7a823216
authored
Mar 04, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2194807
by longwave, tim.plunkett: Remove obsolete CSS for language admin form.
parent
20d5b0f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
core/modules/language/language.admin.inc
core/modules/language/language.admin.inc
+1
-1
core/modules/language/lib/Drupal/language/Form/NegotiationConfigureForm.php
...age/lib/Drupal/language/Form/NegotiationConfigureForm.php
+1
-0
core/themes/seven/style.css
core/themes/seven/style.css
+0
-8
No files found.
core/modules/language/language.admin.inc
View file @
7a823216
...
...
@@ -40,7 +40,7 @@ function theme_language_negotiation_configure_form($variables) {
foreach
(
$form
[
'#language_types'
]
as
$type
)
{
$rows
=
array
();
$title
=
'<h
4 class="label"
>'
.
$form
[
$type
][
'#title'
]
.
'</h
4
>'
;
$title
=
'<h
2
>'
.
$form
[
$type
][
'#title'
]
.
'</h
2
>'
;
$description
=
'<div class="description">'
.
$form
[
$type
][
'#description'
]
.
'</div>'
;
foreach
(
$form
[
$type
][
'title'
]
as
$id
=>
$element
)
{
...
...
core/modules/language/lib/Drupal/language/Form/NegotiationConfigureForm.php
View file @
7a823216
...
...
@@ -117,6 +117,7 @@ public function buildForm(array $form, array &$form_state) {
$form
[
'actions'
]
=
array
(
'#type'
=>
'actions'
);
$form
[
'actions'
][
'submit'
]
=
array
(
'#type'
=>
'submit'
,
'#button_type'
=>
'primary'
,
'#value'
=>
$this
->
t
(
'Save settings'
),
);
...
...
core/themes/seven/style.css
View file @
7a823216
...
...
@@ -1717,11 +1717,3 @@ details.fieldset-no-legend {
.js
.form-actions
.dropbutton-multiple.open
.dropbutton-action
:hover
{
background-color
:
#50a0e9
;
}
/* Language Admin UI */
.page-admin-config-regional-language-detection
.table-language-group
{
margin-bottom
:
3em
;
}
.page-admin-config-regional-language-detection
.form-actions
{
margin-top
:
-2em
;
}
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