Skip to content

Commit

Permalink
UBO-372 layout fixes in import list
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Dec 12, 2024
1 parent d012ad7 commit 1a81312
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ubo-common/src/main/resources/META-INF/resources/import-list.xed
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.partOf" />:
</label>
<select id="{generate-id()}" class="autocomplete {$xed-validation-marker} col-7 form-control custom-select">
<select id="{generate-id()}" class="{$xed-validation-marker} mycore-form-input form-control custom-select">
<option value="">
<xed:output i18n="search.select"/>
</option>
<xed:include uri="xslStyle:mycoreclass-options?omitSubtext={$UBO.Editor.import-list.omitSubtext}:classification:metadata:-1:children:partOf" />
<xed:include uri="xslStyle:mycoreclass-options:classification:metadata:-1:children:partOf" />
</select>
</div>
</xed:bind>
Expand All @@ -73,7 +73,7 @@
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="search.dozbib.status" />:
</label>
<select id="{generate-id()}" class="autocomplete {$xed-validation-marker} col-7 form-control custom-select">
<select id="{generate-id()}" class="{$xed-validation-marker} mycore-form-input form-control custom-select">
<option value="">
<xed:output i18n="search.select"/>
</option>
Expand All @@ -89,11 +89,11 @@
<label for="subject" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.subject" />:
</label>
<select class="autocomplete {$xed-validation-marker} col-7 form-control custom-select">
<select class="autocomplete {$xed-validation-marker} mycore-form-input" data-container="form-group" data-display="static">
<option value="">
<xed:output i18n="search.select" />
</option>
<xed:include uri="xslStyle:items2options:classification:editor:-1:children:fachreferate" />
<xed:include uri="xslStyle:mycoreclass-options?omitSubtext={$UBO.Editor.import-list.omitSubtext}:classification:metadata:-1:children:fachreferate" />
</select>
<xed:controls />
</div>
Expand All @@ -104,7 +104,7 @@
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.department" />:
</label>
<select id="{generate-id()}" class="autocomplete {$xed-validation-marker} col-7 form-control custom-select">
<select id="{generate-id()}" class="autocomplete {$xed-validation-marker} mycore-form-input" data-container="form-group" data-display="static">
<option value=""><xed:output i18n="search.select" /></option>
<xed:include uri="xslStyle:mycoreclass-options?omitSubtext={$UBO.Editor.import-list.omitSubtext}:classification:metadata:-1:children:ORIGIN" />
</select>
Expand All @@ -116,8 +116,8 @@
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.import.list.label.sourceFormat" />:
</label>
<select id="{generate-id()}" class="form-control col-7 mr-1 custom-select" onchange="UBOImportList.toggleEnrichment(this)">
<xed:include uri="xslStyle:items2options:classification:editor:-1:children:importSourceType" />
<select id="{generate-id()}" class="form-control mycore-form-input mr-1 custom-select" onchange="UBOImportList.toggleEnrichment(this)">
<xed:include uri="xslStyle:mycoreclass-options:classification:metadata:-1:children:importSourceType" />
</select>
</div>
</xed:bind>
Expand All @@ -127,7 +127,7 @@
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.import.list.label.outputFormat" />:
</label>
<select id="import-list-output-format-select" class="form-control col-7 custom-select">
<select id="import-list-output-format-select" class="form-control mycore-form-input custom-select">
<option value="preview-html">Vorschau (HTML)</option>
<option value="preview-mods-raw">Vorschau (MODS)</option>
<option value="import">direkt importieren</option>
Expand Down

0 comments on commit 1a81312

Please sign in to comment.