How and where applied bootstrap css class to Button in xibo1.6.4

How and where applied bootstrap css class to Button in xibo1.6.4

$response->AddButton((‘Help’), ‘XiboHelpRender("’ . $form_help_link . ‘")’);
$response->AddButton(
(‘Cancel’), ‘XiboDialogClose()’);

Guide me exact location where applied css classs to buttons

Sachin

want to change

data-handler=“0” class=“btn null” href=“javascript:;”>Help

to

data-handler=“0” class=“btn btn-primary” href=“javascript:;”>Help

where i can do this for all buttons in xibo1.6.4

plz specify class file and php file’s exact location

In 1.6 they are assembled into a buttons array

and supplied to bootbox for rendering

Lot of Thanks Dan Sir

Done Successfully.

Sachin Jadhao

India (Bharat)

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.