Skip to content
Snippets Groups Projects
Commit 2c34018c authored by mic29226's avatar mic29226
Browse files

Merge branch 'HappyFlowDPI' into DPIHome

parents 61a14d09 7c9cfadb
Branches
Tags v80.0.0-alpha.55
No related merge requests found
......@@ -76,7 +76,6 @@
justify-content: space-between;
align-items: center;
background: var(--neutral-0, #FFF);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dpiV3_dataset-status-container > :last-child {
......
......@@ -14,7 +14,7 @@
</div>
<div class="TextButton_small">
<TextButtonSmall
buttonText="Diese Details verwenden"
:buttonText="$t('message.dataupload.datasets.dcat:contactPoint.useAccountButton')"
iconStart="DeleteBlue"
iconName="copy"
></TextButtonSmall>
......@@ -33,8 +33,8 @@
</div>
<div class="TextButton_small">
<TextButtonSmall
buttonText="Diese Details verwenden"
iconStart="true"
:buttonText="$t('message.dataupload.datasets.dcat:contactPoint.usePublisherButton')"
iconStart="true"
iconName="copy"
></TextButtonSmall>
</div>
......@@ -48,51 +48,51 @@
</div>
</div>
<InputField
@input="handleInput($event, 'foaf:name')"
@input="handleInput($event, 'vcard:fn')"
:addOnText="false"
:datePicker="false"
:infoIcon="false"
:placeholder="
$t('message.dataupload.datasets.dct:publisher.nameInput.placeholder')
$t('message.dataupload.datasets.dcat:contactPoint.nameInput.placeholder')
"
:preIcon="false"
inputFieldSize="large"
:initialHintText="false"
:label="$t('message.dataupload.datasets.dct:publisher.nameInput.title')"
:label="$t('message.dataupload.datasets.dcat:contactPoint.nameInput.title')"
:showEndIcon="false"
/>
<InputField
@input="handleInput($event, 'foaf:mbox')"
@input="handleInput($event, 'vcard:hasEmail')"
:addOnText="false"
:datePicker="false"
:infoIcon="false"
:placeholder="
$t('message.dataupload.datasets.dct:publisher.mailInput.placeholder')
$t('message.dataupload.datasets.dcat:contactPoint.mailInput.placeholder')
"
:preIcon="false"
inputFieldSize="large"
:initialHintText="false"
:label="$t('message.dataupload.datasets.dct:publisher.mailInput.title')"
:label="$t('message.dataupload.datasets.dcat:contactPoint.mailInput.title')"
:showEndIcon="false"
/>
<InputField
@input="handleInput($event, 'foaf:homepage')"
@input="handleInput($event, 'vcard:hasTelephone')"
:addOnText="false"
:datePicker="false"
:infoIcon="false"
:placeholder="
$t('message.dataupload.datasets.dct:publisher.websiteInput.placeholder')
$t('message.dataupload.datasets.dcat:contactPoint.telInput.placeholder')
"
:preIcon="false"
inputFieldSize="large"
:initialHintText="false"
:label="
$t('message.dataupload.datasets.dct:publisher.websiteInput.title')
$t('message.dataupload.datasets.dcat:contactPoint.telInput.title')
"
:showEndIcon="false"
/>
<div>
{{ $t("message.dataupload.datasets.dct:publisher.descriptionBottom") }}
{{ $t("message.dataupload.datasets.dcat:contactPoint.descriptionBottom") }}
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment