Index: custom/units/widgets/widgets_config.php =================================================================== --- custom/units/widgets/widgets_config.php (revision 13152) +++ custom/units/widgets/widgets_config.php (working copy) @@ -22,10 +22,11 @@ 'AutoLoad' => true, 'QueryString' => Array ( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'RewriteListener' => 'WidgetRewriteListener', @@ -43,7 +44,7 @@ 'AutoDelete' => true, // delete these items when parent is being deleted 'AutoClone' => true, // clone these items when parent is being cloned */ - + // used to build editing links in admin grids 'AdminTemplatePath' => 'widgets', 'AdminTemplatePrefix' => 'widget_', @@ -65,9 +66,9 @@ 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), ), ), - - + + 'PermSection' => Array('main' => 'custom:widgets'), 'Sections' => Array ( @@ -101,8 +102,8 @@ 'Sorting' => Array ('Title' => 'asc'), ) ), - - 'VirtualFields' => Array ( + + 'VirtualFields' => Array ( 'VirtualActionField' => Array ('type' => 'string', 'default' => ''), ), @@ -179,7 +180,7 @@ // 'Icons' => Array ('default' => 'icon16_custom.gif'), 'Fields' => Array ( 'WidgetId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), - 'Title' => Array ('title' => 'la_col_Name', 'data_block' => 'grid_custom_td'), + 'Title' => Array ('title' => 'la_col_Name', 'data_block' => 'grid_custom_td'), 'Image' => Array ('title' => 'la_col_Image', 'data_block' => 'grid_image_td'), 'Type' => Array ('title' => 'la_col_Type', 'filter_block' => 'grid_options_filter'), 'Status' => Array ('title' => 'la_col_Status', 'filter_block' => 'grid_options_filter'), Index: in-auction/units/category_listing/category_listing_config.php =================================================================== --- in-auction/units/category_listing/category_listing_config.php (revision 13152) +++ in-auction/units/category_listing/category_listing_config.php (working copy) @@ -69,10 +69,11 @@ ), 'QueryString' => Array( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'type', - 5 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'type', + 6 => 'mode', ), Index: in-auction/units/detail_template/detail_template_config.php =================================================================== --- in-auction/units/detail_template/detail_template_config.php (revision 13152) +++ in-auction/units/detail_template/detail_template_config.php (working copy) @@ -35,10 +35,11 @@ */ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'DetailTemplateId', 'StatusField' => Array(), Index: in-auction/units/error_log/error_log_config.php =================================================================== --- in-auction/units/error_log/error_log_config.php (revision 13152) +++ in-auction/units/error_log/error_log_config.php (working copy) @@ -25,10 +25,11 @@ ), 'QueryString' => Array ( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'type', - 5 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'type', + 6 => 'mode', ), Index: in-auction/units/listing/listing_config.php =================================================================== --- in-auction/units/listing/listing_config.php (revision 13152) +++ in-auction/units/listing/listing_config.php (working copy) @@ -29,9 +29,10 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'type', - 5 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'type', + 6 => 'mode', ), 'IDField' => 'ListingId', Index: in-auction/units/product_listing/product_listing_config.php =================================================================== --- in-auction/units/product_listing/product_listing_config.php (revision 13152) +++ in-auction/units/product_listing/product_listing_config.php (working copy) @@ -59,10 +59,11 @@ ), 'QueryString' => Array( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'type', - 5 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'type', + 6 => 'mode', ), Index: in-auction/units/schedule/schedule_config.php =================================================================== --- in-auction/units/schedule/schedule_config.php (revision 13152) +++ in-auction/units/schedule/schedule_config.php (working copy) @@ -33,10 +33,11 @@ // ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'ScheduleId', 'StatusField' => Array('Status'), Index: in-auction/units/sections/sections_config.php =================================================================== --- in-auction/units/sections/sections_config.php (revision 13152) +++ in-auction/units/sections/sections_config.php (working copy) @@ -156,7 +156,7 @@ 'QueryString' => Array( 1 => 'id', - 2 => 'page', + 2 => 'Page', 3 => 'event', 4 => 'type', 5 => 'mode', Index: in-auction/units/shipping/shipping_config.php =================================================================== --- in-auction/units/shipping/shipping_config.php (revision 13152) +++ in-auction/units/shipping/shipping_config.php (working copy) @@ -74,10 +74,11 @@ ), 'QueryString' => Array( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'type', - 5 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'type', + 6 => 'mode', ), Index: in-bulletin/units/censorship/censorship_config.php =================================================================== --- in-bulletin/units/censorship/censorship_config.php (revision 13152) +++ in-bulletin/units/censorship/censorship_config.php (working copy) @@ -26,8 +26,9 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'CensorshipId', Index: in-bulletin/units/emoticons/emoticons_config.php =================================================================== --- in-bulletin/units/emoticons/emoticons_config.php (revision 13152) +++ in-bulletin/units/emoticons/emoticons_config.php (working copy) @@ -26,8 +26,9 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'EmoticonId', Index: in-bulletin/units/poll_answers/poll_answers_config.php =================================================================== --- in-bulletin/units/poll_answers/poll_answers_config.php (revision 13152) +++ in-bulletin/units/poll_answers/poll_answers_config.php (working copy) @@ -25,7 +25,8 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event' + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'AnswerId', 'TableName' => TABLE_PREFIX . 'PollsAnswers', Index: in-bulletin/units/poll_comments/poll_comments_config.php =================================================================== --- in-bulletin/units/poll_comments/poll_comments_config.php (revision 13152) +++ in-bulletin/units/poll_comments/poll_comments_config.php (working copy) @@ -25,7 +25,8 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event' + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'CommentId', 'TableName' => TABLE_PREFIX . 'PollsComments', Index: in-bulletin/units/polls/polls_config.php =================================================================== --- in-bulletin/units/polls/polls_config.php (revision 13152) +++ in-bulletin/units/polls/polls_config.php (working copy) @@ -23,10 +23,11 @@ 'AutoLoad' => true, 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'PollId', Index: in-bulletin/units/posts/posts_config.php =================================================================== --- in-bulletin/units/posts/posts_config.php (revision 13152) +++ in-bulletin/units/posts/posts_config.php (working copy) @@ -25,7 +25,8 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'PostingId', Index: in-bulletin/units/private_message_body/private_message_body_config.php =================================================================== --- in-bulletin/units/private_message_body/private_message_body_config.php (revision 13152) +++ in-bulletin/units/private_message_body/private_message_body_config.php (working copy) @@ -25,7 +25,8 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'PMBodyId', Index: in-bulletin/units/private_messages/private_messages_config.php =================================================================== --- in-bulletin/units/private_messages/private_messages_config.php (revision 13152) +++ in-bulletin/units/private_messages/private_messages_config.php (working copy) @@ -26,8 +26,9 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'PmId', Index: in-bulletin/units/topics/topics_config.php =================================================================== --- in-bulletin/units/topics/topics_config.php (revision 13152) +++ in-bulletin/units/topics/topics_config.php (working copy) @@ -24,8 +24,9 @@ 'QueryString' => Array( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'ConfigPriority' => 0, Index: in-commerce/units/addresses/addresses_config.php =================================================================== --- in-commerce/units/addresses/addresses_config.php (revision 13152) +++ in-commerce/units/addresses/addresses_config.php (working copy) @@ -58,10 +58,11 @@ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'AddressId', Index: in-commerce/units/affiliate_payment_types/affiliate_payment_types_config.php =================================================================== --- in-commerce/units/affiliate_payment_types/affiliate_payment_types_config.php (revision 13152) +++ in-commerce/units/affiliate_payment_types/affiliate_payment_types_config.php (working copy) @@ -29,10 +29,11 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'PaymentTypeId', Index: in-commerce/units/affiliate_payments/affiliate_payments_config.php =================================================================== --- in-commerce/units/affiliate_payments/affiliate_payments_config.php (revision 13152) +++ in-commerce/units/affiliate_payments/affiliate_payments_config.php (working copy) @@ -44,9 +44,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'AffiliatePaymentId', Index: in-commerce/units/affiliate_plans/affiliate_plans_config.php =================================================================== --- in-commerce/units/affiliate_plans/affiliate_plans_config.php (revision 13152) +++ in-commerce/units/affiliate_plans/affiliate_plans_config.php (working copy) @@ -23,10 +23,11 @@ 'AggregateTags' => Array( ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'AffiliatePlanId', Index: in-commerce/units/affiliate_plans_brackets/affiliate_plans_brackets_config.php =================================================================== --- in-commerce/units/affiliate_plans_brackets/affiliate_plans_brackets_config.php (revision 13152) +++ in-commerce/units/affiliate_plans_brackets/affiliate_plans_brackets_config.php (working copy) @@ -35,9 +35,10 @@ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'AffiliateBracketId', Index: in-commerce/units/affiliate_plans_items/affiliate_plans_items_config.php =================================================================== --- in-commerce/units/affiliate_plans_items/affiliate_plans_items_config.php (revision 13152) +++ in-commerce/units/affiliate_plans_items/affiliate_plans_items_config.php (working copy) @@ -33,9 +33,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'AffiliateItemId', 'StatusField' => Array('Status'), Index: in-commerce/units/affiliates/affiliates_config.php =================================================================== --- in-commerce/units/affiliates/affiliates_config.php (revision 13152) +++ in-commerce/units/affiliates/affiliates_config.php (working copy) @@ -77,10 +77,11 @@ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'RegularEvents' => Array( Index: in-commerce/units/brackets/brackets_config.php =================================================================== --- in-commerce/units/brackets/brackets_config.php (revision 13152) +++ in-commerce/units/brackets/brackets_config.php (working copy) @@ -33,9 +33,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'BracketId', 'TableName' => TABLE_PREFIX.'ShippingBrackets', Index: in-commerce/units/coupon_items/coupon_items_config.php =================================================================== --- in-commerce/units/coupon_items/coupon_items_config.php (revision 13152) +++ in-commerce/units/coupon_items/coupon_items_config.php (working copy) @@ -33,9 +33,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'CouponItemId', 'StatusField' => Array('Status'), Index: in-commerce/units/coupons/coupons_config.php =================================================================== --- in-commerce/units/coupons/coupons_config.php (revision 13152) +++ in-commerce/units/coupons/coupons_config.php (working copy) @@ -33,10 +33,11 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', // 't' for temp '' for normal + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'CouponId', 'StatusField' => Array('Status'), Index: in-commerce/units/currencies/currencies_config.php =================================================================== --- in-commerce/units/currencies/currencies_config.php (revision 13152) +++ in-commerce/units/currencies/currencies_config.php (working copy) @@ -27,10 +27,11 @@ 'AutoLoad' => true, 'hooks' => Array (), 'QueryString' => Array ( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), /*'Hooks' => Array ( Index: in-commerce/units/destinations/destinations_config.php =================================================================== --- in-commerce/units/destinations/destinations_config.php (revision 13152) +++ in-commerce/units/destinations/destinations_config.php (working copy) @@ -33,9 +33,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'ZoneDestId', 'TableName' => TABLE_PREFIX.'ShippingZonesDestinations', Index: in-commerce/units/discount_items/discount_items_config.php =================================================================== --- in-commerce/units/discount_items/discount_items_config.php (revision 13152) +++ in-commerce/units/discount_items/discount_items_config.php (working copy) @@ -33,9 +33,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'DiscountItemId', 'StatusField' => Array('Status'), Index: in-commerce/units/discounts/discounts_config.php =================================================================== --- in-commerce/units/discounts/discounts_config.php (revision 13152) +++ in-commerce/units/discounts/discounts_config.php (working copy) @@ -22,10 +22,11 @@ 'AutoLoad' => true, 'hooks' => Array(), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', // 't' for temp '' for normal + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'DiscountId', 'StatusField' => Array('Status'), Index: in-commerce/units/downloads/downloads_config.php =================================================================== --- in-commerce/units/downloads/downloads_config.php (revision 13152) +++ in-commerce/units/downloads/downloads_config.php (working copy) @@ -38,9 +38,11 @@ ),*/ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'TitlePresets' => Array( 'downloads_list'=>Array( 'prefixes' => Array('down_List'), Index: in-commerce/units/files/files_config.php =================================================================== --- in-commerce/units/files/files_config.php (revision 13152) +++ in-commerce/units/files/files_config.php (working copy) @@ -41,9 +41,10 @@ ),*/ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'StatusField' => Array('Status', 'IsPrimary'), 'IDField' => 'FileId', Index: in-commerce/units/gateway_field_values/gateway_field_values_config.php =================================================================== --- in-commerce/units/gateway_field_values/gateway_field_values_config.php (revision 13152) +++ in-commerce/units/gateway_field_values/gateway_field_values_config.php (working copy) @@ -22,9 +22,10 @@ 'AutoLoad' => false, 'hooks' => Array(), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'GWConfigValueId', 'TableName' => TABLE_PREFIX.'GatewayConfigValues', Index: in-commerce/units/gateways/gateways_config.php =================================================================== --- in-commerce/units/gateways/gateways_config.php (revision 13152) +++ in-commerce/units/gateways/gateways_config.php (working copy) @@ -43,9 +43,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'GWConfigFieldId', 'TableName' => TABLE_PREFIX.'GatewayConfigFields', Index: in-commerce/units/gift_certificates/gift_certificates_config.php =================================================================== --- in-commerce/units/gift_certificates/gift_certificates_config.php (revision 13152) +++ in-commerce/units/gift_certificates/gift_certificates_config.php (working copy) @@ -35,10 +35,11 @@ ), 'QueryString' => Array ( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'GiftCertificateId', Index: in-commerce/units/manufacturers/manufacturers_config.php =================================================================== --- in-commerce/units/manufacturers/manufacturers_config.php (revision 13152) +++ in-commerce/units/manufacturers/manufacturers_config.php (working copy) @@ -33,10 +33,11 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'ManufacturerId', 'StatusField' => Array(), Index: in-commerce/units/order_items/order_items_config.php =================================================================== --- in-commerce/units/order_items/order_items_config.php (revision 13152) +++ in-commerce/units/order_items/order_items_config.php (working copy) @@ -45,8 +45,9 @@ 'QueryString' => Array ( 1 => 'id', - 2 => 'page', - 3 => 'event', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'OrderItemId', Index: in-commerce/units/orders/orders_config.php =================================================================== --- in-commerce/units/orders/orders_config.php (revision 13152) +++ in-commerce/units/orders/orders_config.php (working copy) @@ -108,10 +108,11 @@ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'OrderId', 'StatusField' => Array('Status'), // field, that is affected by Approve/Decline events Index: in-commerce/units/payment_type/payment_type_config.php =================================================================== --- in-commerce/units/payment_type/payment_type_config.php (revision 13152) +++ in-commerce/units/payment_type/payment_type_config.php (working copy) @@ -22,10 +22,11 @@ 'AutoLoad' => true, 'QueryString' => Array ( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'PaymentTypeId', 'StatusField' => Array ('Status', 'IsPrimary'), Index: in-commerce/units/payment_type_currencies/payment_type_currencies_config.php =================================================================== --- in-commerce/units/payment_type_currencies/payment_type_currencies_config.php (revision 13152) +++ in-commerce/units/payment_type_currencies/payment_type_currencies_config.php (working copy) @@ -22,10 +22,11 @@ 'AutoLoad' => true, 'hooks' => Array(), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'Hooks' => Array( Index: in-commerce/units/pricing/pricing_config.php =================================================================== --- in-commerce/units/pricing/pricing_config.php (revision 13152) +++ in-commerce/units/pricing/pricing_config.php (working copy) @@ -54,9 +54,10 @@ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'StatusField' => Array('IsPrimary'), 'IDField' => 'PriceId', Index: in-commerce/units/product_option_combinations/product_option_combinations_config.php =================================================================== --- in-commerce/units/product_option_combinations/product_option_combinations_config.php (revision 13152) +++ in-commerce/units/product_option_combinations/product_option_combinations_config.php (working copy) @@ -30,9 +30,10 @@ 'AggregateTags' => Array( ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'TitleField' => 'CombinationId', 'IDField' => 'CombinationId', Index: in-commerce/units/product_options/product_options_config.php =================================================================== --- in-commerce/units/product_options/product_options_config.php (revision 13152) +++ in-commerce/units/product_options/product_options_config.php (working copy) @@ -35,9 +35,10 @@ ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'TitleField' => 'Name', 'IDField' => 'ProductOptionId', Index: in-commerce/units/products/products_config.php =================================================================== --- in-commerce/units/products/products_config.php (revision 13152) +++ in-commerce/units/products/products_config.php (working copy) @@ -23,8 +23,9 @@ 'QueryString' => Array( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'CatalogItem' => true, Index: in-commerce/units/reports/reports_config.php =================================================================== --- in-commerce/units/reports/reports_config.php (revision 13152) +++ in-commerce/units/reports/reports_config.php (working copy) @@ -22,10 +22,11 @@ 'AutoLoad' => true, 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', // 't' for temp '' for normal + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'Hooks' => Array( Index: in-commerce/units/shipping/shipping_config.php =================================================================== --- in-commerce/units/shipping/shipping_config.php (revision 13152) +++ in-commerce/units/shipping/shipping_config.php (working copy) @@ -40,10 +40,11 @@ ), ), 'QueryString' => Array ( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'ShippingID', 'StatusField' => Array ('Status'), @@ -82,7 +83,7 @@ 'Sections' => Array ( 'in-commerce:shipping_folder' => Array ( - 'parent' => 'in-commerce:setting_folder', + 'parent' => 'in-commerce:setting_folder', 'icon' => 'conf_shipping', 'use_parent_header' => 1, 'label' => 'la_tab_Shipping', Index: in-commerce/units/shipping_costs/shipping_costs_config.php =================================================================== --- in-commerce/units/shipping_costs/shipping_costs_config.php (revision 13152) +++ in-commerce/units/shipping_costs/shipping_costs_config.php (working copy) @@ -33,9 +33,10 @@ ), ), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'ShippingCostId', 'TableName' => TABLE_PREFIX.'ShippingCosts', Index: in-commerce/units/shipping_quote_engines/shipping_quote_engines_config.php =================================================================== --- in-commerce/units/shipping_quote_engines/shipping_quote_engines_config.php (revision 13152) +++ in-commerce/units/shipping_quote_engines/shipping_quote_engines_config.php (working copy) @@ -30,10 +30,11 @@ 'Hooks' => Array ( ), 'QueryString' => Array ( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'EngineId', 'StatusField' => Array ('Status'), Index: in-commerce/units/taxes/taxes_config.php =================================================================== --- in-commerce/units/taxes/taxes_config.php (revision 13152) +++ in-commerce/units/taxes/taxes_config.php (working copy) @@ -22,10 +22,11 @@ 'AutoLoad' => true, 'hooks' => Array (), 'QueryString' => Array ( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), /*'Hooks' => Array ( Index: in-commerce/units/taxesdestinations/taxesdestinations_config.php =================================================================== --- in-commerce/units/taxesdestinations/taxesdestinations_config.php (revision 13152) +++ in-commerce/units/taxesdestinations/taxesdestinations_config.php (working copy) @@ -22,9 +22,10 @@ 'AutoLoad' => true, 'hooks' => Array(), 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'Hooks' => Array( Index: in-commerce/units/zones/zones_config.php =================================================================== --- in-commerce/units/zones/zones_config.php (revision 13152) +++ in-commerce/units/zones/zones_config.php (working copy) @@ -22,9 +22,10 @@ 'AutoLoad' => true, 'hooks' => Array (), 'QueryString' => Array ( - 1 => 'id', - 2 => 'page', - 3 => 'event', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'ZoneID', 'TitleField' => 'Name', Index: in-link/units/l-visits/l-visits_config.php =================================================================== --- in-link/units/l-visits/l-visits_config.php (revision 13152) +++ in-link/units/l-visits/l-visits_config.php (working copy) @@ -58,8 +58,9 @@ 'QueryString' => Array ( 1 => 'id', - 2 => 'page', - 3 => 'event', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'VisitId', Index: in-link/units/link_validation/link_validation_config.php =================================================================== --- in-link/units/link_validation/link_validation_config.php (revision 13152) +++ in-link/units/link_validation/link_validation_config.php (working copy) @@ -39,8 +39,9 @@ 'QueryString' => Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'RegularEvents' => Array ( Index: in-link/units/links/links_config.php =================================================================== --- in-link/units/links/links_config.php (revision 13152) +++ in-link/units/links/links_config.php (working copy) @@ -64,8 +64,9 @@ 'QueryString' => Array( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'AggregateTags' => Array ( Index: in-link/units/listing_types/listing_types_config.php =================================================================== --- in-link/units/listing_types/listing_types_config.php (revision 13152) +++ in-link/units/listing_types/listing_types_config.php (working copy) @@ -36,9 +36,10 @@ 'Hooks' => Array(), 'QueryString' => Array( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'ListingTypeId', 'TitleField' => 'Name', Index: in-link/units/listings/listings_config.php =================================================================== --- in-link/units/listings/listings_config.php (revision 13152) +++ in-link/units/listings/listings_config.php (working copy) @@ -37,9 +37,10 @@ 'QueryString' => Array( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'RegularEvents' => Array( Index: in-news/units/articles/articles_config.php =================================================================== --- in-news/units/articles/articles_config.php (revision 13152) +++ in-news/units/articles/articles_config.php (working copy) @@ -71,8 +71,9 @@ 'QueryString' => Array( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'RegularEvents' => Array(