mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
[CST-4506] Fix bitstream access condition form layout
This commit is contained in:
@@ -28,7 +28,7 @@ export const BITSTREAM_ACCESS_CONDITION_GROUP_CONFIG: DynamicFormGroupModelConfi
|
|||||||
|
|
||||||
export const BITSTREAM_ACCESS_CONDITION_GROUP_LAYOUT: DynamicFormControlLayout = {
|
export const BITSTREAM_ACCESS_CONDITION_GROUP_LAYOUT: DynamicFormControlLayout = {
|
||||||
element: {
|
element: {
|
||||||
host: 'form-group flex-fill access-condition-group',
|
host: 'form-group access-condition-group col',
|
||||||
container: 'pl-1 pr-1',
|
container: 'pl-1 pr-1',
|
||||||
control: 'form-row '
|
control: 'form-row '
|
||||||
}
|
}
|
||||||
@@ -47,6 +47,7 @@ export const BITSTREAM_ACCESS_CONDITIONS_FORM_ARRAY_LAYOUT: DynamicFormControlLa
|
|||||||
export const BITSTREAM_FORM_ACCESS_CONDITION_TYPE_CONFIG: DynamicSelectModelConfig<any> = {
|
export const BITSTREAM_FORM_ACCESS_CONDITION_TYPE_CONFIG: DynamicSelectModelConfig<any> = {
|
||||||
id: 'name',
|
id: 'name',
|
||||||
label: 'submission.sections.upload.form.access-condition-label',
|
label: 'submission.sections.upload.form.access-condition-label',
|
||||||
|
hint: 'submission.sections.upload.form.access-condition-hint',
|
||||||
options: []
|
options: []
|
||||||
};
|
};
|
||||||
export const BITSTREAM_FORM_ACCESS_CONDITION_TYPE_LAYOUT: DynamicFormControlLayout = {
|
export const BITSTREAM_FORM_ACCESS_CONDITION_TYPE_LAYOUT: DynamicFormControlLayout = {
|
||||||
@@ -59,6 +60,7 @@ export const BITSTREAM_FORM_ACCESS_CONDITION_TYPE_LAYOUT: DynamicFormControlLayo
|
|||||||
export const BITSTREAM_FORM_ACCESS_CONDITION_START_DATE_CONFIG: DynamicDatePickerModelConfig = {
|
export const BITSTREAM_FORM_ACCESS_CONDITION_START_DATE_CONFIG: DynamicDatePickerModelConfig = {
|
||||||
id: 'startDate',
|
id: 'startDate',
|
||||||
label: 'submission.sections.upload.form.from-label',
|
label: 'submission.sections.upload.form.from-label',
|
||||||
|
hint: 'submission.sections.upload.form.from-hint',
|
||||||
placeholder: 'submission.sections.upload.form.from-placeholder',
|
placeholder: 'submission.sections.upload.form.from-placeholder',
|
||||||
inline: false,
|
inline: false,
|
||||||
toggleIcon: 'far fa-calendar-alt',
|
toggleIcon: 'far fa-calendar-alt',
|
||||||
@@ -89,6 +91,7 @@ export const BITSTREAM_FORM_ACCESS_CONDITION_START_DATE_LAYOUT: DynamicFormContr
|
|||||||
export const BITSTREAM_FORM_ACCESS_CONDITION_END_DATE_CONFIG: DynamicDatePickerModelConfig = {
|
export const BITSTREAM_FORM_ACCESS_CONDITION_END_DATE_CONFIG: DynamicDatePickerModelConfig = {
|
||||||
id: 'endDate',
|
id: 'endDate',
|
||||||
label: 'submission.sections.upload.form.until-label',
|
label: 'submission.sections.upload.form.until-label',
|
||||||
|
hint: 'submission.sections.upload.form.until-hint',
|
||||||
placeholder: 'submission.sections.upload.form.until-placeholder',
|
placeholder: 'submission.sections.upload.form.until-placeholder',
|
||||||
inline: false,
|
inline: false,
|
||||||
toggleIcon: 'far fa-calendar-alt',
|
toggleIcon: 'far fa-calendar-alt',
|
||||||
|
Reference in New Issue
Block a user