Skip to content

Commit

Permalink
#550 Provide placeholder text in project search input element
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Dec 13, 2024
1 parent 16e578c commit 32536a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,9 @@
<label for="{xed:generate-id()}" class="mycore-form-label">
<xed:output value="concat(i18n:translate('ubo.project.search'), ': ')"/>
</label>
<input id="project-search-his-in-one" type="text" class="mycore-form-input"/>

<xed:load-resource name="ThUniBib.HISinOne.BaseURL" uri="property:ThUniBib.HISinOne.BaseURL" />
<input id="project-search-his-in-one" type="text" class="mycore-form-input" placeholder="{i18n:thunibib.editor.search} in {$ThUniBib.HISinOne.BaseURL}"/>

<button type="button"
class="btn btn-primary mr-2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ thunibib.editor.label.published.in = erschienen in
thunibib.editor.label.references = Verweise
thunibib.editor.label.republication = Zweitver\u00F6ffentlichung
thunibib.editor.references.select = Verweis ausw\u00E4hlen
thunibib.editor.search = Suche
thunibib.editor.tooltip.reset.project.data = Eingaben f\u00FCr Projektdaten zur\u00FCcksetzen
thunibib.faq.icon.fa.user = F\u00FCr die Person liegen eindeutige Identifikatoren vor.
thunibib.faq.icon.fa.user.edit = F\u00FCr die Person liegen eindeutige Identifikatoren vor. Die Person ist zudem eine korrespondierende Autorin oder ein korrespondierender Autor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ thunibib.editor.label.published.in = published in
thunibib.editor.label.references = References
thunibib.editor.label.republication = Second publishing
thunibib.editor.references.select = Choose reference
thunibib.editor.search = Search
thunibib.editor.tooltip.reset.project.data = Reset project data entries
thunibib.faq.icon.fa.user = There are unique identifiers for the person.
thunibib.faq.icon.fa.user.edit = There are unique identifiers for the person. The person is also the corresponding author.
Expand Down

0 comments on commit 32536a8

Please sign in to comment.