Skip to content

Commit

Permalink
UBO-378 Added class attributes to selects
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Dec 5, 2024
1 parent e0efbe9 commit b6c70ab
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</legend>

<xed:bind xpath="partOf">
<div class="form-group form-inline">
<div class="form-group form-inline ubo-import-list-select-partOf">
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.partOf" />:
</label>
Expand All @@ -69,7 +69,7 @@
</xed:bind>

<xed:bind xpath="status">
<div class="form-group form-inline">
<div class="form-group form-inline ubo-import-list-select-status">
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="search.dozbib.status" />:
</label>
Expand All @@ -85,7 +85,7 @@
<hr/>

<xed:repeat xpath="subject" max="5">
<div class="form-group form-inline">
<div class="form-group form-inline ubo-import-list-select-fachreferate">
<label for="subject" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.subject" />:
</label>
Expand All @@ -100,7 +100,7 @@
</xed:repeat>

<xed:bind xpath="origin">
<div class="form-group form-inline">
<div class="form-group form-inline ubo-import-list-select-origin">
<label for="{generate-id()}" class="mycore-form-label text-nowrap">
<xed:output i18n="ubo.department" />:
</label>
Expand Down

0 comments on commit b6c70ab

Please sign in to comment.