Modification affichage recherche
This commit is contained in:
parent
e8719a1662
commit
5b4e563d20
@ -41,7 +41,7 @@ foreach (array('dirNom',
|
||||
|
||||
<div class="submit">
|
||||
<input class="button" type="submit" name="submit" value="Recherche" title="Lancer la recherche..." />
|
||||
<input class="button" type="reset" name="reset" value="RàZ" title="Remise à zéro" />
|
||||
<input class="button" type="reset" name="reset" value="Effacer" title="Remise à zéro" />
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
@ -20,8 +20,11 @@ foreach (array('siret',
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label>SIREN</label>
|
||||
<input type="text" name="formR[siret]" value="<?=$formR['siret']?>" size="30" maxlength="20" style="vertical-align:middle;" />
|
||||
<img src="img/exclamation.png" title="Recherche par SIREN, SIRET, N° TVA intracommunautaire, N° RC, N° WALDEC, ISIN" style="vertical-align:middle;" />
|
||||
<input type="text" name="formR[siret]" value="<?=$formR['siret']?>" size="30"
|
||||
maxlength="20" style="vertical-align:middle;"
|
||||
title="Recherche par SIREN, SIRET, N° TVA intracommunautaire, N° RC, N° WALDEC, ISIN"/>
|
||||
<img src="img/info.png" style="vertical-align:middle;"
|
||||
title="Recherche par SIREN, SIRET, N° TVA intracommunautaire, N° RC, N° WALDEC, ISIN"/>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp marge">
|
||||
@ -52,7 +55,7 @@ foreach (array('siret',
|
||||
|
||||
<div class="submit">
|
||||
<input class="button" type="submit" name="submit" value="Recherche" title="Lancer la recherche..." />
|
||||
<input class="button" type="reset" name="reset" value="RàZ" title="Remise à zéro" />
|
||||
<input class="button" type="reset" name="reset" value="Effacer" title="Remise à zéro" />
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
BIN
www/img/info.png
Normal file
BIN
www/img/info.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 940 B |
Loading…
x
Reference in New Issue
Block a user