BootStrap : set up + move CSS and font to their own folders

This commit is contained in:
sparkyx 2021-03-18 10:53:00 +01:00
commit 5956d4620c
73 changed files with 17028 additions and 529 deletions

View file

@ -127,9 +127,7 @@ class Manage_Table_SQL
// By default no js sort
$this->sort_column="";
$this->dialog_box="dtr";
$this->dialogbox_style=array("position"=> "fixed", "top"=> '15%',"width"=> "auto",
"max-width"=>"60%",
"margin-left"=> "20%");
$this->dialogbox_style=array();
$this->search_table=true;
$this->button_add_top=true;
$this->title=_("Donnée");