Skip to content

Commit

Permalink
UBO-378 Applied requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Dec 13, 2024
1 parent 4fbf7d6 commit 476cfac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</label>

<xed:bind xpath="DataSources[@type='provided']">
<select id="datasource-source-select" class="form-control col-6" onchange="UBOImportList.toggleDataSources(this)">
<select id="datasource-source-select" class="form-control mycore-form-input custom-select" onchange="UBOImportList.toggleDataSources(this)">
<option value="">
<xed:output i18n="search.select"/>
</option>
Expand All @@ -153,7 +153,7 @@

<label class="mycore-form-label text-nowrap pt-1"/>
<xed:bind xpath="DataSources[@type='custom']">
<input id="datasource-input-custom" type="text" class="form-control col-6 mt-3" placeholder="{i18n:ubo.import.list.placeholder.dataSources.custom}" oninput="UBOImportList.toggleDataSources(this)"/>
<input id="datasource-input-custom" type="text" class="form-control mycore-form-input custom-select mt-3" placeholder="{i18n:ubo.import.list.placeholder.dataSources.custom}" oninput="UBOImportList.toggleDataSources(this)"/>
</xed:bind>
</div>

Expand Down

0 comments on commit 476cfac

Please sign in to comment.