summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/edit/agent.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/agent.cgi b/httemplate/edit/agent.cgi
index ce514a680..5992bfae0 100755
--- a/httemplate/edit/agent.cgi
+++ b/httemplate/edit/agent.cgi
@@ -94,14 +94,14 @@ Agent #<% $hashref->{agentnum} ? $hashref->{agentnum} : "(NEW)" %>
<TR>
- <TD ALIGN="right">Agent interface username</TD>
+ <TD ALIGN="right">(DEPRECATED) Agent interface username</TD>
<TD>
<INPUT TYPE="text" NAME="username" VALUE="<% $hashref->{username} %>">
</TD>
</TR>
<TR>
- <TD ALIGN="right">Agent interface password</TD>
+ <TD ALIGN="right">(DEPRECATED) Agent interface password</TD>
<TD>
<INPUT TYPE="text" NAME="_password" VALUE="<% $hashref->{_password} %>">
</TD>