mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
tablewidget footer buttons add missing btn css class
This commit is contained in:
@@ -937,10 +937,10 @@ function _renderTabulatorFooterHTML(tableWidgetFooterOptions){
|
||||
var tabulatorFooterHTML = '';
|
||||
|
||||
var outerdivattr = 'class="btn-toolbar mt-4"';
|
||||
var buttonclass = 'btn-outline-secondary float-start';
|
||||
var buttonclass = 'btn btn-outline-secondary float-start';
|
||||
if(_bootstrapVersion == 3) {
|
||||
outerdivattr = 'style="margin-top:1.5rem;" class="btn-toolbar"';
|
||||
buttonclass = 'btn-default pull-left';
|
||||
buttonclass = 'btn btn-default pull-left';
|
||||
}
|
||||
|
||||
// If property selectButtons is true, render 'Alle auswaehlen / Alle abwaehlen' buttons
|
||||
|
||||
Reference in New Issue
Block a user