<% for (var cnt = 0; cnt < dataAttributes.length; cnt++) {%> <% var arrayEntry = dataAttributes[cnt]; var actualName = arrayEntry.displayName; var actualID = arrayEntry.name; var actualDefaultValue = arrayEntry.defaultValue; var textType = "text"; var mandatoryField = "wiz_text_field_form_input"; var picture = ""; if (arrayEntry.required) { if ((actualDefaultValue == "" || actualDefaultValue == null)) { mandatoryField = "wiz_text_field_form_input_mandatory"; picture = "new_grid_item_pic"; } else { mandatoryField = "wiz_text_field_form_input_mandatory_ok"; picture = "new_grid_item_pic_ok"; } }%> <% } %>
<%= i18n.advancedConnectionInformation.header_1 %>
<%= actualName %> <% if (arrayEntry.allowedValues == null) { if (arrayEntry.confidential) { if (editPassword != true) { %>
<% } else { %> <%= i18n.general.edit_your_password %> <% } } else { %>
<% } } else {%>
<% } %>