Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
b229dc5d
Commit
b229dc5d
authored
Nov 17, 2016
by
Phil Höfer
Browse files
Settings-alles-markieren-Links sind jetzt button-elemente.
fixes
#319
parent
1a58cd35
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/settings.blade.php
View file @
b229dc5d
...
...
@@ -38,13 +38,13 @@
<
option
value
=
"GET"
selected
>
GET
</
option
>
<
option
value
=
"POST"
>
POST
</
option
>
</
select
>
<
h2
>
{
!!
trans
(
'settings.suchmaschinen.1'
)
!!
}
<
small
><
a
class
=
"
allUnchecker"
>
{
!!
trans
(
'settings.suchmaschinen.2'
)
!!
}
</
a
></
small
></
h2
>
<
h2
>
{
!!
trans
(
'settings.suchmaschinen.1'
)
!!
}
<
small
><
button
type
=
"button"
class
=
"btn btn-link
allUnchecker"
>
{
!!
trans
(
'settings.suchmaschinen.2'
)
!!
}
</
button
></
small
></
h2
>
@
foreach
(
$foki
as
$fokus
=>
$sumas
)
<
div
class
=
"headingGroup {{
$fokus
}}"
>
<
h3
class
=
"fokus-category"
>
{{
ucfirst
(
$fokus
)
}}
<
small
>
<
a
class
=
"checker"
data
-
type
=
"{{
$fokus
}}"
>
{
!!
trans
(
'settings.suchmaschinen.3'
)
!!
}
</
a
>
<
button
type
=
"button"
class
=
"checker
btn btn-link
"
data
-
type
=
"{{
$fokus
}}"
>
{
!!
trans
(
'settings.suchmaschinen.3'
)
!!
}
</
button
>
</
small
>
</
h3
>
<
div
class
=
"row"
>
...
...
Write
Preview
Supports
Markdown
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