cosmetic : center the text in dialog box for selecting a type
This commit is contained in:
parent
701e311f42
commit
03d5b20cfd
1 changed files with 3 additions and 1 deletions
|
|
@ -257,9 +257,10 @@ case 'st':
|
|||
else
|
||||
{
|
||||
$r='';
|
||||
$html.='<p class="notice"> Choississez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche</p>';
|
||||
$r.='<p class="notice" style="padding-left:2em"> Choississez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche</p>';
|
||||
$isel=new ISelect('fd_id');
|
||||
$isel->value=$array;
|
||||
$r.='<div style="text-align:center">';
|
||||
$r.='<form id="sel_type" method="GET" onsubmit="this.ipopup='.$ctl.';dis_blank_card(this);return false;" >';
|
||||
$r.=dossier::hidden();
|
||||
$r.=(isset($ref))?HtmlInput::hidden('ref',1):'';
|
||||
|
|
@ -270,6 +271,7 @@ case 'st':
|
|||
$r.=HtmlInput::button('Annuler','Annuler'," onclick=\"removeDiv('$ctl')\" ");
|
||||
$r.='</p>';
|
||||
$r.='</form>';
|
||||
$r.='</div>';
|
||||
$html.=$r;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue