mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-23 15:11:25 +01:00
Added page name to delete dialog #511
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* Provide security options for single tabs [#615](https://github.com/getgrav/grav-plugin-admin/issues/615)
|
||||
* Disable double clicking on Save/Delete/Copy page actions [#611](https://github.com/getgrav/grav-plugin-admin/issues/611)
|
||||
* Tweaked the avatar alignment in sidebar [#592](https://github.com/getgrav/grav-plugin-admin/issues/592)
|
||||
* Added page name to delete dialog [#511](https://github.com/getgrav/grav-plugin-admin/issues/511)
|
||||
1. [](#bugfix)
|
||||
* Fix double "Removed successfully" appearing when removing a package [#609](https://github.com/getgrav/grav-plugin-admin/issues/609)
|
||||
* Prevent removing required plugins dependencies when removing a package [#613](https://github.com/getgrav/grav-plugin-admin/issues/613)
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -14,6 +14,7 @@ b, strong {
|
||||
|
||||
.bigger {
|
||||
font-size: 1.2rem;
|
||||
|
||||
}
|
||||
|
||||
.button-bar {
|
||||
|
||||
@@ -317,6 +317,9 @@
|
||||
<div class="remodal" data-remodal-id="delete" data-remodal-options="hashTracking: false">
|
||||
<form>
|
||||
<h1>{{ "PLUGIN_ADMIN.MODAL_DELETE_PAGE_CONFIRMATION_REQUIRED_TITLE"|tu }}</h1>
|
||||
<p class="bigger">
|
||||
<strong>{{ "PLUGIN_ADMIN.PAGE"|tu }}: {{ context.title }}</strong>
|
||||
</p>
|
||||
<p class="bigger">
|
||||
{{ "PLUGIN_ADMIN.MODAL_DELETE_PAGE_CONFIRMATION_REQUIRED_DESC"|tu }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user