mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: add missing margin-bottom in importers
This commit is contained in:
parent
88ddb1cab3
commit
36d58993a0
2 changed files with 25 additions and 21 deletions
|
@ -8,6 +8,7 @@ import { AutocompleteCommunes } from './communesfr.js'
|
||||||
const TEMPLATE = `
|
const TEMPLATE = `
|
||||||
<h3>Cadastre</h3>
|
<h3>Cadastre</h3>
|
||||||
<p>Importer les données cadastrales d’une commune française.</p>
|
<p>Importer les données cadastrales d’une commune française.</p>
|
||||||
|
<div class="formbox">
|
||||||
<select name="theme">
|
<select name="theme">
|
||||||
<option value="batiments">Bâtiments</option>
|
<option value="batiments">Bâtiments</option>
|
||||||
<option value="communes">Communes</option>
|
<option value="communes">Communes</option>
|
||||||
|
@ -20,6 +21,7 @@ const TEMPLATE = `
|
||||||
</select>
|
</select>
|
||||||
<label id="boundary">
|
<label id="boundary">
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
`
|
`
|
||||||
|
|
||||||
export class Importer {
|
export class Importer {
|
||||||
|
|
|
@ -16,6 +16,7 @@ const BOUNDARY_TYPES = {
|
||||||
const TEMPLATE = `
|
const TEMPLATE = `
|
||||||
<h3>GeoDataMine</h3>
|
<h3>GeoDataMine</h3>
|
||||||
<p>${translate('GeoDataMine: thematic data from OpenStreetMap')}.</p>
|
<p>${translate('GeoDataMine: thematic data from OpenStreetMap')}.</p>
|
||||||
|
<div class="formbox">
|
||||||
<select name="theme">
|
<select name="theme">
|
||||||
<option value="">${translate('Choose a theme')}</option>
|
<option value="">${translate('Choose a theme')}</option>
|
||||||
</select>
|
</select>
|
||||||
|
@ -25,6 +26,7 @@ const TEMPLATE = `
|
||||||
</label>
|
</label>
|
||||||
<label id="boundary">
|
<label id="boundary">
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
`
|
`
|
||||||
|
|
||||||
class Autocomplete extends SingleMixin(BaseAjax) {
|
class Autocomplete extends SingleMixin(BaseAjax) {
|
||||||
|
|
Loading…
Reference in a new issue