New : new parameter (choice_cat) for the sub_menu see wiki
This commit is contained in:
parent
adf58bd1b6
commit
882060cd4b
7 changed files with 101 additions and 51 deletions
|
|
@ -383,7 +383,7 @@ if ($sa == 'list')
|
|||
$sql = "delete from modeledef where mod_id=$1";
|
||||
$cn->exec_sql($sql, array($_REQUEST['m']));
|
||||
print '<h2 class="error">';
|
||||
printf (_("Le modèle %s est effacé"),$name )."</H2>";
|
||||
printf (_("Le modèle %s est effacé")."</H2>",$name );
|
||||
echo HtmlInput::button_anchor(_('Retour'), '?action=modele_mgt');
|
||||
}
|
||||
echo '</div>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue