Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

477
 
1739
 
1739
 
orders_status.php
_> 11 <?php
  22 /*
<> 3 -  $Id: orders_status.php,v 1.5 2002/01/29 14:43:00 hpdl Exp $
   3+  $Id: orders_status.php 1739 2007-12-20 00:52:16Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2002 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
  1212 
  1313 define('HEADING_TITLE', 'Orders Status');
  1414 
  1515 define('TABLE_HEADING_ORDERS_STATUS', 'Orders Status');
<>  16+define('TABLE_HEADING_PUBLIC_STATUS', 'Public Status');
   17+define('TABLE_HEADING_DOWNLOADS_STATUS', 'Downloads Status');
1618 define('TABLE_HEADING_ACTION', 'Action');
  1719 
  1820 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
     
 !
2325 define('TEXT_INFO_HEADING_EDIT_ORDERS_STATUS', 'Edit Orders Status');
  2426 define('TEXT_INFO_HEADING_DELETE_ORDERS_STATUS', 'Delete Orders Status');
  2527 
<>  28+define('TEXT_SET_PUBLIC_STATUS', 'Show the order to the customer at this order status level');
   29+define('TEXT_SET_DOWNLOADS_STATUS', 'Allow downloads of virtual products at this order status level');
   30+
<_ 2631 define('ERROR_REMOVE_DEFAULT_ORDER_STATUS', 'Error: The default order status can not be removed. Please set another order status as default, and try again.');
  2732 define('ERROR_STATUS_USED_IN_ORDERS', 'Error: This order status is currently used in orders.');
  2833 define('ERROR_STATUS_USED_IN_HISTORY', 'Error: This order status is currently used in the order status history.');