cosmetic
This commit is contained in:
parent
9bac3ef932
commit
adb92bb3d3
1 changed files with 5 additions and 2 deletions
|
|
@ -132,12 +132,15 @@ case 'dc':
|
|||
$html.=HtmlInput::hidden('ctl',$ctl);
|
||||
$html.=$card;
|
||||
$html.=HtmlInput::submit('save','Sauver');
|
||||
$html.=HtmlInput::button('close_'.$ctl,'Fermer',"onclick=\"removeDiv('$ctl')\"");
|
||||
$html.='</form>';
|
||||
}
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
$html.='<h2 class="error">'._('Aucune fiche demandée').'</h2>';
|
||||
$html.=HtmlInput::button('close_'.$ctl,'Fermer',"onclick=\"removeDiv('$ctl')\"");
|
||||
$html.=HtmlInput::button('close_'.$ctl,'Fermer',"onclick=\"removeDiv('$ctl')\"");
|
||||
}
|
||||
break;
|
||||
/* ------------------------------------------------------------ */
|
||||
/* Blank card */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue