Line 191... |
Line 191... |
191 |
<div class="mb-3">
|
191 |
<div class="mb-3">
|
192 |
<label for="geolocalisation" class="col-sm-8 obligatoire has-tooltip" data-toggle="tooltip" title="<?php echo $observation['geoloc-title']; ?>">
|
192 |
<label for="geolocalisation" class="col-sm-8 obligatoire has-tooltip" data-toggle="tooltip" title="<?php echo $observation['geoloc-title']; ?>">
|
193 |
<i class="fa fa-street-view" aria-hidden="true"></i>
|
193 |
<i class="fa fa-street-view" aria-hidden="true"></i>
|
194 |
<?php echo $observation['geolocalisation']; ?>
|
194 |
<?php echo $observation['geolocalisation']; ?>
|
195 |
</label>
|
195 |
</label>
|
- |
|
196 |
<?php if( $widget['type_localisation'] === 'rue' ) : ?>
|
- |
|
197 |
<div class="aide-txt">
|
- |
|
198 |
<p><?php echo $observation['info-saisie-rue']; ?></p>
|
- |
|
199 |
</div>
|
- |
|
200 |
<?php endif; ?>
|
196 |
<div class="control-group">
|
201 |
<div class="control-group">
|
197 |
<div id="geoloc-datas">
|
202 |
<div id="geoloc-datas">
|
198 |
<input type="hidden" id="pays" name="pays" value="" style="display:none">
|
203 |
<input type="hidden" id="pays" name="pays" value="" style="display:none">
|
199 |
<input type="hidden" id="commune-nom" name="commune-nom" value="" style="display:none">
|
204 |
<input type="hidden" id="commune-nom" name="commune-nom" value="" style="display:none">
|
200 |
<input type="hidden" id="geometry" name="geometry" value="" style="display:none">
|
205 |
<input type="hidden" id="geometry" name="geometry" value="" style="display:none">
|