1
0

Make ML available after upload and filter-change (#138)

This commit is contained in:
onli
2014-05-29 21:54:26 +02:00
parent 39d5ceaa03
commit 1bce7ec7ec
2 changed files with 10 additions and 5 deletions

View File

@ -61,7 +61,7 @@
<script>location.href="?serendipity[adminModule]=images&serendipity[adminAction]=default";</script>
<noscript><a class="button_link icon_link standalone" href="?serendipity[adminModule]=images&amp;serendipity[adminAction]=default">{$CONST.DONE}</a></noscript>
{else}
{$showML_add}
{$showML}
{/if}
{/if}
{if $case_directoryDoDelete}
@ -290,5 +290,5 @@
</div>
{/if}
{if $case_default}
{if $showML_def}{$showML_def}{/if}
{if $showML}{$showML}{/if}
{/if}