Skip to content

Commit

Permalink
[CST-16756] changes styles of dc.date-issued & dc.publisher styles on…
Browse files Browse the repository at this point in the history
… the submission-forms.xml
  • Loading branch information
alisaismailati committed Sep 30, 2024
1 parent e8a2e73 commit d10a583
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dc-qualifier>issued</dc-qualifier>
<repeatable>false</repeatable>
<label>Date of Issue</label>
<style>col-sm-4</style>
<style>col-sm-12 col-md-4 col-lg-4</style>
<input-type>date</input-type>
<hint>Please give the date of previous publication or public distribution.
You can leave out the day and/or month if they aren't applicable.
Expand All @@ -108,7 +108,7 @@
<dc-qualifier></dc-qualifier>
<repeatable>false</repeatable>
<label>Publisher</label>
<style>col-sm-8</style>
<style>col-sm-12 col-lg-8 col-md-8</style>
<input-type>onebox</input-type>
<hint>Enter the name of the publisher of the previously issued instance of this item.</hint>
<required></required>
Expand Down Expand Up @@ -296,7 +296,7 @@
<dc-qualifier>issued</dc-qualifier>
<repeatable>false</repeatable>
<label>Date of Issue</label>
<style>col-sm-4</style>
<style>col-sm-12 col-md-4 col-lg-4</style>
<input-type>date</input-type>
<hint>Please give the date of previous publication or public distribution.
You can leave out the day and/or month if they aren't applicable.
Expand All @@ -310,7 +310,7 @@
<dc-qualifier></dc-qualifier>
<repeatable>false</repeatable>
<label>Publisher</label>
<style>col-sm-8</style>
<style>col-sm-12 col-lg-8 col-md-8</style>
<input-type>onebox</input-type>
<hint>Enter the name of the publisher of the previously issued instance of this item.</hint>
<required></required>
Expand Down Expand Up @@ -874,7 +874,7 @@
<dc-qualifier>issued</dc-qualifier>
<repeatable>false</repeatable>
<label>Date of Issue</label>
<style>col-sm-4</style>
<style>col-sm-12 col-md-4 col-lg-4</style>
<input-type>date</input-type>
<hint>Please give the date of previous publication or public distribution.
You can leave out the day
Expand All @@ -890,7 +890,7 @@
<dc-qualifier></dc-qualifier>
<repeatable>false</repeatable>
<label>Publisher</label>
<style>col-sm-8</style>
<style>col-sm-12 col-lg-8 col-md-8</style>
<input-type>onebox</input-type>
<hint>Enter the name of the publisher of the previously issued instance of this item.</hint>
<required></required>
Expand Down

0 comments on commit d10a583

Please sign in to comment.