1
0

Remove Advanced-JS option

This commit is contained in:
onli
2013-06-23 20:10:55 +02:00
parent ae2ff8a3b2
commit 9a989dddb3
6 changed files with 8 additions and 33 deletions

View File

@ -117,11 +117,9 @@
<span class="msg_success"><span class="icon-ok-circled"></span> {$CONST.DONE}:{$CONST.SETTINGS_SAVED_AT|sprintf:"$timestamp"}</span>
{/if}
<h2>{$CONST.BELOW_IS_A_LIST_OF_INSTALLED_PLUGINS}</h2>
{if $eyecandy}
<script src="{serendipity_getFile file="admin/js/jquery.autoscroll.js"}"></script>
<script src="{serendipity_getFile file="admin/js/jquery.sortable.js"}"></script>
<script src="{serendipity_getFile file="admin/js/dragdrop.js"}"></script>
{/if}
<section id="pluginlist_sidebar">
<h3>{$CONST.SIDEBAR_PLUGINS}</h3>

View File

@ -1,9 +1,7 @@
{* functions_plugins_admin.inc.php::function_show_plugins() including output of functions_plugins_admin.inc.php::function ownership() *}
{if !$eyecandy}
<form action="?serendipity[adminModule]=plugins" method="post">
{elseif !$event_only}
{if !$event_only}
<form action="?serendipity[adminModule]=plugins" method="post">
<input id="order" name="serendipity[pluginorder]" type="hidden" value="">
{else}
@ -65,7 +63,7 @@
{/if}
</li>
{($eyecandy) ? '<noscript>' : ''}
<noscript>
<li class="pluginmanager_place">
<select name="serendipity[placement][{$plugin_data['name']}]">
{foreach $plugin_data.gopts as $k => $v}
@ -93,7 +91,7 @@
</a>
{/if}
</li>
{($eyecandy) ? '</noscript>' : ''}
</noscript>
</ul>
</li>
{/foreach}