Hide not important options

This commit is contained in:
Laurent Destailleur 2022-03-23 16:56:07 +01:00
parent 94224e9275
commit ee611e8517

View File

@ -625,6 +625,7 @@ print '</tr>';
print '</form>'; print '</form>';
// default update prices on cloning a proposal // default update prices on cloning a proposal
/*
print '<form method="post" action="' . $_SERVER["PHP_SELF"] . '">'; print '<form method="post" action="' . $_SERVER["PHP_SELF"] . '">';
print '<input type="hidden" name="token" value="' . newToken() .'">'; print '<input type="hidden" name="token" value="' . newToken() .'">';
print '<tr class="oddeven">'; print '<tr class="oddeven">';
@ -643,6 +644,7 @@ if (!empty($conf->use_javascript_ajax)) {
print '</td>'; print '</td>';
print '</tr>'; print '</tr>';
print '</form>'; print '</form>';
*/
/* /*
print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">'; print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';