Preview for delete page and delete entry

* Preview for delete page and delete entry also corrected
This commit is contained in:
Fraenkiman 2023-02-24 00:15:06 +01:00
parent 3bc68c39e1
commit 4e9c9f1907
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{entry_block} {entry_block}
{html_form} {html_form}
<fieldset><legend>{$panelstrings.preview}</legend> <fieldset id="post-preview"><legend>{$panelstrings.preview}</legend>
{include file="preview.tpl"} {include file="preview.tpl"}
</fieldset> </fieldset>
<p>{$panelstrings.confirm}</p> <p>{$panelstrings.confirm}</p>

View File

@ -2,7 +2,7 @@
<p>{$panelstrings.descr}</p> <p>{$panelstrings.descr}</p>
{statics} {statics}
<fieldset><legend>{$panelstrings.preview}</legend> <fieldset id="post-preview"><legend>{$panelstrings.preview}</legend>
{include file="previewstatic.tpl"} {include file="previewstatic.tpl"}
</fieldset> </fieldset>
{/statics} {/statics}