public/main/upload/upload_word.php
Variable "specific_fields" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$specific_field['id'],
- Exclude checks
Variable "user_file_template" is not in valid camel caps format Open
Open
$renderer->setCustomElementTemplate($user_file_template);
- Exclude checks
Variable "is_allowed_to_edit" is not in valid camel caps format Open
Open
if (!$is_allowed_to_edit) {
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
$specific_fields = get_specific_field_list();
- Exclude checks
Variable "o_doc" is not in valid camel caps format Open
Open
if (!empty($o_doc->error)) {
- Exclude checks
Variable "user_file_template" is not in valid camel caps format Open
Open
$user_file_template =
- Exclude checks
Variable "form_style" is not in valid camel caps format Open
Open
$form_style = '<style>
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
$specific_fields = get_specific_field_list();
- Exclude checks
Variable "o_doc" is not in valid camel caps format Open
Open
if (isset($o_doc) && 0 != $first_item_id) {
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
$o_doc->lp_id,
- Exclude checks
Variable "user_file_template" is not in valid camel caps format Open
Open
$renderer->setElementTemplate($user_file_template, 'user_file');
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$values = explode(',', trim($_POST[$specific_field['code']]));
- Exclude checks
Variable "o_doc" is not in valid camel caps format Open
Open
$errorMessage = $o_doc->error;
- Exclude checks
Variable "attribute_list" is not in valid camel caps format Open
Open
<img src="'.Display::returnIconPath('message_error.png').'" alt="'.$alt_text.'" '.$attribute_list.' /></div>
- Exclude checks
Variable "o_doc" is not in valid camel caps format Open
Open
header('Location: ../lp/lp_controller.php?'.api_get_cidreq().'&lp_id='.$o_doc->lp_id.'&action=view_item&id='.$first_item_id);
- Exclude checks
Variable "s_style_error" is not in valid camel caps format Open
Open
$s_style_error = "border-width: 1px;
- Exclude checks
Variable "allowed_extensions" is not in valid camel caps format Open
Open
$allowed_extensions = ['doc', 'docx', 'odt', 'txt', 'sxw', 'rtf'];
- Exclude checks
Variable "attribute_list" is not in valid camel caps format Open
Open
<img src="'.Display::returnIconPath('message_normal.png').'" alt="'.$alt_text.'" '.$attribute_list.' /></div>
- Exclude checks
Variable "alt_text" is not in valid camel caps format Open
Open
<img src="'.Display::returnIconPath('message_error.png').'" alt="'.$alt_text.'" '.$attribute_list.' /></div>
- Exclude checks
Variable "first_item_id" is not in valid camel caps format Open
Open
header('Location: ../lp/lp_controller.php?'.api_get_cidreq().'&lp_id='.$o_doc->lp_id.'&action=view_item&id='.$first_item_id);
- Exclude checks
Variable "s_style" is not in valid camel caps format Open
Open
$s_style = "border-width: 1px;
- Exclude checks
Variable "s_style" is not in valid camel caps format Open
Open
echo '<div style="'.$s_style.'"><div style="float:left; margin-right:10px;">
- Exclude checks
Variable "allowed_extensions" is not in valid camel caps format Open
Open
if (in_array(strtolower(pathinfo($_FILES['user_file']['name'], PATHINFO_EXTENSION)), $allowed_extensions)) {
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "s_style_error" is not in valid camel caps format Open
Open
echo '<div style="'.$s_style_error.'"><div style="float:left; margin-right:10px;">
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$form->addElement('text', $specific_field['code'], $specific_field['name'].' : ');
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "user_file_template" is not in valid camel caps format Open
Open
$user_file_template =
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$form->addElement('text', $specific_field['code'], $specific_field['name'].' : ');
- Exclude checks
Variable "o_doc" is not in valid camel caps format Open
Open
$o_doc->lp_id,
- Exclude checks
Variable "alt_text" is not in valid camel caps format Open
Open
<img src="'.Display::returnIconPath('message_normal.png').'" alt="'.$alt_text.'" '.$attribute_list.' /></div>
- Exclude checks
Variable "div_upload_limit" is not in valid camel caps format Open
Open
$div_upload_limit = ' '.get_lang('Upload max size').' : '.ini_get('post_max_size');
- Exclude checks
Variable "form_style" is not in valid camel caps format Open
Open
$htmlHeadXtra[] = $form_style;
- Exclude checks
Variable "first_item_id" is not in valid camel caps format Open
Open
if (isset($o_doc) && 0 != $first_item_id) {
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
header('Location: ../lp/lp_controller.php?'.api_get_cidreq().'&lp_id='.$o_doc->lp_id.'&action=view_item&id='.$first_item_id);
- Exclude checks
Variable "is_allowed_to_edit" is not in valid camel caps format Open
Open
$is_allowed_to_edit = api_is_allowed_to_edit();
- Exclude checks
Variable "div_upload_limit" is not in valid camel caps format Open
Open
<!-- BEGIN required --><span class="form_required">*</span> <!-- END required -->{label}{element}$div_upload_limit
- Exclude checks