fix uninstall css
This commit is contained in:
parent
09a9252489
commit
66940db8fa
|
@ -28,7 +28,7 @@ table.tablesorter tbody tr:nth-child(even) {
|
|||
<th class="filter-downloaded" data-placeholder="by download"> Downloaded </th>
|
||||
<th class="filter-installed" data-placeholder="by install"> Installed </th>
|
||||
<th class="filter-plugins" data-placeholder="Search..."> Plugins </th>
|
||||
<th class="parser-false filter-false"><input class="uninstallpkg" type="checkbox"><input class="checkall" type="checkbox"></th>
|
||||
<th class="parser-false filter-false" nowrap="nowrap"><input class="uninstallpkg" type="checkbox"><input class="checkall" type="checkbox"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -23,8 +23,8 @@ $(function(){
|
|||
$('.uninstallpkg')
|
||||
.switchButton({
|
||||
labels_placement: 'right',
|
||||
on_label: 'unInstall On',
|
||||
off_label: 'unInstall Off',
|
||||
on_label: 'unInstall',
|
||||
off_label: 'unInstall',
|
||||
checked: $.cookie('nerdpack_packages_uninstall') == '--uninstall'
|
||||
})
|
||||
.change(function () {
|
||||
|
|
Loading…
Reference in New Issue
Block a user