Add call flow labels for display on the phone when using blf.

This commit is contained in:
Mark Crane
2012-09-20 07:16:08 +00:00
parent 188032d83b
commit 85df50139c
2 changed files with 52 additions and 9 deletions

View File

@@ -82,21 +82,29 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the status.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_app';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the application.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_pin_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the PIN number.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_label';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the label.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_app';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the application.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_data';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the application data.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_anti_label';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the alternate label.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_anti_app';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the alternate application';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the alternate application.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_anti_data';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';