-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hosts - UI: Doc and text updates (#374)
* update doc validation * remove unused component * update host info collection notice * moved app submit error modal into base layer * remove unneeded i18n * clear address when switching from lookup to manual search
- Loading branch information
Showing
15 changed files
with
65 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
strr-host-pm-web/app/components/modal/help/RegisterStrataHotel.vue
This file was deleted.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
strr-host-pm-web/app/components/modal/info/CollectionNotice.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<template> | ||
<ModalBase :title="$t('modal.info.collectionNotice.title')"> | ||
<div class="space-y-4"> | ||
<i18n-t keypath="modal.info.collectionNotice.content.p1" tag="p" scope="global"> | ||
<template #straAct> | ||
<em class="italic">{{ $t('act.strrAccomodations') }}</em> | ||
</template> | ||
|
||
<template #fippaAct> | ||
<em class="italic">{{ $t('act.fippa') }}</em> | ||
</template> | ||
</i18n-t> | ||
<i18n-t keypath="modal.info.collectionNotice.content.p2" tag="p" scope="global"> | ||
<template #email> | ||
<a | ||
class="text-blue-500 underline" | ||
href="mailto:[email protected]" | ||
target="_blank" | ||
> | ||
[email protected] | ||
</a> | ||
</template> | ||
</i18n-t> | ||
</div> | ||
</ModalBase> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters