From 886357c11bf29fc9edd1113ef81d51efe5bf9ca7 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Nov 2010 01:17:18 +0000 Subject: agent username/password, RT#9608 --- httemplate/edit/agent.cgi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'httemplate/edit/agent.cgi') 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