mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-13 11:19:51 +00:00
remove commented code + fix style
This commit is contained in:
parent
4f1a9c205f
commit
949a453b48
@ -9,7 +9,7 @@
|
|||||||
<input type="checkbox" v-model="isAnonymous" class="me-2" />
|
<input type="checkbox" v-model="isAnonymous" class="me-2" />
|
||||||
{{ $t('requestor.is_anonymous') }}
|
{{ $t('requestor.is_anonymous') }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<third-party-render-box v-if="accompanyingCourse.requestor.type == 'thirdparty'"
|
<third-party-render-box v-if="accompanyingCourse.requestor.type == 'thirdparty'"
|
||||||
:thirdparty="accompanyingCourse.requestor"
|
:thirdparty="accompanyingCourse.requestor"
|
||||||
:options="{
|
:options="{
|
||||||
@ -50,52 +50,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
</person-render-box>
|
</person-render-box>
|
||||||
|
|
||||||
|
|
||||||
<!-- <h4>
|
|
||||||
<span class="badge rounded-pill bg-secondary">{{ accompanyingCourse.requestor.type }}</span>
|
|
||||||
{{ accompanyingCourse.requestor.text }}
|
|
||||||
</h4>
|
|
||||||
|
|
||||||
<dl class="content-bloc" v-if="accompanyingCourse.requestor.type === 'person'">
|
|
||||||
|
|
||||||
<dt>{{ $t('requestor.birthdate') }}</dt>
|
|
||||||
<dd>{{ $d(accompanyingCourse.requestor.birthdate.datetime, 'short') }}</dd>
|
|
||||||
|
|
||||||
<dt>{{ $t('requestor.center') }}</dt>
|
|
||||||
<dd>{{ accompanyingCourse.requestor.center.name }}</dd>
|
|
||||||
|
|
||||||
<dt>{{ $t('requestor.phonenumber') }}</dt>
|
|
||||||
<dd>{{ accompanyingCourse.requestor.phonenumber }}</dd>
|
|
||||||
<dt>{{ $t('requestor.mobilenumber') }}</dt>
|
|
||||||
<dd>{{ accompanyingCourse.requestor.mobilenumber }}</dd>
|
|
||||||
</dl>
|
|
||||||
|
|
||||||
<dl class="content-bloc" v-if="accompanyingCourse.requestor.type === 'thirdparty'">
|
|
||||||
|
|
||||||
<dt>{{ $t('requestor.address') }}</dt>
|
|
||||||
<dd>{{ accompanyingCourse.requestor.address.text }}</dd>
|
|
||||||
|
|
||||||
<dt>{{ $t('requestor.location') }}</dt>
|
|
||||||
<dd>{{ accompanyingCourse.requestor.address.postcode.name }}</dd>
|
|
||||||
</dl>
|
|
||||||
|
|
||||||
<ul class="record_actions">
|
|
||||||
<li>
|
|
||||||
<on-the-fly
|
|
||||||
v-bind:type="accompanyingCourse.requestor.type"
|
|
||||||
v-bind:id="accompanyingCourse.requestor.id"
|
|
||||||
action="show">
|
|
||||||
</on-the-fly>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<on-the-fly
|
|
||||||
v-bind:type="accompanyingCourse.requestor.type"
|
|
||||||
v-bind:id="accompanyingCourse.requestor.id"
|
|
||||||
action="edit">
|
|
||||||
</on-the-fly>
|
|
||||||
</li>
|
|
||||||
</ul> -->
|
|
||||||
|
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
<ul class="list-content fa-ul">
|
<ul class="list-content fa-ul">
|
||||||
|
|
||||||
<li v-if="person.current_household_address">
|
<li v-if="person.current_household_address">
|
||||||
<i class="fa fa-li fa-map-marker"></i>
|
<i class="fa fa-li fa-map-marker"></i>
|
||||||
<show-address :address="person.current_household_address" :isMultiline="isMultiline"></show-address>
|
<show-address :address="person.current_household_address" :isMultiline="isMultiline"></show-address>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<i class="fa fa-li fa-phone"></i>
|
<i class="fa fa-li fa-phone"></i>
|
||||||
<p class="chill-no-data-statement">{{ $t('renderbox.no_data') }}</p>
|
<p class="chill-no-data-statement">{{ $t('renderbox.no_data') }}</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li v-if="person.center && options.addCenter">
|
<li v-if="person.center && options.addCenter">
|
||||||
<i class="fa fa-li fa-long-arrow-right"></i>
|
<i class="fa fa-li fa-long-arrow-right"></i>
|
||||||
{{ person.center.name }}
|
{{ person.center.name }}
|
||||||
@ -136,17 +136,17 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang='scss'>
|
<style lang='scss'>
|
||||||
|
|
||||||
.lastname:before{
|
.lastname:before{
|
||||||
content: " "
|
content: " "
|
||||||
}
|
}
|
||||||
|
|
||||||
div.item-col:first-child{
|
|
||||||
width: 33%;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.flex-table {
|
div.flex-table {
|
||||||
div.item-bloc {
|
div.item-bloc {
|
||||||
div.item-row {
|
div.item-row {
|
||||||
|
div.item-col:first-child {
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
div.item-col:last-child {
|
div.item-col:last-child {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user