Subversion Repositories eFlore/Applications.cel

Rev

Rev 3186 | Rev 3188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3186 Rev 3187
Line 871... Line 871...
871
              commonFieldsHtml.fieldInput.classAttr +
871
              commonFieldsHtml.fieldInput.classAttr +
872
            '>' +
872
            '>' +
873
            // Label de l'option
873
            // Label de l'option
874
            fieldOption.optionText +
874
            fieldOption.optionText +
875
          '</label>';
875
          '</label>';
-
 
876
      }
876
        // Si valeur "autre" est cochée
877
      // Si valeur "autre" est cochée
877
        if( fieldOtherValue ) {
878
      if( fieldOtherValue ) {
878
          fieldHtml +=
879
        fieldHtml +=
879
            '<label for="other"' +
880
          '<label for="other"' +
-
 
881
            commonFieldsHtml.dataIdAttr +
-
 
882
          '>' +
-
 
883
            '<input' +
-
 
884
              commonFieldsHtml.fieldInput.typeAttr +
-
 
885
              ' id="other"' +
-
 
886
              commonFieldsHtml.fieldInput.nameAttr +
-
 
887
              ' value="other"' +
-
 
888
              commonFieldsHtml.fieldInput.classAttr +
880
              commonFieldsHtml.dataIdAttr +
889
              commonFieldsHtml.dataIdAttr +
881
            '>' +
890
            '>' +
882
              '<input' +
-
 
883
                commonFieldsHtml.fieldInput.typeAttr +
-
 
884
                ' id="other"' +
-
 
885
                commonFieldsHtml.fieldInput.nameAttr +
-
 
886
                ' value="other"' +
-
 
887
                commonFieldsHtml.fieldInput.classAttr +
-
 
888
                commonFieldsHtml.dataIdAttr +
-
 
889
              '>' +
-
 
890
            'Autre</label>';
891
          'Autre</label>';
891
        }
892
        }
892
      }
-
 
893
      // Fin du conteneur
893
      // Fin du conteneur
894
      fieldHtml += '</div>';
894
      fieldHtml += '</div>';
895
      break;
895
      break;
Line 896... Line 896...
896
 
896