Project

General

Profile

« Previous | Next » 

Revision 1659

Added by Dietmar about 12 years ago

more validation fixes in backend (Tks to Ruebenwurzel)

View differences:

EN.php
18 18

  
19 19
// Headings and text outputs
20 20
$MOD_MAIL_FILTER['HEADING']	= 'Options: Output Filter';
21
$MOD_MAIL_FILTER['HOWTO'] = 'You can configure the output filtering with the options below.<p style="line-height:1.5em;"><strong>Tip: </strong>Mailto links can be encrypted by a Javascript function. To make use of this option, one needs to add the PHP code <code style="background:#FFA;color:#900;">&lt;?php register_frontend_modfiles(\'js\');?&gt;</code> into the &lt;head&gt; section of the index.php of your template. Without this modification, only the @ character in the mailto part will be replaced.';
21
$MOD_MAIL_FILTER['HOWTO'] = 'You can configure the output filtering with the options below.';
22
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Tip: </strong>Mailto links can be encrypted by a Javascript function. To make use of this option, one needs to add the PHP code <code style="background:#FFA;color:#900;">&lt;?php register_frontend_modfiles(\'js\');?&gt;</code> into the &lt;head&gt; section of the index.php of your template. Without this modification, only the @ character in the mailto part will be replaced.';
22 23
$MOD_MAIL_FILTER['WARNING']	= '';
23 24

  
24 25
// Text and captions of form elements

Also available in: Unified diff