40 lines
1.5 KiB
PHP
40 lines
1.5 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: tax_classes.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: tax_classes.php,v 1.4 2002/01/28 00:48:43 harley_vb
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
|
|
define('HEADING_TITLE', 'Tax Classes');
|
|
|
|
define('TABLE_HEADING_TAX_CLASSES', 'Tax Classes');
|
|
define('TABLE_HEADING_ACTION', 'Action');
|
|
|
|
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
|
|
define('TEXT_INFO_CLASS_TITLE', 'Tax Class Title:');
|
|
define('TEXT_INFO_CLASS_DESCRIPTION', 'Description:');
|
|
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
|
|
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
|
|
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new tax class with its related data');
|
|
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this tax class?');
|
|
define('TEXT_INFO_HEADING_NEW_TAX_CLASS', 'New Tax Class');
|
|
define('TEXT_INFO_HEADING_EDIT_TAX_CLASS', 'Edit Tax Class');
|
|
define('TEXT_INFO_HEADING_DELETE_TAX_CLASS', 'Delete Tax Class');
|
|
|