| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: tax_classes.php,v 1.4 2002/01/28 00:48:43 harley_vb Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Tax Classes'); 14 15 define('TABLE_HEADING_TAX_CLASSES', 'Tax Classes'); 16 define('TABLE_HEADING_ACTION', 'Action'); 17 18 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes'); 19 define('TEXT_INFO_CLASS_TITLE', 'Tax Class Title:'); 20 define('TEXT_INFO_CLASS_DESCRIPTION', 'Description:'); 21 define('TEXT_INFO_DATE_ADDED', 'Date Added:'); 22 define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:'); 23 define('TEXT_INFO_INSERT_INTRO', 'Please enter the new tax class with its related data'); 24 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this tax class?'); 25 define('TEXT_INFO_HEADING_NEW_TAX_CLASS', 'New Tax Class'); 26 define('TEXT_INFO_HEADING_EDIT_TAX_CLASS', 'Edit Tax Class'); 27 define('TEXT_INFO_HEADING_DELETE_TAX_CLASS', 'Delete Tax Class'); 28 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |