Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3879 → Rev 3880

/trunk/widget/modules/saisie/squelettes/saisie.tpl.html
355,7 → 355,9
data-famille="<?php echo $taxon['famille'];?>"
><?php echo $taxon['nom_sel'];?> - <?php echo $taxon['nom_fr'];?></option>
<?php endforeach; ?>
<option value="autre"><?php echo $observation['autre-espece']; ?></option>
<?php if ( $widget['type_especes'] === 'liste+autre' ) : ?>
<option value="autre"><?php echo $observation['autre-espece']; ?></option>
<?php endif;?>
</select>
<span for="taxon-liste" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
<input id="taxon" name="taxon" class="form-control" type="hidden" />