Archived
Back button for plugins
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user