@@ -115,9 +82,12 @@
+
+
+
-
\ No newline at end of file
+
Index: branches/5.3.x/units/articles/articles_config.php
===================================================================
diff -u -r16194 -r16333
--- branches/5.3.x/units/articles/articles_config.php (.../articles_config.php) (revision 16194)
+++ branches/5.3.x/units/articles/articles_config.php (.../articles_config.php) (revision 16333)
@@ -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
|