fix noscript pluginmove

This commit is contained in:
onli 2013-06-23 16:23:08 +02:00
parent 1d66235e57
commit 67a0b93456

View File

@ -88,7 +88,7 @@
{if $sort_idx == $total - 1}
 
{else}
<a href="?{$serendipity_setFormTokenUrl}&amp;serendipity[adminModule]=plugins&amp;submit=move+down&amp;serendipity[plugin_to_move]=$plugin_data{if $event_only}&amp;serendipity[event_plugin]=true{/if}">
<a href="?{$serendipity_setFormTokenUrl}&amp;serendipity[adminModule]=plugins&amp;submit=move+down&amp;serendipity[plugin_to_move]={$plugin_data.key}{if $event_only}&amp;serendipity[event_plugin]=true{/if}">
<img src="{serendipity_getFile file='admin/img/downarrow.png'}" height="16" width="16" alt="'. DOWN .'" border="0" />
</a>
{/if}