Back button for plugins

This commit is contained in:
onli
2014-05-26 23:43:27 +02:00
parent 917fb303f2
commit 6d6570e92c
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@
Version 2.0-beta3 ()
------------------------------------------------------------------------
* Back button in plugin-config
* Adapted serendipity_editor.js to provide more global (though
deprecated) API access methods for plugins like amazonchooser
and linktrimmer, to perform insertion. Also fixed the
+3
View File
@@ -42,6 +42,9 @@
{if $postKey == "template"}
<a class="button_link" href="?serendipity[adminModule]=templates">{$CONST.BACK}</a>
{/if}
{if $postKey == "plugin"}
<a class="button_link" href="?serendipity[adminModule]=plugins">{$CONST.BACK}</a>
{/if}
<input name="SAVECONF" type="submit" value="{$CONST.SAVE}">
</div>
{/if}