wip: shorter labels in importer panel

This commit is contained in:
Yohan Boniface 2024-06-12 14:10:11 +02:00
parent 6f0d42d817
commit e9f9c30639

View file

@ -19,11 +19,11 @@ const TEMPLATE = `
</div> </div>
</fieldset> </fieldset>
<fieldset class="formbox"> <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> <select name="format" onchange></select>
</fieldset> </fieldset>
<fieldset id="destination" class="formbox"> <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> <select name="layer-id" onchange></select>
<label id="clear"> <label id="clear">
<input type="checkbox" name="clear" /> <input type="checkbox" name="clear" />