2020-06-10 13:36:45 +00:00
|
|
|
div.content-box__info
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-05-08 13:27:44 +00:00
|
|
|
include ../../templates/hubl-user-avatar.pug
|
2019-08-06 12:32:55 +00:00
|
|
|
|
2020-04-21 10:10:01 +00:00
|
|
|
sib-link(class='backlink right', bind-resources, next='project-profile') Retour
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-04-21 10:10:01 +00:00
|
|
|
h1 Modifie ton projet
|
2019-04-15 21:11:56 +00:00
|
|
|
|
2020-05-25 13:05:05 +00:00
|
|
|
sib-form.form.button-register(
|
2020-01-16 17:48:21 +00:00
|
|
|
bind-resources
|
|
|
|
|
2020-06-01 15:29:30 +00:00
|
|
|
fields='status, block-project__info(customer.name, name), description'
|
|
|
|
|
|
|
|
label-status='Statut du canal*'
|
|
|
|
widget-status='hubl-status'
|
|
|
|
class-status='form-label is-light is-full-width member-select color'
|
2019-05-14 15:32:42 +00:00
|
|
|
|
2020-04-21 10:10:01 +00:00
|
|
|
label-name='Nom du projet*'
|
2020-06-01 15:29:30 +00:00
|
|
|
class-name='form-label is-light is-half-width'
|
|
|
|
|
|
|
|
label-customer.name='Nom du client*'
|
|
|
|
class-customer.name='form-label is-light is-half-width'
|
|
|
|
|
2020-04-21 10:10:01 +00:00
|
|
|
label-description='Description du projet'
|
2020-06-01 15:29:30 +00:00
|
|
|
class-description='form-label is-light is-full-width'
|
2020-01-16 17:48:21 +00:00
|
|
|
widget-description='sib-form-textarea'
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-06-01 15:29:30 +00:00
|
|
|
partial=""
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-04-21 10:10:01 +00:00
|
|
|
submit-button='Enregistrer'
|
2020-06-01 15:29:30 +00:00
|
|
|
next='project-information'
|
2020-01-16 17:48:21 +00:00
|
|
|
)
|
2019-08-06 12:32:55 +00:00
|
|
|
|
2020-04-21 10:10:01 +00:00
|
|
|
h2 Liste des membres :
|
2019-08-06 12:32:55 +00:00
|
|
|
|
2020-05-12 17:14:50 +00:00
|
|
|
sib-form.block.select-add.button-add(
|
2020-01-16 17:48:21 +00:00
|
|
|
bind-resources
|
|
|
|
nested-field='members'
|
|
|
|
fields='user'
|
2020-02-03 13:39:14 +00:00
|
|
|
range-user=`${endpoints.users || endpoints.get.users}`
|
2019-08-06 12:32:55 +00:00
|
|
|
|
2020-05-26 10:23:10 +00:00
|
|
|
class-user='team form-label is-light'
|
2020-01-16 17:48:21 +00:00
|
|
|
label-user=''
|
|
|
|
widget-user='sib-form-auto-completion'
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-04-21 10:10:01 +00:00
|
|
|
submit-button='Ajouter un membre'
|
2020-01-16 17:48:21 +00:00
|
|
|
)
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-01-16 17:48:21 +00:00
|
|
|
.table
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-01-16 17:48:21 +00:00
|
|
|
div.table-header.grey-color
|
2020-06-01 15:29:30 +00:00
|
|
|
div.w66 Nom
|
|
|
|
div.w33 Accès
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-01-16 17:48:21 +00:00
|
|
|
//-class='table-body'
|
|
|
|
sib-display(
|
|
|
|
class='table-body'
|
|
|
|
bind-resources
|
|
|
|
fields='members'
|
2019-08-06 12:32:55 +00:00
|
|
|
|
2020-01-16 17:48:21 +00:00
|
|
|
multiple-members=''
|
2020-05-08 13:27:44 +00:00
|
|
|
widget-members='hubl-team-template-edit'
|
2020-01-16 17:48:21 +00:00
|
|
|
)
|