Modification affichage recherche

This commit is contained in:
Michael RICOIS 2010-05-28 16:25:18 +00:00
parent e8719a1662
commit 5b4e563d20
3 changed files with 7 additions and 4 deletions

View File

@ -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>

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B