2
0
forked from Wavyzz/dolibarr

Fix: uniform code

replace all $html by $form with exceptions "$htmlname, $htmltooltip"
This commit is contained in:
Regis Houssin
2011-11-08 17:18:45 +08:00
parent 9549c0c608
commit f0c327c070
214 changed files with 1401 additions and 1401 deletions

View File

@@ -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;