Card new : a 2nd button for adding

This commit is contained in:
sparkyx 2007-06-10 09:18:45 +00:00
parent efb0e626a3
commit dfa91bb87f

View file

@ -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++) {