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
b4bb8356
Commit
b4bb8356
authored
Nov 13, 2017
by
Karl Hasselbring
Browse files
Fixed: Settings abbrechen leitet jetzt auf zuletzt benutzte Seite zurück (statt auf Startseite)
parent
21dde8aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/parts/searchbar.blade.php
View file @
b4bb8356
...
...
@@ -21,7 +21,7 @@
</button>
</div>
<div
class=
"search-settings"
>
<a
id=
"settings-btn"
class=
"mutelink btn btn-default"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
settings
")
}}"
>
<a
id=
"settings-btn"
class=
"mutelink btn btn-default"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
settings
")
}}"
>
<i
class=
"fa fa-cog"
aria-hidden=
"true"
></i>
</a>
</div>
...
...
resources/views/settings.blade.php
View file @
b4bb8356
...
...
@@ -56,7 +56,7 @@
<
input
type
=
"text"
class
=
"form-control settings-form-control"
name
=
"param_key"
placeholder
=
"@lang('settings.key.placeholder')"
>
</
div
>
<
div
id
=
"settings-buttons"
>
<
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
>
<
a
id
=
"settings-abort-btn"
class
=
"btn btn-danger mutelink"
href
=
"{{
URL::previous(
) }}"
>@
lang
(
'settings.abort'
)
<
i
class
=
"fa fa-times"
aria
-
hidden
=
"true"
></
i
></
a
>
<
input
id
=
"unten"
class
=
"btn btn-primary"
type
=
"submit"
value
=
"{!! trans('settings.speichern.1') !!}"
>
<
input
id
=
"save"
class
=
"btn btn-primary hidden"
type
=
"button"
data
-
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
value
=
"{!! trans('settings.speichern.2') !!}"
>
<
input
id
=
"plugin"
class
=
"btn btn-primary"
type
=
"submit"
value
=
"{!! trans('settings.speichern.3') !!}"
>
...
...
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