mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 07:36:15 +02:00
Merge remote-tracking branch 'origin/1.9' into 1.9
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
* Fixed user edit links if Flex Objects plugin is installed but user isn't Flex User
|
||||
* Fixed deprecated `sameas()` Twig test
|
||||
* Regression: Fixed lost user access when saving user profile without super user permissions [#1639](https://github.com/getgrav/grav-plugin-admin/issues/1639)
|
||||
* Fixed `Page.menu` displaying in edit view rather than `Page.title` [#1642](https://github.com/getgrav/grav-plugin-admin/issues/1642)
|
||||
* Regression from beta.8: Deleting files other than from plugins/themes fail on error
|
||||
* Fixed issue with Safari browser and blueprint fields with `toggleable: true` [#1643](https://github.com/getgrav/grav-plugin-admin/issues/1643)
|
||||
|
||||
# v1.9.0-rc.4
|
||||
## 03/20/2019
|
||||
|
||||
@@ -817,3 +817,5 @@ PLUGIN_ADMIN:
|
||||
BACKUPS_PROFILE_SCHEDULE_AT: "Run Scheduled Job"
|
||||
COMMAND: "Command"
|
||||
EXTRA_ARGUMENTS: "Extra Arguments"
|
||||
DEFAULT_LANG: "Override Default Language"
|
||||
DEFAULT_LANG_HELP: "Default is the first supported language. This can be overridden by setting this option but it must be one of the supported languages"
|
||||
|
||||
2
themes/grav/css-compiled/preset.css
vendored
2
themes/grav/css-compiled/preset.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 13 KiB |
@@ -617,9 +617,10 @@ textarea.frontmatter {
|
||||
}
|
||||
|
||||
.form-label.block {
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
z-index: 2;
|
||||
|
||||
}
|
||||
label {
|
||||
z-index: 2;
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
<h1><i class="fa fa-fw fa-file-text-o"></i> {{ "PLUGIN_ADMIN.ADD_PAGE"|tu }}</h1>
|
||||
{% elseif mode == 'edit' %}
|
||||
<h1><i class="fa fa-fw fa-file-text-o"></i>
|
||||
{{ context.menu }}
|
||||
{{ context.title }}
|
||||
</h1>
|
||||
{% else %}
|
||||
<h1><i class="fa fa-fw fa-file-text-o"></i> {{ "PLUGIN_ADMIN.MANAGE_PAGES"|tu }}</h1>
|
||||
|
||||
Reference in New Issue
Block a user