1
0

Multidelete markers for plugins.

This commit is contained in:
Matthias Mees
2013-06-05 16:15:09 +02:00
parent 4e9c666886
commit 26df96b886
2 changed files with 2 additions and 1 deletions
templates/2k11/admin

@ -24,7 +24,7 @@
<input type="hidden" name="serendipity[plugin][{$plugin_data['name']}][placement]" value="{$plugin_placement['pid']}" />
{if $plugin_data['is_plugin_editable']}
<div class="form_check">
<input id="remove_{$plugin_data['name']}" name="serendipity[plugin_to_remove][]" type="checkbox" value="{$plugin_data['name']}">
<input id="remove_{$plugin_data['name']}" class="multidelete" name="serendipity[plugin_to_remove][]" type="checkbox" value="{$plugin_data['name']}" data-multidelid="{$plugin_data['css_key']}">
<label for="remove_{$plugin_data['name']}" class="visuallyhidden">Remove this plugin</label>{* i18n *}
</div>
{/if}

@ -1424,6 +1424,7 @@ form > .button_link:first-of-type {
background: #eee;
}
.pluginmanager_container .multidel_selected,
.zebra_list .multidel_selected,
.multidel_selected {
border: 1px solid #b94a48;