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

@ -68,7 +68,7 @@ class Icon_Action
*/
static function clean_zone($id, $p_javascript, $p_style="")
{
$r=sprintf('<input class="smallbutton" onclick="%s" id="%s" value="X" %s type="button" style="">',
$r=sprintf('<input class="smallbutton " onclick="%s" id="%s" value="X" %s type="button" style="">',
$p_javascript, $id, $p_style
);
return $r;