mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
wip: shorter labels in importer panel
This commit is contained in:
parent
6f0d42d817
commit
e9f9c30639
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ const TEMPLATE = `
|
|||
</div>
|
||||
</fieldset>
|
||||
<fieldset class="formbox">
|
||||
<legend class="counter" data-help="importFormats">${translate('Choose the data format')}</legend>
|
||||
<legend class="counter" data-help="importFormats">${translate('Choose the format')}</legend>
|
||||
<select name="format" onchange></select>
|
||||
</fieldset>
|
||||
<fieldset id="destination" class="formbox">
|
||||
<legend class="counter">${translate('Choose the layer to import in')}</legend>
|
||||
<legend class="counter">${translate('Choose the layer')}</legend>
|
||||
<select name="layer-id" onchange></select>
|
||||
<label id="clear">
|
||||
<input type="checkbox" name="clear" />
|
||||
|
|
Loading…
Reference in a new issue