Fax Server: Modified file conversion methods, misc minor changes.

This commit is contained in:
Nate Jones
2014-09-09 03:41:23 +00:00
parent 866709a715
commit a1bb2a9549
5 changed files with 176 additions and 208 deletions

View File

@@ -19,16 +19,16 @@ if ($domains_processed == 1) {
$array[$x]['default_setting_description'] = 'Notice displayed in the footer of the cover sheet.';
$x++;
$array[$x]['default_setting_category'] = 'fax';
$array[$x]['default_setting_subcategory'] = 'cover_contact_info';
$array[$x]['default_setting_subcategory'] = 'cover_header';
$array[$x]['default_setting_name'] = 'text';
$array[$x]['default_setting_value'] = '';
$array[$x]['default_setting_enabled'] = 'false';
$array[$x]['default_setting_description'] = 'Default contact information to appear beneath the logo in the header of the cover page.';
$array[$x]['default_setting_description'] = 'Default information displayed beneath the logo in the header of the cover sheet.';
$x++;
$array[$x]['default_setting_category'] = 'fax';
$array[$x]['default_setting_subcategory'] = 'page_size';
$array[$x]['default_setting_name'] = 'text';
$array[$x]['default_setting_value'] = 'auto';
$array[$x]['default_setting_value'] = 'letter';
$array[$x]['default_setting_enabled'] = 'true';
$array[$x]['default_setting_description'] = 'Set the default page size of new faxes.';
$x++;