BootStrap : set up + move CSS and font to their own folders
This commit is contained in:
commit
5956d4620c
73 changed files with 17028 additions and 529 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue