diff --git a/templates/wiki_edit_actions.tpl b/templates/wiki_edit_actions.tpl index 92149fc..d528866 100644 --- a/templates/wiki_edit_actions.tpl +++ b/templates/wiki_edit_actions.tpl @@ -1,3 +1,4 @@ +{if $page|lower neq 'sandbox' or $tiki_p_admin eq 'y'} {if $translation_mode eq 'y'} @@ -6,9 +7,8 @@ {if $tiki_p_minor eq 'y' and $page|lower ne 'sandbox'} {/if} - {if $page|lower neq 'sandbox' or $tiki_p_admin eq 'y'} - - {/if} + + {if $prefs.feature_ajax eq 'y' && $prefs.feature_wiki_save_draft eq 'y'} {/if} @@ -17,3 +17,4 @@ {if $page|lower ne 'sandbox'} {/if} +{/if}