Index: branches/5.3.x/units/links/links_config.php =================================================================== diff -u -N -r16193 -r16332 --- branches/5.3.x/units/links/links_config.php (.../links_config.php) (revision 16193) +++ branches/5.3.x/units/links/links_config.php (.../links_config.php) (revision 16332) @@ -1,6 +1,6 @@ Array (0 => 'la_No', 1 => 'la_Yes'), 'use_phrases' => 1, 'default' => 0, ), + 'ExportPresets' => array( + 'type' => 'string', + 'formatter' => 'kOptionsFormatter', 'options' => array(), + 'default' => '', + ), + 'ExportSavePreset' => array( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', + 'options' => array(0 => 'la_No', 1 => 'la_Yes'), + 'use_phrases' => 1, 'default' => 0, + ), + 'ExportPresetName' => array('type' => 'string', 'default' => ''), // export related fields: end // import related fields: begin