| : |
|
| : |
|
| : |
duplicate==0 ? "":"checked" ?>/> |
| : |
|
type_id,
array( $FIELD_TYPES['textbox'],
$FIELD_TYPES['multiline_textbox'],
$FIELD_TYPES['dropdown_list'],
$FIELD_TYPES['listbox'],
$FIELD_TYPES['file'],
$FIELD_TYPES['image'],
$FIELD_TYPES['audio']
))){ ?>
| : |
|
type, array('Textbox', 'Listbox'))) : ?>
| : |
|
type, array('Multiline Textbox'))) : ?>
| : |
|
| : |
|
type, array('Date'))) : ?>
| : |
|
has_options == "true") :
$options = implode("\n", (array)$custom_field->options)
?>
| : |
|
| : |
default_value);
if ($custom_field->allow_multiple_values == "true") :
?>
|
| : |
name == $custom_field->type ?
'checked="checked"' : '';
?>
|
type == "Image" ? 'display:inline;' : 'display:none;';
?>
properties['params']);
if (substr($size[1],0 ,1) == "h"){
$h = substr($size[1], 2);
}
elseif (substr($size[1],0 ,1) == "w"){
$w = substr($size[1], 2);
}
if (substr($size[2],0 ,1) == "h"){
$h = substr($size[2], 2);
}
elseif (substr($size[2],0 ,1) == "w"){
$w = substr($size[2], 2);
}
$cssVlaue = $custom_field->CSS;
?>
| : |
|
| : |
|
: |
|