mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
wip
This commit is contained in:
parent
fe22e6c7dc
commit
7cae9e1769
@ -1,6 +1,38 @@
|
|||||||
<template>
|
<template>
|
||||||
<teleport to="#social-issues-acc">
|
<teleport to="#social-issues-acc">
|
||||||
boum
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="grid-4 clear">
|
||||||
|
<label>{{ $t('activity.social_issues') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="grid-8">
|
||||||
|
<!--
|
||||||
|
<div id="chill_activitybundle_activity_socialIssues" class="choice-widget-expanded">
|
||||||
|
<span class="inline-choice">
|
||||||
|
<input type="checkbox" id="chill_activitybundle_activity_socialIssues_7" name="chill_activitybundle_activity[socialIssues][]" value="7" checked="checked">
|
||||||
|
<label class="inline" for="chill_activitybundle_activity_socialIssues_7">ADULTE PREVENTION/PROTECTION > ADULTE - DIFFICULTES FINANCIERES ET/OU ADMINISTRATIVES</label>
|
||||||
|
</span><br>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="grid-4 clear">
|
||||||
|
<label>{{ $t('activity.accompanying_actions') }}</label>
|
||||||
|
</div>
|
||||||
|
<div class="grid-8">
|
||||||
|
<!--
|
||||||
|
<div id="chill_activitybundle_activity_socialActions" class="choice-widget-expanded">
|
||||||
|
<span class="inline-choice">
|
||||||
|
<input type="checkbox" id="chill_activitybundle_activity_socialActions_5" name="chill_activitybundle_activity[socialActions][]" value="5">
|
||||||
|
<label class="inline" for="chill_activitybundle_activity_socialActions_5">Informer, conseiller</label>
|
||||||
|
</span><br>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</teleport>
|
</teleport>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@ const appMessages = {
|
|||||||
bloc_persons_not_associated: "Tiers non-pro.",
|
bloc_persons_not_associated: "Tiers non-pro.",
|
||||||
bloc_thirdparty: "Tiers professionnels",
|
bloc_thirdparty: "Tiers professionnels",
|
||||||
bloc_users: "T(M)S",
|
bloc_users: "T(M)S",
|
||||||
|
social_issues: "Problématiques sociales",
|
||||||
|
accompanying_actions: "Actions d'accompagnement",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user