Hide not important options
This commit is contained in:
parent
94224e9275
commit
ee611e8517
@ -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">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user