Cosmetic : in "add card category"
This commit is contained in:
parent
1e4dfb4a2c
commit
b544e49777
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ case 'st':
|
|||
$r.=_("Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche").'</p>';
|
||||
if ( ! isset($eltid)) $eltid="";
|
||||
$msg=_('Choisissez une catégorie svp');
|
||||
$r.='<span id="error_cat" class="notice"></span>';
|
||||
$r.='<span id="error_cat" style="display:none" class="notice"></span>';
|
||||
$r.=dossier::hidden();
|
||||
$r.=(isset($ref))?HtmlInput::hidden('ref',1):'';
|
||||
$r.=_('Cherche').' '.HtmlInput::filter_table("cat_card_table", '0,1', 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue