Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
This commit is contained in:
@ -36,6 +36,10 @@
|
||||
<button class="wrap_insurl" type="button" name="insURL" data-tarea="serendipity[body]">URL</button>
|
||||
{serendipity_hookPlugin hook="backend_entry_toolbar_body" data=$entry_data.entry hookAll="true"}
|
||||
</div>
|
||||
{else}
|
||||
<div id="tools_entry" class="editor_toolbar">
|
||||
{serendipity_hookPlugin hook="backend_entry_toolbar_body" data=$entry_data.entry hookAll="true"}
|
||||
</div>
|
||||
{/if}
|
||||
<textarea id="serendipity[body]" name="serendipity[body]" rows="15">{$entry_vars.entry.body|@escape}</textarea>
|
||||
</div>
|
||||
@ -55,6 +59,10 @@
|
||||
<button class="wrap_insurl" type="button" name="insURL" data-tarea="serendipity[extended]">URL</button>
|
||||
{serendipity_hookPlugin hook="backend_entry_toolbar_extended" data=$entry_data.entry hookAll="true"}
|
||||
</div>
|
||||
{else}
|
||||
<div id="tools_extended" class="editor_toolbar">
|
||||
{serendipity_hookPlugin hook="backend_entry_toolbar_extended" data=$entry_data.entry hookAll="true"}
|
||||
</div>
|
||||
{/if}
|
||||
<div id="extended_entry_editor">
|
||||
<textarea id="serendipity[extended]" name="serendipity[extended]" rows="15">{$entry_vars.entry.extended|@escape}</textarea>
|
||||
|
Reference in New Issue
Block a user