forked from Wavyzz/dolibarr
Fix: uniform code
replace all $html by $form with exceptions "$htmlname, $htmltooltip"
This commit is contained in:
@@ -106,7 +106,7 @@ print '<br>';
|
||||
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'?action=setvalue">';
|
||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||
|
||||
$html=new Form($db);
|
||||
$form=new Form($db);
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
$var=true;
|
||||
|
||||
Reference in New Issue
Block a user