From be539d834f86c409c69ac4079208d8c9e78ae3e3 Mon Sep 17 00:00:00 2001 From: chainlinc Date: Thu, 8 Jan 2015 11:44:47 -0500 Subject: Update postfix_queue.php fix typo --- config/postfix/postfix_queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/postfix') diff --git a/config/postfix/postfix_queue.php b/config/postfix/postfix_queue.php index 7afd8fe7..ba760259 100755 --- a/config/postfix/postfix_queue.php +++ b/config/postfix/postfix_queue.php @@ -228,7 +228,7 @@ else{ //prevent multiple instances if ($('run').value=="show queue" || loop== 'running'){ $('run').value="running..."; - $('search_help').innerHTML ="
You can change options while running.
To Stop seach, change update frequency to Never.
"; + $('search_help').innerHTML ="
You can change options while running.
To Stop search, change update frequency to Never.
"; var q_args=loopSelected('qshape'); var pars = 'cmd='+$('cmd').options[$('cmd').selectedIndex].value; var pars = pars + '&qshape='+q_args; -- cgit v1.2.3