Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UFAL/configure special steps #697

Merged
merged 6 commits into from
Jul 23, 2024
Prev Previous commit
Next Next commit
Added czech translation for the new submission inputs.
  • Loading branch information
milanmajchrak committed Jul 11, 2024
commit f8fd8d8ee840d35671c1dc58dedd95390a8aa4ae
33 changes: 32 additions & 1 deletion dspace/config/submission-forms_cs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@
</row>
</form>

<form name="note">
<form name="specialFields">
<row>
<field>
<dc-schema>local</dc-schema>
Expand All @@ -1445,6 +1445,37 @@
<required></required>
</field>
</row>

<row>
<!-- DC.Relation.Replaces -->
<field>
<dc-schema>dc</dc-schema>
<dc-element>relation</dc-element>
<dc-qualifier>replaces</dc-qualifier>
<repeatable>true</repeatable>
<label>Replaces</label>
<input-type>onebox</input-type>
<hint>URL příbuzného záznamu, který je tímto záznamem nahrazen. Pokud je příbuzný záznam v tomto repozitáři, začněte psát jeho název, nebo handle a vyberte záznam z nabídky.</hint>
<required/>
</field>
</row>

<row>
<!-- DC.Relation.IsReplacedBy -->
<field>
<dc-schema>dc</dc-schema>
<dc-element>relation</dc-element>
<dc-qualifier>isreplacedby</dc-qualifier>
<repeatable>true</repeatable>
<label>Is replaced by</label>
<input-type>onebox</input-type>
<hint>Příbuzný záznam, který nahrazuje tento.</hint>
<required/>
<acl>
policy=deny,action=read,grantee-type=user,grantee-id=*
</acl>
</field>
</row>
</form>

</form-definitions>
Expand Down
Loading