Buttons panel Bootstrap theme

Move bottons panel in left/right side or disable it. Note: This will not disable button actions

<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('offices');
    $xcrud->buttons_position('left'); // can be left, right or none
    echo $xcrud->render();
?>

Warning: mysqli_connect(): (HY000/2005): Unknown server host 'db.applecorner.com' (-2) in /home/corner/public_html/repair/admin/xcrud/xcrud_db.php on line 50
xCRUDConnection error. Can not connect to database