Skip to content

Commit

Permalink
UBO-378 Include changes from UBO-372
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Dec 11, 2024
1 parent 4b5fba2 commit 238021d
Showing 1 changed file with 4 additions and 4 deletions.
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 custom-select">
<select id="{generate-id()}" class="{$xed-validation-marker} col-7 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:items2options:classification:editor:-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 custom-select">
<select id="{generate-id()}" class="{$xed-validation-marker} col-7 form-control custom-select">
<option value="">
<xed:output i18n="search.select"/>
</option>
Expand All @@ -89,7 +89,7 @@
<label for="subject" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.subject" />:
</label>
<select class="autocomplete {$xed-validation-marker} col-7 custom-select">
<select class="autocomplete {$xed-validation-marker} col-7 mycore-form-input">
<option value="">
<xed:output i18n="search.select" />
</option>
Expand Down

0 comments on commit 238021d

Please sign in to comment.