diff --git a/app/email_templates/app_config.php b/app/email_templates/app_config.php index bcde72f2ec..1dd6e46864 100644 --- a/app/email_templates/app_config.php +++ b/app/email_templates/app_config.php @@ -54,34 +54,42 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_language'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the language.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_category'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the category.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_subcategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the subcategory.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_subject'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the template subject.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_body'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the template body.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the type as html or text.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the template.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++;