[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: mail.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'eMail an Kunden versenden'); 14 15 define('TEXT_CUSTOMER', 'Kunde:'); 16 define('TEXT_SUBJECT', 'Betreff:'); 17 define('TEXT_FROM', 'Absender:'); 18 define('TEXT_MESSAGE', 'Nachricht:'); 19 define('TEXT_SELECT_CUSTOMER', 'Kunden auswählen'); 20 define('TEXT_ALL_CUSTOMERS', 'Alle Kunden'); 21 define('TEXT_NEWSLETTER_CUSTOMERS', 'An alle Newsletter-Abonnenten'); 22 23 define('NOTICE_EMAIL_SENT_TO', 'Hinweis: eMail wurde versendet an: %s'); 24 define('ERROR_NO_CUSTOMER_SELECTED', 'Fehler: Es wurde kein Kunde ausgewählt.'); 25 // BOF: MOD - WYSIWYG HTML Area 26 define('TEXT_EMAIL_BUTTON_TEXT', '<p><HR><b><font color="red">The Back Button has been DISABLE while HTML WYSIWG Editor is turned ON,</b></font> WHY? - Because if you click the back button to edit your HTML email, The PHP (php.ini - "Magic Quotes = On") will automatically add "\\\\\\\" backslashes everywhere Double Quotes " appear (HTML uses them in Links, Images and More) and this destorts the HTML and the pictures will dissapear once you submit the email again, If you turn OFF WYSIWYG Editor in Admin the HTML Ability of osCommerce is also turned OFF and the back button will re-appear. A fix for this HTML and PHP issue would be nice if someone knows a solution Iv\'e tried.<br><br><b>If you really need to Preview your emails before sending them, use the Preview Button located on the WYSIWYG Editor.<br><HR>'); 27 define('TEXT_EMAIL_BUTTON_HTML', '<p><HR><b><font color="red">HTML is currently Disabled!</b></font><br><br>If you want to send HTML email, Enable WYSIWYG Editor for Email in: Admin-->Configuration-->WYSIWYG Editor-->Options<br>'); 28 // EOF: MOD - WYSIWYG HTML Area 29 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |