diff --git a/admin/options.php b/admin/options.php index 95d05481..ba42c6ef 100644 --- a/admin/options.php +++ b/admin/options.php @@ -1,7 +1,7 @@ @@ -217,12 +219,18 @@ switch ($type) } text = unescape(text.replace(re_nlchar,\'#HESK#\')); + if (document.getElementById(\'show_select\').checked) + { + text = "{HESK_SELECT}" + text; + } + window.opener.document.getElementById(\'s_'.$id.'_val\').value = text; window.close(); }
'.$hesklang['opt3'].'
+ ';