Skip to content
GitLab
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
a8ef7f83
Commit
a8ef7f83
authored
May 16, 2017
by
Karl Hasselbring
Browse files
Restliche Fehler behoben
parent
218093ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/js/scriptStartPage.js
View file @
a8ef7f83
...
...
@@ -79,7 +79,7 @@ function setSettings () {
$
(
'
fieldset.mobile input#bilder
'
).
attr
(
'
id
'
,
'
angepasst
'
)
$
(
'
fieldset.mobile label#bilder-label
'
).
attr
(
'
id
'
,
'
anpassen-label
'
)
$
(
'
fieldset.mobile label#anpassen-label
'
).
attr
(
'
for
'
,
'
angepasst
'
)
$
(
'
fieldset.mobile label#anpassen-label
a
.fa
'
).
attr
(
'
class
'
,
'
fa fa-cog
'
)
$
(
'
fieldset.mobile label#anpassen-label
i
.fa
'
).
attr
(
'
class
'
,
'
fa fa-cog
'
)
$
(
'
fieldset.mobile label#anpassen-label span.content
'
).
html
(
'
angepasst
'
)
}
}
...
...
resources/views/settings.blade.php
View file @
a8ef7f83
...
...
@@ -55,7 +55,7 @@
</
div
>
</
container
>
<
div
id
=
"settingsButtons"
>
<
a
id
=
"settings-abort-btn"
class
=
"btn btn-danger mutelink"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
>@
lang
(
'settings.abort'
)
<
i
class
=
"fa fa-times"
aria
-
hidden
=
"true"
></
i
></
span
></
a
>
<
a
id
=
"settings-abort-btn"
class
=
"btn btn-danger mutelink"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
>@
lang
(
'settings.abort'
)
<
i
class
=
"fa fa-times"
aria
-
hidden
=
"true"
></
i
></
a
>
<
input
id
=
"unten"
class
=
"btn btn-primary settings-btn"
type
=
"submit"
value
=
"{!! trans('settings.speichern.1') !!}"
>
<
input
id
=
"save"
class
=
"btn btn-primary settings-btn hidden"
type
=
"button"
data
-
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
value
=
"{!! trans('settings.speichern.2') !!}"
>
<
input
id
=
"plugin"
class
=
"btn btn-primary settings-btn"
type
=
"submit"
value
=
"{!! trans('settings.speichern.3') !!}"
>
...
...
resources/views/widget/sitesearch.blade.php
View file @
a8ef7f83
...
...
@@ -24,7 +24,7 @@
<
input
type
=
"hidden"
name
=
"encoding"
value
=
"utf8"
>
<
input
type
=
"hidden"
name
=
"site"
value
=
"{{
$site
}}"
>
</
form
>
<
h2
>
{{
trans
(
'sitesearch.generated.5'
)
}}
<
button
id
=
"copyButton"
class
=
"btn btn-default"
type
=
"button"
><
i
class
=
"fa fa-paperclip"
aria
-
hidden
=
"true"
></
i
>
</
span
>
{{
trans
(
'websearch.head.copy'
)
}}
</
button
></
h2
>
<
h2
>
{{
trans
(
'sitesearch.generated.5'
)
}}
<
button
id
=
"copyButton"
class
=
"btn btn-default"
type
=
"button"
><
i
class
=
"fa fa-paperclip"
aria
-
hidden
=
"true"
></
i
>
{{
trans
(
'websearch.head.copy'
)
}}
</
button
></
h2
>
<
textarea
id
=
"codesnippet"
readonly
style
=
"width:100%;height:500px"
>
<
form
class
=
"metager-searchform"
action
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}/meta/meta.ger3"
method
=
"get"
accept
-
charset
=
"UTF-8"
>
<
style
type
=
"text/css"
scoped
>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment