Ajout PU pour detail ach & ven
ajout ajax pour direct form
This commit is contained in:
parent
c16c32ca48
commit
f2cbfd77d3
8 changed files with 122 additions and 133 deletions
|
|
@ -21,11 +21,11 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
|||
$direct=new IText('ac');
|
||||
$direct->style='class="direct"';
|
||||
$direct->value='';
|
||||
$direct->size=(strlen($direct->value)<10)?10:strlen($direct->value);
|
||||
$direct->size=20;
|
||||
echo $direct->input();
|
||||
$gDossier=dossier::id();
|
||||
?>
|
||||
<div id="ac_choices" class="autocomplete" ></div>
|
||||
<div id="ac_choices" class="autocomplete" style="width:150"></div>
|
||||
<?
|
||||
echo HtmlInput::submit('go','aller');
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue