tweaks to ACP plugins page

v1.18.x
Julian Lam 10 years ago
parent a2c6f58782
commit 72e9a6caa8

@ -18,4 +18,10 @@
font-size: 12px;
}
}
.plugin-list.ui-sortable {
li {
.pointer;
}
}
}

@ -84,7 +84,16 @@
<div class="panel-heading">Plugin Search</div>
<div class="panel-body">
<input class="form-control" type="text" id="plugin-search" placeholder="Search for plugin..."/><br/>
<button class="btn btn-default" id="plugin-order">Order Active Plugins</button>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Re-order Plugins</div>
<div class="panel-body">
<button class="btn btn-default btn-block" id="plugin-order"><i class="fa fa-exchange"></i> Order Active Plugins</button>
<p class="help-block">
Certain plugins work ideally when they are initialised before/after other plugins. You can alter this loading behaviour here.
</p>
</div>
</div>

Loading…
Cancel
Save