From a55a917c2796ee3ba11e67128c2c8904ed1e8bf8 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Nov 2010 01:17:26 +0000 Subject: agent username/password, RT#9608 --- httemplate/edit/agent.cgi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'httemplate/edit') diff --git a/httemplate/edit/agent.cgi b/httemplate/edit/agent.cgi index 30a0865d3..6707d66a4 100755 --- a/httemplate/edit/agent.cgi +++ b/httemplate/edit/agent.cgi @@ -54,6 +54,25 @@ Agent #<% $agent->agentnum ? $agent->agentnum : "(NEW)" %> +% if ( $conf->exists('selfservice-agent_login') ) { + + + Username + + + + + Password + + + +% } else { + + + + +% } + Disable disabled eq 'Y' ? ' CHECKED' : '' %>> -- cgit v1.2.1