diff --git a/models/Form.php b/models/Form.php index 50ac55ceb405dab61283da2082f3b8343aaf0cc8..816d82743f2a64914bd9246b2337d4406888a31d 100755 --- a/models/Form.php +++ b/models/Form.php @@ -51,6 +51,7 @@ class Form { "tpls.forms.cplx.budget" => "Liste de dépense", "tpls.forms.cplx.financement" =>"Liste de Financement", "tpls.forms.cplx.financementFromBudget" =>"Liste de Financement réutilisant les budgets", + "tpls.forms.cplx.suiviFromBudget" =>"suivi de travaux basé sur les budgets", "tpls.forms.cplx.indicateurs" =>"Liste d'Indicateur", "tpls.forms.cplx.element" =>"Créer un élément Person , Organisation, Projet,...", "tpls.forms.cplx.stepValidation" =>"Step Validation by Roles", @@ -60,6 +61,40 @@ class Form { "tpls.forms.cplx.multiCheckbox" =>"Liste of checkboxes", "sectionTitle" => "Séparateur de Section avec Titre", ]; + /* + [X] author view pod + [X] add element + [X] create new element + [X] limit to fixed number of elements + [X] connect existing one + [X] connect with the answer in an afterSave + [X] multiple element block in page with different types + [X] text [[~d/modules/costum/views/tpls/forms/text.php]] + [X] select [[~d/modules/costum/views/tpls/forms/select.php]] + * TODO : dynform add key value question for list / or value list + [X] tags [[~d/modules/costum/views/tpls/forms/text.php]] + * BUG design + * TODO : dynform add key value question for list / or value list + [X] calendar :oneByone: SAve [[~d/modules/costum/views/tpls/forms/cplx/calendar.php]] + * BUG cannot have 2 calendars in the same time + [X] multi checkbox : multicheckbox + [ ] finder + [ ] communityList + * link to openForm and connect to answer + [ ] open select + * new options can be added to the list , + * other peoples answers become options, + * or my old options become answers + [ ] wysiwyg + [ ] markdown + [ ] locality + [ ] image + [ ] tagList + [ ] postalcode + [ ] arrayForm + [ ] array + [ ] properties + */ public static function newAnswer($data) { try{