Multidelete markers for plugins.
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user