'', 'title' => $lang['allfields'] ); } foreach (get_fields($sheetstyle_fields, true) as $field_data) { $available_contact_sheet_fields[] = $field_data; } if ($ajax && 'get_sheetstyle_fields' == getval('action', '')) { $response = array(); foreach ($available_contact_sheet_fields as $field_data) { $response[] = array( 'ref' => $field_data['ref'], 'title' => i18n_get_translated($field_data['title']), ); } echo json_encode($response); exit(); } include '../include/header.php'; ?>

"; include "../include/footer.php"; exit(); } ?>

" . escape($lang[$error]) . ""; } ?>
"; } else { ?>
'; } ?>

" />