Addition to #286
- Meh, integrating several plugins with one action hook does not work properly. Therefore, a separate action hook has been added for each plugin. - The sensitive DateChanger plugin gets a place above the subject input field Done: The plugins in the extra repo still need to be adjusted
This commit is contained in:
commit
b9eda3ad12
@ -17,7 +17,8 @@
|
|||||||
{assign var=post value=""}
|
{assign var=post value=""}
|
||||||
{/if}
|
{/if}
|
||||||
{entry content=$post alwaysshow=true}
|
{entry content=$post alwaysshow=true}
|
||||||
|
{* here will go a plugin hook *}
|
||||||
|
<!-- BOF DateChanger- Plugin -->{action hook=simple_datechanger_form}<!-- EOF DateChanger- Plugin -->
|
||||||
<div id="admin-editor">
|
<div id="admin-editor">
|
||||||
<p><label for="subject">{$panelstrings.subject}</label><br>
|
<p><label for="subject">{$panelstrings.subject}</label><br>
|
||||||
{if isset($error) && isset($error.subject) && !empty($error.subject)}
|
{if isset($error) && isset($error.subject) && !empty($error.subject)}
|
||||||
@ -46,8 +47,9 @@
|
|||||||
rows="20" cols="74">{$content|default:{$smarty.request.content|default:''}|htmlspecialchars}</textarea><br>
|
rows="20" cols="74">{$content|default:{$smarty.request.content|default:''}|htmlspecialchars}</textarea><br>
|
||||||
</p>
|
</p>
|
||||||
{* here will go a plugin hook *}
|
{* here will go a plugin hook *}
|
||||||
<!-- BOF CommentCenter, Datechanger and Tag- Plugin -->{action hook=simple_edit_form}<!-- EOF CommentCenter, Datechanger and Tag- Plugin -->
|
|
||||||
<!-- BOF SEO-Metataginfo- Plugin -->{action hook=simple_metatag_info}<!-- EOF SEO-Metataginfo- Plugin -->
|
<!-- BOF SEO-Metataginfo- Plugin -->{action hook=simple_metatag_info}<!-- EOF SEO-Metataginfo- Plugin -->
|
||||||
|
<!-- BOF Tag- Plugin -->{action hook=simple_tag_form}<!-- EOF Tag- Plugin -->
|
||||||
|
<!-- BOF Show categories -->{action hook=simple_edit_form}<!-- EOF Show categories -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="admin-options">
|
<div id="admin-options">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user