diff --git a/src/includes/components/widgets.pug b/src/includes/components/widgets.pug index 405c3e931108c1bc75f4c358137ee2d04e8fde64..0e4e9bcd91d3e017e4824b98b1b01114d6822d34 100644 --- a/src/includes/components/widgets.pug +++ b/src/includes/components/widgets.pug @@ -252,3 +252,15 @@ sib-widget(name="cs-display-email-button") sib-widget(name="iframe-video-resource") template div ${value} + +sib-widget(name="form-textarea-custom") + template + label + div Description* + textarea( + data-holder + placeholder="\${label}" + name="description") + + + diff --git a/src/includes/entrepreneur/requests/create.pug b/src/includes/entrepreneur/requests/create.pug index 95e1b7770190faa60cfe784c68fd11be03ccf41e..c01b2dd03830bfed144a02506be0e0e5ea8a9293 100644 --- a/src/includes/entrepreneur/requests/create.pug +++ b/src/includes/entrepreneur/requests/create.pug @@ -30,7 +30,7 @@ label-header_complementary=`${data.ComplementaryInformation}` label-name=`${data.TitleRequired}` - label-description=`${data.Description}` + label-description=`${data.DescriptionRequestEntrepreneur}` label-language=`${data.Language}` label-country=`${data.Country}` label-fields=`${data.FieldRequired}` @@ -44,7 +44,7 @@ multiple-language='sib-multiple-select' widget-language='sib-form-auto-completion' - widget-description='sib-form-textarea' + widget-description='form-textarea-custom' widget-skills='sib-form-textarea' widget-organisation='sib-form-auto-completion' diff --git a/src/styles/index.scss b/src/styles/index.scss index bba7c75542d7e2c20a2b6b4d090f0dfe58601d2b..11feb2beecb821305aad40360bc5bdfad2580723 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -541,7 +541,7 @@ sib-multiple-select > sib-form-auto-completion { sib-form-label-text[name="linkedin"],sib-form-label-text[name="twitter"]{ width: 100%; } -cs-section_header, sib-form-textarea{ +cs-section_header, sib-form-textarea, form-textarea-custom{ display: block; width: 100%; } diff --git a/translation/en.yml b/translation/en.yml index 7f502cfa657467066ae16e8fd304dfa45badc43d..117c224f35f6e197fc92312ad66622c99031b64c 100644 --- a/translation/en.yml +++ b/translation/en.yml @@ -114,4 +114,5 @@ HeWillPatch : He will then be able to patch and send back the resource to valida ExplainReasonsRefusal: Explain reasons of refusal* IAmContributor: I am a contributor IAmSearcher: I am a searcher -RequestIntro: The resources listed bellow were requested by searchers. By posting related resources you will help the cooperative community and enrich the database. \ No newline at end of file +RequestIntro: The resources listed bellow were requested by searchers. By posting related resources you will help the cooperative community and enrich the database. +DescriptionRequestEntrepreneur : How can we help ? diff --git a/translation/fr.yml b/translation/fr.yml index 98841e2316fa68f1a602a6112eefac345b3fd2f6..4f1c30f930d2fab62ff5c8c14c6f1afb05fcbef4 100644 --- a/translation/fr.yml +++ b/translation/fr.yml @@ -108,4 +108,5 @@ HeWillPatch : Il pourra alors corriger et renvoyer la ressource à la validation ExplainReasonsRefusal: Expliquez les raisons du refus*. IAmContributor: Je suis un contributeur IAmSearcher: je suis un chercheur -RequestIntro: Les ressources listées ci-dessous ont été demandées par des chercheurs. En publiant des ressources connexes, vous aiderez la communauté coopérative et enrichirez la base de données. \ No newline at end of file +RequestIntro: Les ressources listées ci-dessous ont été demandées par des chercheurs. En publiant des ressources connexes, vous aiderez la communauté coopérative et enrichirez la base de données. +DescriptionRequestEntrepreneur : Comment pouvons-nous aider ?