Skip to content

Commit

Permalink
Translated the rest of submission-froms_cs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Roka committed Nov 22, 2024
1 parent 3cee461 commit f2d3985
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 172 deletions.
9 changes: 6 additions & 3 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@
<input-type>onebox</input-type>
<hint>Link to original paper that references this dataset.</hint>
<required/>
<regex>http.*</regex>
<regex>The supplied url must start with http/https</regex>
</field>
</row>
<row>
Expand Down Expand Up @@ -1875,7 +1875,7 @@
<input-type>onebox</input-type>
<hint>Link to original paper that references this dataset.</hint>
<required/>
<regex>http.*</regex>
<regex>The supplied url must start with http/https</regex>
</field>
</row>
<row>
Expand Down Expand Up @@ -2111,7 +2111,10 @@
<repeatable>true</repeatable>
<label>Replaces</label>
<input-type autocomplete-custom="solr-handle_title_ac">autocomplete</input-type>
<hint>URL to a related resource that is supplanted, displaced, or superseded by the described resource. If the replaced resource is in this repository start typing its name or handle and select the resource from the autocomplete popup.</hint>
<hint>URL to a related resource that is supplanted, displaced, or superseded by the described
resource. If the replaced resource is in this repository start typing its name or handle and select the
resource from the autocomplete popup.
</hint>
<required/>
</field>
</row>
Expand Down
Loading

0 comments on commit f2d3985

Please sign in to comment.