Beispiel #1
0
    ?>
</td>
	</tr>
	<?php 
}
?>
	<?php 
if ($additional == "Y") {
    ?>
	<tr>
		<td><?php 
    echo GetMessage("FORM_ADDITIONAL_FIELD_TYPE");
    ?>
</td>
		<td><?php 
    echo SelectBoxFromArray("FIELD_TYPE", CFormField::GetTypeList(), $str_FIELD_TYPE);
    ?>
</td>
	</tr>
	<tr>
		<td><?php 
    echo GetMessage("FORM_ADDITIONAL_TITLE");
    ?>
:</td>
		<td><input type="text" name="TITLE" size="50" value="<?php 
    echo $str_TITLE;
    ?>
" /></td>
	</tr>
	<?php 
}
Beispiel #2
0
 function GetAdditionaFieldTypeList()
 {
     return CFormField::GetTypeList();
 }