Added page name to delete dialog #511

This commit is contained in:
Andy Miller
2016-05-26 17:13:24 -06:00
parent 22a5935e70
commit 470fca059f
4 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -14,6 +14,7 @@ b, strong {
.bigger {
font-size: 1.2rem;
}
.button-bar {

View File

@@ -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>