Card new : a 2nd button for adding
This commit is contained in:
parent
efb0e626a3
commit
dfa91bb87f
1 changed files with 4 additions and 0 deletions
|
|
@ -330,6 +330,10 @@ class fiche_def {
|
|||
}
|
||||
|
||||
|
||||
echo '<FORM METHOD="POST" action="?p_action=fiche&action=vue'.$str.'">';
|
||||
echo '<INPUT TYPE="HIDDEN" name="fiche" value="'.$this->id.'">';
|
||||
echo '<INPUT TYPE="SUBMIT" name="add" Value="Ajout fiche">';
|
||||
echo '</FORM>';
|
||||
|
||||
echo '<table>';
|
||||
for ( $i = 0; $i < $Max; $i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue