From a83a32ec7797419d674f3b5ef77eaa713b4b89ac Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 11 Jan 2015 23:39:22 -0500 Subject: [PATCH] #92 Update options.php --- admin/options.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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'].'

+

';