Index: core/admin_templates/incs/form_blocks.tpl =================================================================== --- core/admin_templates/incs/form_blocks.tpl +++ core/admin_templates/incs/form_blocks.tpl @@ -1277,3 +1277,89 @@
+ + + + + +    + " onclick="delete_preset()"> + + + + + + + Index: core/kernel/db/cat_event_handler.php =================================================================== --- core/kernel/db/cat_event_handler.php +++ core/kernel/db/cat_event_handler.php @@ -2883,6 +2883,18 @@ $virtual_fields = $config->getVirtualFields(); $virtual_fields['CategoryId']['default'] = (int)$this->Application->GetVar('m_cat_id'); $virtual_fields['CategoryId']['options'] = $category_helper->getStructureTreeAsOptions(); + $virtual_fields['ExportPresets'] = array( + 'type' => 'string', + 'formatter' => 'kOptionsFormatter', 'options' => array(), + 'default' => '', + ); + $virtual_fields['ExportSavePreset'] = array( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', + 'options' => array(0 => 'la_No', 1 => 'la_Yes'), + 'use_phrases' => 1, 'default' => 0, + ); + $virtual_fields['ExportPresetName'] = array('type' => 'string', 'default' => ''); $config->setVirtualFields($virtual_fields); } Index: modules/in-commerce/admin_templates/export.tpl =================================================================== --- modules/in-commerce/admin_templates/export.tpl +++ modules/in-commerce/admin_templates/export.tpl @@ -44,6 +44,7 @@ + @@ -116,9 +117,12 @@ + + + - \ No newline at end of file + Index: modules/in-commerce/admin_templates/orders/export/export.tpl =================================================================== --- modules/in-commerce/admin_templates/orders/export/export.tpl +++ modules/in-commerce/admin_templates/orders/export/export.tpl @@ -42,16 +42,8 @@ - - - - -    - " onclick="delete_preset()"> - - + + @@ -95,77 +87,4 @@ - - - - \ No newline at end of file + Index: modules/in-link/admin_templates/export.tpl =================================================================== --- modules/in-link/admin_templates/export.tpl +++ modules/in-link/admin_templates/export.tpl @@ -42,6 +42,7 @@ + @@ -114,9 +115,12 @@ + + + - \ No newline at end of file + Index: modules/in-news/admin_templates/export.tpl =================================================================== --- modules/in-news/admin_templates/export.tpl +++ modules/in-news/admin_templates/export.tpl @@ -43,6 +43,7 @@ + @@ -115,9 +116,12 @@ + + + - \ No newline at end of file +